Git Product home page Git Product logo

Comments (4)

tqchen avatar tqchen commented on May 4, 2024

Hi ivihrov:
The initial value is not dumped into the dump for now. There could be two behaviors of initial value:
(1) in the basic setting, initial value(initial prediction) is set via base_score, the default is 0.5. In logistic regression, this means initial probability, and corresponding initial margin is 0. In linear regression, however, this means initial margin is 0.5

(2) in the case when you provide base_margin via https://github.com/tqchen/xgboost/blob/master/R-package/demo/boost_from_prediction.R the initial margin is what you specified via the array
Tianqi

from xgboost.

ivihrov avatar ivihrov commented on May 4, 2024

Thank you!

from xgboost.

tqchen avatar tqchen commented on May 4, 2024

a correction, default value of base_score is 0.5, but it can be set to other values. For linear reg, base_score is your initial margin, for logistic regression, it will be inverse logistic-transformed to initial margin

from xgboost.

EEthinker avatar EEthinker commented on May 4, 2024

Hi Tianqi, I really appreciate your amazing work on XGBoost! I am still not clear about the meaning of the base_score and margin. How does it affect the training process?

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.