Giter Club home page Giter Club logo

Comments (2)

mlandry22 avatar mlandry22 commented on September 27, 2024

Nice. I had a similar interest, but for a different reason--I wanted to use
an MSE solver for our MAE problem. I hadn't made near as much progress as
you.

Related, a coworker was suggesting a way of doing something similar but
rank ordering the targets, putting them into a probability/0-1 scale, then
getting that into a normal distribution via qnorm. I haven't tried it yet
either but might do so for that problem and apply it here.

Glad to see the issues being used :-)
On Oct 29, 2015 8:30 PM, "JohnM914" [email protected] wrote:

Could be a wild goose chase here, but maybe you guys have experience that
could take this somewhere...

After creating predictions, I did the following things:

  • used R fitdistrplus package to best fit a gamma distribution to the
    data
  • rank ordered the predicted values from xgb, keeping integrity with
    ground truth
  • rank ordered the best fit gamma distr values and merged into the
    ranked predictions
  • computed MAEs and tested blends

Each time the MAE for the fit distribution is close and just a little
higher. Contrary to what I thought, the values are such that blending does
not seem to yield any improvement.
[image: image]
https://cloud.githubusercontent.com/assets/15348323/10837861/86bee74a-7e8c-11e5-9430-ead0c7ce2fe5.png


Reply to this email directly or view it on GitHub
#6.

from rain-part2.

mlandry22 avatar mlandry22 commented on September 27, 2024

I tried ensembling our best model and it didn't go anywhere. The first was a broad blend. The second was just 90-5-5. It could be the XGBoost is that much better. It also could be the method of using the common known output values that does help in an MAE output. Probably a little of both, but something worth paying attention to, perhaps by working through it in validation sets.

from rain-part2.

Related Issues (9)

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.