Repository for spectral binaries analysis using random forest models
To ensure we are all using the same environment and dependencies, create an environment using the following command:
conda env create -f environment.yml
To activate the environment, run
conda activate
The SPLAT Library is used to generate the dataset. However, it cannot be directly installed using conda. Please refer to https://github.com/aburgasser/splat for its installation.
Note: The Parameters for RF and kNN can be found in the Jupyter Notebook.