Skip to content

datares/4castr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4castr

Set up and installation

To run, create a conda environment

conda create -n datares_4castr python==3.7

Then clone the repo

git clone https://github.com/datares/4castr.git

Finally, update your conda env with the specs that are necessary to run the project

cd 4castr
conda env update --name datares_4castr --file environment_root.yml

Running the project

To run the project with optuna, run:

conda activate datares_4castr
python run.py -m optimize -n your_model_name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages