Giter Site home page Giter Site logo

Comments (7)

mdabros avatar mdabros commented on June 1, 2024

@stefanks Did you figure out what the problems was?

from sharplearning.

stefanks avatar stefanks commented on June 1, 2024

Can't replicate, but this is what happened: with identical data, training gradient boosting with parallel option ON (the default), the training was crashing, but with explicitly setting parallel to off it worked as intended. I'll post here if this happens again.

from sharplearning.

mdabros avatar mdabros commented on June 1, 2024

Ok, thanks for the information. I will try to reproduce the problem and reopen the issue if I can make it fail.

from sharplearning.

stefanks avatar stefanks commented on June 1, 2024

The exception was
"Source array was not long enough. Check srcIndex and length, and the array's lower bounds"

from sharplearning.

mdabros avatar mdabros commented on June 1, 2024

@stefanks I am able to reproduce the problem with the code you provided, so I am reopening the issue and will work on a fix as soon as time permits. Thanks for catching and reporting the problem.

from sharplearning.

stefanks avatar stefanks commented on June 1, 2024

No, the code I submitted fails due to array size mismatch, and this is expected. I realize that it's expected, so I closed the issue.

It's unrelated to the parallel learning problem, which I can't replicate at the moment.

from sharplearning.

mdabros avatar mdabros commented on June 1, 2024

@stefanks Ahh yes, I see the example has observations with dimensions [rows;cols][1;1000], when it should have been [1000;1] to match the target length. However, the error message from SharpLearning could have been a lot better, so I have added an issue to improve the error messages in case of dimensionality mismath #27.

So I will close this issue again. Please feel free to reopen it if you encounter the parallel learning problem again.

from sharplearning.

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.