Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 567 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 567 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 that are part of the program's materials. After that, you can test the notebook by running the following command:

$ nbdev_test --path program/cohort.ipynb

This will execute the notebook and make sure everything runs.