Skip to content

Commit

Permalink
Updating readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam6693 committed Jan 18, 2020
1 parent 61d40ff commit 2b486ba
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,28 @@ First go to [http://0.0.0.0:4000/](http://0.0.0.0:4000/) to ensure the app is ru

For training the model: [http://0.0.0.0:4000/train](http://0.0.0.0:4000/train)

For making predictions using the model: [http://0.0.0.0:4000/predict](http://0.0.0.0:4000/predict)
For making predictions using the model: [http://0.0.0.0:4000/predict](http://0.0.0.0:4000/predict)

## Reviewing pointers:

Unit tests for the API: unittests/ApiTests.py

Unit tests for the model: unittests/ModelTests.py

Unit tests for the logging: unittests/LoggerTests.py

Run all of the unit tests with a single script: run-tests.py

Read/write unit tests are isolated from production models and logs

APIs for training and prediction: /app.py

Data ingestion automation pipeline: /cslib.py

Multiple models comparison: notebooks/

EDA investigation with visualizations: notebooks/data_ingestion_eda_part1.ipynb

Containerization within a working Docker image: /Dockerfile

Visualization to compare the model to the baseline model: notebooks/time_series_iteration.ipynb

0 comments on commit 2b486ba

Please sign in to comment.