NicolasMICAUX

Results 18 issues of NicolasMICAUX

Hi, I don't understand why there are two constants when you do : `a4_small_size_outliar_constant = ((average / c1) * c2) + c3`, why not `a4_small_size_outliar_constant = ((average c) + c3`...

When using Categorical columns, `imputer.fit(train_df=df_train)` raises error `ValueError: Cannot setitem on a Categorical with a new category, set the categories first` _validate_setitem_value, categorical.py:2044 stack is : ``` ***pandas files ***...

On ubuntu 22.04, the screen capture used by normcap brings up a sort of window that lets you choose the way you want to share the screen, then you click...

backlog

Hi, When using `@cachier` with tqdm utility for multiprocessing or multithreading, cachier always get stuck in what seems to be an infinite loop. I tried playing with the decorator args,...

bug
help wanted
stale
complex issue

I have really simple code `model = bc.train(df=df, target='score', features=['brand', 'category', 'source'])` Fails with following error ``` [/usr/local/lib/python3.7/dist-packages/blobcity/main/driver.py](https://localhost:8080/#) in train(file, df, target, features, model_types, accuracy_criteria, disable_colinearity, epochs, max_neural_search) 76 77...

Quand on compare les options, je trouve un peu trompeur le fait que le calcul de l'option TGV (par exemple) semble considérer _(me trompe-je ?)_ que le TGV passe en...

When opening an Apkg (deck exported from Anki2.1.15 (442df9d6), with ankisync2 0.3.4 and python 3.10.6), I get the following error : ``` File "xxx.py", line 4, in with Apkg('xxxx.apkg') as...

Do you plan on adding [this MIM method](https://arxiv.org/abs/2205.13943)? The method was implemented in [openmixup](https://github.com/Westlake-AI/openmixup), so it should be easy to understand the implementation.

### Description While doing a simple `pipupgrade` on Ubuntu22.04, python3.10, in normal console (not in a venv). Nothing else running on my PC at the same moment. ### Screenshot _No...

bug

### Description Title is self explanatory. Why is there 2 options for what seems to be the same thing? ### Screenshot ![image](https://user-images.githubusercontent.com/72763959/205282368-5b7166e4-01ac-4c6e-822a-17b6f7a7dd61.png)

enhancement
Pending for Release