amritbhanu / EDM591_Hyperparameter

Hyper Parameter Optimization for Education Mining
0 stars 1 forks source link
differential-evolution educational hyperparameter-optimization python

EDM591_Hyperparameter

Installation:

Directory Structure:

Src scripts:

How to run scripts:

Go into src folder and run in the sequential order, how we mentioned below. 1) 'python preprocessing_dataset2.py' 2) 'python Preprocess_dataset1_3.py' 3) 'python untuned.py _test dataset1' : this will generate dataset1_untuned.pickle in dump folder 4) 'python untuned.py _test dataset2' : this will generate dataset2_untuned.pickle in dump folder 5) 'python untuned.py _test dataset3' : this will generate dataset3_untuned.pickle in dump folder 6) Now to run these scripts you will need High Performance computing (HPC) servers since it will 4-8 hours to end each script. If it cant be run, we have provided the dump of our results. Directly jump to step 7.