Skip to content

Khrol/TestML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Envionrment

$ conda env create -f environment.yml
$ conda activate test_ml

Run notebook

$ jupyter notebook

Presentation Engine

Sample request

Run application

$ python ./main.py
$ curl -X POST -H "Content-Type: application/json" -d \
 '{"sex": "male", "sib_sp": 5, "ticket_class": 2, "embarked": "S", "parch": 2}' \
  http://localhost:5000/classify

Run tests

$ python -m pytest --doctest-modules

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published