Code Monkey home page Code Monkey logo

Comments (6)

tresoldi avatar tresoldi commented on May 13, 2024 1

I am running into the same issue. The edges problem can be solved by instructing pandas to drop duplicates (add argument duplicates="drop" to the pd.cut call in templates/processors/numeric), but of course it probably means that the problem is in the data itself.

Not sure what the developers could to automatize in this case -- maybe call sklearn Inputer or (in my case) just fill the NAs?

from automl-gs.

GriffinRidgeback avatar GriffinRidgeback commented on May 13, 2024

from automl-gs.

GriffinRidgeback avatar GriffinRidgeback commented on May 13, 2024

Well that fixed it but now I get this error:

ValueError: Error when checking input: expected input_loan_type to have shape (1,) but got array with shape (2,)

when I check this attribute, I get this:

train_data.loan_type.unique()

array([3, 1, 2, 4], dtype=int64)

Should I open a separate ticket for this?

And thank you for getting me a little bit further

from automl-gs.

avinregmi avatar avinregmi commented on May 13, 2024

I'm having the same issue. Did you solve it?

from automl-gs.

GriffinRidgeback avatar GriffinRidgeback commented on May 13, 2024

I did not. I used the xgboost algorithm instead. That ran to completion but I didn't get the output I expected. I thought I would get 1's and 0's but got probabilities instead which wasn't acceptable to what I had to submit for my course project.

Good luck!

from automl-gs.

germanjoey avatar germanjoey commented on May 13, 2024

@avinregmi Sounds similar to my problem here: #25.

from automl-gs.

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.