OrdoAbChao

Results 16 issues of OrdoAbChao

Hi, Really nice project :) Is it possible to add support for older version of python e.g. 3.7 (pypi package)? Btw. I didn't find information which version of pandas is...

#### Problem description I've tried to use script from: https://github.com/RaRe-Technologies/gensim/releases/3.6.0 with varying number of cores (num_cores) and obtained following times: 8 -> 26 sec, 16 -> 17 sec, 24 ->...

Now, there is a vertical list of repos with preview on the right side. The idea is to add additional view of repos, more like in Pinterest, namely grid instead...

It would be great to have remi integrated with Bootstrap. Now you can change style.css, but due to different name conventions like btn vs button, it doesn't work smoothly. Moreover...

Is there a natural way to extend supervised UMAP to multi-label classification? Of course there is naive approach to transform multi-label into multiclass, but I wonder if there are other...

Hi I know that library is focused on categorical-encoding, but I think there is a value in adding at least `StandardScaler` and `MinMaxScaler`, with such nice interface like we have...

enhancement

It'd be great to have a list of recommended tools and frameworks that could be easily integrated with `fklearn` to have production ready and reproducible pipeline. Even better to have...

documentation

Hi, I work on Windows in corporate environment on network drive, so my working directory in explorer looks like: **Home (\\aaa.bbb.ccc.net\UserData\User1) (P:)** In conda prompt it look like ordinary **P:**...

research
P: windows
A: data-management

1. Kaggle notebook crashes during training when gpu is enabled, with following error (or without it): ``` Fitting 31 L1 models ... Fitting model: KNeighborsUnif_BAG_L1 ... Training model for up...

API & Doc
module: tabular
env: kaggle
Needs Triage
install

## Description I'm not sure if this is a bug or expected behaviour or place to improve, but I've noticed weird thing, namely when I provide data with pandas dataframe...

question