NeuroDataDesign / SPORF

This is the implementation of Sparse Projection Oblique Randomer Forest
https://neurodata.io/sporf/
0 stars 1 forks source link

Comparison between accuracies of SPORF and sklearn RFClassifier under default parameter and optimized hyperparameter conditions #4

Closed sju777 closed 2 years ago

sju777 commented 4 years ago

Reference Issues/PRs

What does this implement/fix? Explain your changes.

Any other comments?

PR is complete, but any and all feedback is welcome!

j1c commented 4 years ago

Can you show me the marcc bash file? The clusters should never time out

sju777 commented 4 years ago

Can you show me the marcc bash file? The clusters should never time out

I just uploaded my marcc bash file and the .py file I was running with it!

j1c commented 4 years ago

Idk how far along you are, but I would change the option to below. This will run at most 3 days.


#SBATCH --partition=lrgmem
#SBATCH --nodes=1
# number of tasks (processes) per node
#SBATCH --ntasks-per-node=48
#SBATCH --mem=500G
sju777 commented 4 years ago

Idk how far along you are, but I would change the option to below. This will run at most 3 days.

#SBATCH --partition=lrgmem
#SBATCH --nodes=1
# number of tasks (processes) per node
#SBATCH --ntasks-per-node=48
#SBATCH --mem=500G

I am currently trying to get the last 5 datasets of the OpenML CC18 set, but if it times out again, I will use the options you gave me.