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.git
Will be updated soon
- Create a folder
cache
in 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
examples
folder to run simulations. - Check
mmr_ml/__main__.py
on 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_FOLDER
Paper will be added soon.