Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 510 Bytes

File metadata and controls

33 lines (24 loc) · 510 Bytes

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