FastBDT
FastBDT copied to clipboard
Stochastic Gradient Boosted Decision Trees as Standalone, TMVAPlugin and Python-Interface
My first attempt to compile got errors like this: Building CXX object CMakeFiles/FastBDT_static.dir/src/FastBDT.cxx.o In file included from /home/msevior/Dropbox/FastBDT_github/FastBDT/src/FastBDT.cxx:5: /home/msevior/Dropbox/FastBDT_github/FastBDT/include/FastBDT.h: In member function ‘Value FastBDT::FeatureBinning::BinToValue(unsigned int) const’: /home/msevior/Dropbox/FastBDT_github/FastBDT/include/FastBDT.h:215:28: error: ‘numeric_limits’ is...
FileNotFoundError: Could not find module 'E:\360MoveData\Users\Administrator\Desktop\FastBDT-master\PyFastBDT\**libFastBDT_CInterface.so'** (or one of its dependencies). Try using the full path with constructor syntax.
Hey, I've wanted to use your classifier for a multiclass problem. The easiest way I've thought about is using sklearn `OneVsRestClassifier` and refactoring your `Classifier` to be an sklearn estimator...
When calculating AUC of ROC, most people use false positve and true positve as their axises. From my understanding, efficiency corresponds to true positve but purity does not match to...
Hi, Sorry if it is a simple error but I need some help. I am trying to import FastBDT in my file but it doesn't work. I am on Windows...