Giter Club home page Giter Club logo

Comments (5)

Hetarth02 avatar Hetarth02 commented on July 28, 2024

Can you try according to this as mentioned in the repo, I think the "features" part should not be the in the same code-line. Sample

from autoai.

sanketsarang avatar sanketsarang commented on July 28, 2024

@garrettjoecox, considering the size of the data, you might actually need GPU acceleration. To ensure that it is not stuck, can you try with just the first 1000 rows of the DataFrame?

from autoai.

garrettjoecox avatar garrettjoecox commented on July 28, 2024

Can you try according to this as mentioned in the repo, I think the "features" part should not be the in the same code-line. Sample

According to the docs this is valid, as I only want to train on those two columns

There might be scenarios where you want to explicitely exclude some columns, or only use a subset of columns in the training. Manually specify the features to be used. AutoAI will still perform a feature selection within the list of features provided to improve effective model accuracy.

model = bc.train(file="data.csv", target="Y_value", features=["col1", "col2", "col3"])

However since I have already stripped everything else from my dataset I don't need to specify them as they are the only columns remaining, so I tried removing the features argument and got the same result.

from autoai.

garrettjoecox avatar garrettjoecox commented on July 28, 2024

@garrettjoecox, considering the size of the data, you might actually need GPU acceleration. To ensure that it is not stuck, can you try with just the first 1000 rows of the DataFrame?

I tried with less data, (1000, 100, 50, 10 rows) and it seems to have gotten a bit further, but then the kernel dies every time around 30-40% of the way through this step:
Screen Shot 2021-11-13 at 8 01 27 AM
Screen Shot 2021-11-13 at 8 01 41 AM

from autoai.

sanketsarang avatar sanketsarang commented on July 28, 2024

Thank you for the update @garrettjoecox. My best guess is that it is crashing on one of the models. This problem is most likely data specific. Is it possible for you to email the first 1000 rows of data to [email protected]? Trying it on your data will allow us to diagnose better.

from autoai.

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.