Skip to content

rangeldaroya/aist-ssc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Instructions

  1. Activate conda environment (Note this repo uses Python 3.8.13)

  2. Install requirements using pip install -r requirements.txt

  3. Install graphviz for some visualizations in notebooks

    • On MacOS: brew install graphviz
    • On Ubuntu: sudo apt-get install graphviz
  4. Install lightgmb. See this link

    • For MacOS with M1 chip, do the following:
conda install lightgbm
pip install lightgbm
  1. Install hyperopt for hyperparam search for sklearn in this link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published