Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 872 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 872 Bytes

Machine Learning School

This repository contains the source code of the Machine Learning School program.

If you find any problems with the code or have any ideas on improving it, please open an issue and share your recommendations.

Running the code

Before running the project, follow the Setup instructions. After that, you can test the code by running the following command:

$ nbdev_test --path program/cohort.ipynb

This will run the notebook and make sure everything runs. If you have any problems, it's likely there's a configuration issue in your setup.

Resources