Giter Club home page Giter Club logo

notebooks's Introduction

notebooks's People

Contributors

ytsaig avatar

Stargazers

Ruben avatar

Watchers

 avatar

notebooks's Issues

Questions about custom objective function in XGBoost

Hello, ytsaig!

I have no idea about how to contact you, so I opened issues here !

Since I am doing implementation of multiclass custom objective, so I carefully read you comments on the issue #2113 Missing example of multiclass custom objective in XGBoost, and also viewed the code you published on gist.

I have question that:
Do we need to do softmax transform on preds before computing grad and hess in your code of the function softmaxobj(preds, dtrain) ? and does the corresponding code need to be updated ?

The Concern is from the reference custom_objective.py updated by the author of Tianqi Chen, details of which are as follows:

# user defined evaluation function, return a pair metric_name, result
# NOTE: when you do customized loss function, the default prediction value is margin
# this may make builtin evaluation metric not function properly
# for example, we are doing logistic loss, the prediction is score before logistic transformation
# the builtin evaluation error assumes input is after logistic transformation
# Take this in mind when you use the customization, and maybe you need write customized evaluation function

Look forward to your reply ! Sorry for disturbing!
Thx !

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.