This package is aimed to build machine-learning models for asteroid classification problem.
NOTE: the package is in ALPHA stage and should not be used without detailed review. It requires significant refactoring which will be performed soon
git clone https://github.com/smirik/mmr-ml.gitWill be updated soon
- Create a folder
cachein the main directory. - Install all dependencies through poetry:
poetry install. - Install astdys package (it is not published yet; hence, manual installation is required, see below)
- Run commands from poetry shell:
poetry shell. - Use the examples from
examplesfolder to run simulations. - Check
mmr_ml/__main__.pyon how to run the code as a package.
git clone https://github.com/smirik/astdys.git SOME_FOLDER
cd MMR_FOLDER
poetry shell
poetry add SOME_FOLDERPaper will be added soon.