nilslacroix

Results 12 issues of nilslacroix

Problem: Catboost on GPU crashes, takes up all the memory. CPU works fine catboost version: 1.04 Operating System: Windows10 CPU: Ryzen1600 GPU: GTX1060 6GB So when I run catboost on...

**Problem:** When comparing `Catboost` on GPU with other Algorithms like `XGBoost` in a gridsearch with a lot of candidates >=50, CatBoost severly underperforms in terms of computing time. This means...

**Describe the bug** When I try to build the current github repo from source in anaconda I get this error in my notebook: cannot import name '_num_samples' from 'onedal.datatypes' when...

bug

**Describe the bug** When I use train_test_split the indeces are shuffled sometimes, sometimes not. Also if you use the scoring method of an SVR estimator multiple times in a row...

bug

Hey I used the prince FAMD algorithm on a housing dataset with about 10 numerical features and zip codes as categorical feature (about 8000 unique strings) and a few other...

**Is your documentation request related to a problem? Please describe.** In your documentation you show time complexity but not space complexity for your different methods. I was quite confused when...

Backlog
Regression

I have two issues with the new pipeline support. Here is ascreenshot of my dashboard: ![image](https://user-images.githubusercontent.com/56065345/165538459-bc634f18-5911-4f93-a2a8-6e36b247df4e.png) 1. The first issue is: Why are my one-hot encoded columns not shown as...

Consider this picture of a summary plot for a dataset. The data is about the prediction of housing prices, but lets just consider the feature "Postcode" and "PropertyType". They are...

System: Windows 10 Anaconda3 with Pycharm Latest cherry repo and learn2learn I am using the learn2learn repo. The examples works fine with exception of maml_trpo.py which gives me the following...

### Describe the bug When I use a power transformer with yeo-johnson method I get this warning in numpy: `../lib/python3.10/site-packages/numpy/core/_methods.py:235: RuntimeWarning: overflow encountered in multiply` Strangely I can't surpress this...

Bug
module:preprocessing