dhsvm-opt is an end to end solution to tune and optimize DHSVM physical parameters using Markov Chain Monte Carlo simulation algorithm DFREAM implemented in spotpy and using Machine learning methods like Boosted Trees.
.
├── data
├── scripts
├── fast
├── dream
├── decision_tree
├── sql-setup
Run setup file to get the custom sql version installed to handle 30,000 columns
.
Running below sets of command would setup a conda environment dhsvm-opt
with custom sqlite version.
bash -i setup.sh
source ~/.bashrc
conda activate dhsvm-opt