Metadata-Version: 2.1
Name: mlo
Version: 0.0.4
Summary: Object-oriented learners for machine learning
Author: Amine Laghaout
Project-URL: Homepage, https://github.com/laghaout
Requires-Python: >=3.9
Description-Content-Type: text/markdown

The README is availabe as a <a href='README.ipynb'>Jupyter notebook</a>. The object structure is represented as a <a href="./docs/object_structure.json">dictionary</a>.

Log in to the container to work interactively:
```
docker run -it -w /home -v $(pwd):/home learners bash
```

Run a predefined learner from the current directory `$(pwd)`:
```
docker run -it -w /home -v $(pwd):/home learners python main.py $1
```
