Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 765 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 765 Bytes

ml-laboratory

My playground for machine learning tests.

Be aware that most of the code is not complete and might not work as expected.

Project Organization

This is a mono-repository. Each sub-directory represents a specific project to try out different tools/techniques.

Preparing the environment

poetry is used to manage the dependencies.

To install poetry and the project dependencies, enter the sub-directory of interest and run

$ make deps

Executing the code

Make sure you activate the correct environment before executing any script/notebook.

$ poetry shell

Alternatively, run everything prefixing with poetry run.