rdk / p2rank

P2Rank: Protein-ligand binding site prediction tool based on machine learning. Stand-alone command line program / Java library for predicting ligand binding pockets from protein structure.
https://rdk.github.io/p2rank/
MIT License
242 stars 34 forks source link

Feature importances for FForest. #1

Closed jendelel closed 7 years ago

rdk commented 7 years ago

Dik za patch, ale Travis mi rika ze je tam chybka https://travis-ci.org/rdk/p2rank/builds/226947283 .. duplicitni radek?

rdk commented 7 years ago

check travis again... "unable to resolve class FasterForest"... probably missing import

jendelel commented 7 years ago

Yep, I noticed. That's what happens, when you do the changes directly from GitHub. Next time, I will do it locally and push the changes. Hopefully, it will pass now. Thanks!

rdk commented 7 years ago

i see the problem now. don't merge it to the master but to develop. it's way ahead

jendelel commented 7 years ago

Yes, I noticed it now as well.