GithubHelp home page GithubHelp logo

Comments (5)

alexmryzhkov avatar alexmryzhkov commented on June 13, 2024

Hi @nitishsantpur,

I have checked our tutorial_1 in colab and everything works fine, so I think there is a problem with your colab env. Could you please try to do the same in the new env or on your desktop PC to check?

Alex

from lightautoml.

nitishsantpur avatar nitishsantpur commented on June 13, 2024

Hi I have tried it on different machine it crashes while catboost in tabularautoml
Capture
Capture1

https://colab.research.google.com/drive/1i7hWhtavbVq2YP8BtUZ6pxsEpM1cFSt_?usp=sharing

from lightautoml.

alexmryzhkov avatar alexmryzhkov commented on June 13, 2024

Hi @nitishsantpur,

I have looked on your colab notebook - haven't seen any specific problems.
What you can check to figure out:

  1. Try to set one more param for TabularAutoML - the code can be like this:
    general_params = {'use_algos': [['linear_l2', 'lgb', 'lgb_tuned']]}
  2. Please check your memory usage during the catboost fit - maybe it is simple memory error

Alex

from lightautoml.

nitishsantpur avatar nitishsantpur commented on June 13, 2024

Ya I tried using general_params = {'use_algos': [['linear_l2', 'lgb', 'lgb_tuned']]} and it worked my RAM and disk seems to be low that it why it takes time while catboost

from lightautoml.

alexmryzhkov avatar alexmryzhkov commented on June 13, 2024

@nitishsantpur great that it works. As for catboost - it is pretty slow on CPU by default and has higher speed on GPU due to the implementation by its developers

from lightautoml.

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.