Git Product home page Git Product logo

online-multiclass-lpboost's Issues

Error when building

I get this error when building the project using make
src/hyperparameters.cpp:15:25: fatal error: libconfig.h++: No such file or directory #include <libconfig.h++> ^ compilation terminated. make: *** [src/hyperparameters.o] Error 1

Samples assigned by fathernode are not updated in childnode's test

Hi,

In random forest, I find samples assigned by fathernode (depth=1) are not updated in childnode's (depth=2) test. Thus, those inherited samples stay at the childnode (depth=2) and are not passed to the child-childnode (depth=3) because they are not in the sample set of any test. I find this when I check the number of samples among all leaf node. The sum of sample numbers of all leaf nodes are not equals to the number of samples imported. I'd like to ask that whether I misunderstand your algorithm or it is a bug? Related codes are located at src/online_rf.cpp:75-85.

Thanks,
Yi

errors in "make"

src/utilities.h: In function ‘double randDouble()’:
src/utilities.h:48:47: error: ‘getpid’ was not declared in this scope
srand(TV.tv_sec * TV.tv_usec + getpid() + getDevRandom());
^
Makefile:31: recipe for target 'src/online_rf.o' failed
make: *** [src/online_rf.o] Error 1
even I installed eigen2 and libconfig-1.5.

Got Wrong Label in Test

Hello,

I have been applied Online Gradient Boosting-based on Decision tree Regression on the MAGIC Datasets (From UCI Machine Learning Repository). AS mentioned in the OMCBoost, I have done training of the Data. But When I predict on the model It gives the labels, which is the last label in the training. For Example, the Last label of the training sample is 1. It returns 1 in all the test data. So, I think, I did something wrong during the test the model. Can you send the pseudo code of test the model of online Gradient Boosting?

Thank you so much for your time.

need more details on how/where to install egine

it seems it always reports
from src/experimenter.cpp:17:
src/data.h:23:22: fatal error: Eigen/Core: No such file or directory
#include <Eigen/Core>
^
compilation terminated.
In file included from src/OMCBoost.cpp:20:0:
src/data.h:23:22: fatal error: Eigen/Core: No such file or directory
#include <Eigen/Core>
^
compilation terminated.
In file included from src/classifier.h:17:0,
from src/classifier.cpp:14:
src/data.h:23:22: fatal error: Eigen/Core: No such file or directory
#include <Eigen/Core>
^
compilation terminated.

even I success install egine2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.