Code to generate LAL-randomtree-simulatedunbalanced-big.npz
Closed this issue · 2 comments
kaushikpavani commented
In file AL experiments.ipynb, the RF regressor is trained on data from the file 'LAL-randomtree-simulatedunbalanced-big.npz'. Where is the code to generate the npz file?
How can I generate my own data for the regressor?
ksenia-konyushkova commented
I have updated the repository to include folder ./LAL dataset generation/ with the code to generate that file. It is a draft of the code which I hope to improve later. Please notice, that depending on the amount of data that you want to generate, it might take a while (a few days even). However, all the components are there for your experimentation.
kaushikpavani commented
Thank you, much appreciated!