Alfonso Tobar-Arancibia
Alfonso Tobar-Arancibia
Hi guys, Iḿ having trouble to make this module work. Is there any restrictions to use this? I have an RTX 3090, with the following drivers:  I'm using this...
This is my shot for #428. I noticed `OrdinalEncoder` inherits the `transform` method from `CategoricalMethodsMixin`. So I added an additional condition to output -1 only for `OrdinalEncoder`. Additionally I had...
Hi @solegalli, This is my shot for fixing #489. After checking the code in detail I think the issue affects not only `PolynomialFeatures` but also Sklearn `OneHotEncoder`. When using `SklearnTransformerWrapper`...
*Is your feature request related to a problem?* `OrdinalEncoder` should accept nulls. Sometimes you don't want to impute directly but using Imputing Options of XGBoost, LightGBM or CatBoost. Because of...
**Describe the bug** A clear and concise description of what the bug is. When using PolynomialFeaturs + SklearnWrappers the base features are duplicated, when trying to dedup using DropDuplicateFeatures the...
**Describe the bug** `ci(` and similar commands not working as expected. **To Reproduce** Let's say we have the following line with `|` represeting the position of the cursor: - this...
Hey @luk400, I've been using your extension from a month or so, and it works great. But my use case depends heavily running machine learning code in a remote machine...
I'm using the shortcut `co` or `Co` to try to create Cells but I'm always getting the `python3 support missing! ( :echo has('python3') returned 0` error. Is there a way...
### Try HikerAPI SaaS with a free trial https://hikerapi.com/p/KhMxYMSn **Describe the bug** Running the README example simply just don't work. **To Reproduce** ```python from aiograpi import Client ACCOUNT_USERNAME = "myuser"...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When hitting `Ctrl+P`, a list of files is opened. Hitting `Enter` opens...