-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeError #10
Comments
Hello, it is normal that in different runs, a (slightly) different number of output lines is generated. The reason for this behaviour is that stochastic machine learning methods are used (gradient boosted decision tree regression). The general trends (strong predictors for a target gene) will be stable though. I'm pretty sure the program is working correctly. regards, |
Hi Thomas, I really appreciate your prompt reply! Thanks! |
Hi!
I created a python virtual environment using conda, and installed arboreto using the conda package manager.
I downloaded example files (from here https://github.com/tmoerman/arboreto/tree/master/resources/dream5/net1) and was trying to run run_grnboost2.py. I got the following error:
Despite showing an error, it created an output file with 318832 lines.
I also created a python virtual environment using virtualevn, and installed arboreto using pip.
I ran the same run_grnboost2.py and it didn't report any error. It also create an output file with 318827 lines (fewer lines compared to the provious one).
Given the second output file containing fewer lines of result, I wasn't sure if the second method worked successful, or it also stopped in the middle but somehow didn't show any errrors on screen...
Could you please help me? Thanks!
UPDATE:
I ran run_grnboost2.py in the virtual environment created by virtualevn (the second method). Again, it didn't show any error, and created an output file. But this time the output file contained 318779 lines. I don't think arboreto finished successfully...
The text was updated successfully, but these errors were encountered: