Git Product home page Git Product logo

Comments (5)

tqchen avatar tqchen commented on May 4, 2024

OK, this is a bit confusing. There are two factors in most machine learning algorithm. (1) model, which means how you make predictions score(trees, linear combination of features y=w^Tx (2) objective function, how do you train the prediction score, this include square loss, logistic loss, rank objective.

So reg:linear actually stands for square loss, reg:logistic for logistic loss.If you use reg:linear and gbtree booster, this is GBTree with square loss. By default, it is gradient boosted tree.

from xgboost.

tqchen avatar tqchen commented on May 4, 2024

BTW, an unrelated question:) I am creating a list of resources of higgs solutions: https://github.com/tqchen/xgboost/tree/master/demo/kaggle-higgs

If you like to share your solution, send a pull req or just ping me and I would love to put that in the list

from xgboost.

davutpolat avatar davutpolat commented on May 4, 2024

My code is a bit messy now, i will clean it and send it to you soon, its score can be improved, i used 5 models by averaging (with equal weights), maybe stacking 5 models' prediction with xgboost may improve the score :)

from xgboost.

davutpolat avatar davutpolat commented on May 4, 2024

i have sent it to your academic email address

from xgboost.

tqchen avatar tqchen commented on May 4, 2024

Seems the original question has been answered by my post

from xgboost.

Related Issues (20)

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.