About 55 results
Open links in new tab
  1. ERROR while using " pip install catboost - Stack Overflow

    Sep 19, 2023 · ERROR while using " pip install catboost " : Failed building wheel for catboost Asked 2 years, 3 months ago Modified 1 year, 6 months ago Viewed 5k times

  2. How to suppress CatBoost iteration results? - Stack Overflow

    Jun 30, 2018 · I am trying to use CatBoost to fit a binary model. When I use the following code, I thought verbose=False can help to suppress the iteration logs. But it didn't. Is there a way to avoid print the

  3. Missing values in Categorical Variables in CatBoost (python)

    Jan 25, 2022 · CatBoost can encode categorical variables which is great. However, when categorical features contain missing values in the form np.nan, they can't be processed. This is stated in …

  4. Newest 'catboost' Questions - Stack Overflow

    Aug 29, 2025 · In order to create a personal evaluation function with catboost for binary classification, I used the example mentioned here: How to create custom eval metric for catboost?

  5. How to improve the catboostregressor? - Stack Overflow

    Mar 2, 2021 · You can try to tune hyperparameters for CatBoost. The second option would be to try feature engineering, maybe you can add some combination of existing features to the data that will …

  6. How to increase accuracy of model using catboost

    I am trying to build a model for binary classification using catboost for a employee salary dataset. I have tried utmost tuning but still i am getting only 87% accuracy how can i increase it to ~98...

  7. What is the order in catboost's select_features mean?

    Sep 16, 2023 · What is the order in catboost's select_features mean? Asked 2 years, 4 months ago Modified 1 year, 8 months ago Viewed 621 times

  8. python - How to automatically choose meaning …

    Apr 6, 2022 · CatBoost does not return the features from the iteration with the best performance, only the features remaining after pruning down to the number of features specified in …

  9. how to work with the catboost overfitting detector

    Aug 6, 2017 · Catboost now supports early_stopping_rounds: fit method parameters Sets the overfitting detector type to Iter and stops the training after the specified number of iterations since the iteration …

  10. xGBoost and Catboost in pycaret - Stack Overflow

    Oct 6, 2022 · I'm going to use pycaret for a regression problem. Although according to its tutorials (here: regression tutorial/ beginner level ) models such as xgboost and catboost are available in the …