Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on sparse dataframe with pandas >= 0.24.0 #4

Closed
gfournier opened this issue Jun 7, 2019 · 1 comment
Closed

Issue on sparse dataframe with pandas >= 0.24.0 #4

gfournier opened this issue Jun 7, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@gfournier
Copy link
Member

gfournier commented Jun 7, 2019

LightGBM no more accepts Sparse DataFrame.
See discussion in microsoft/LightGBM#2143
Tested with latest LightGBM (2.2.3)

Reverted pandas to version <0.24.0 in #2

@gfournier gfournier added the bug Something isn't working label Jun 7, 2019
gfournier added a commit that referenced this issue Aug 7, 2019
* Bump version to 0.1.0

* Change output type vectorizer (#1)

* change setup

* change default output type of countvectorizer to bet in32

* change dtype to numerical encoder as well + tests

* add output type test on NumImputer

* fix bug NumericalEncoder when new column (#4)

* Block Search + other (#2)

* add make_pipeline function (works like sklearn)

* fix type "_if_fitted" -> "_already_fitted"

*  * add handling of columns_to_encode == "--object--" in target encoder

 * corresponding test

* add Numerical encoder test for "columns_to_encode == '--object--' "

* expose command argument parser outside, to be able to add new arguments.

* change WordVectorizer in char mod distributions

+ fix bug in HyperRangeBetaInt

* change default behavior : encode "columns_to_encode == '--object--' "

* remove 'bug' (double return)

* allow text preprocessors to concat their inputs

* add 'RandomTrainTestCv' and 'IndexTrainCv' cv-like object.

* same api as a regular cv object ...
* ... but only one split

* add 'use_for_block_search' attribute + filter models based on that

* * add block search iterator

* automl config : models_to_keep_block_search

* fix typo in test

* ignore Warning in test

* Graph pipeline subgraph from dev (#3)

* fix casting bug + test on filter/map function on dicos

* add function to retrieve 2-uple list of edges from generic tuple edges

* fix bug on DebugPassThrough

* add 'get_subpipeline' methods to create sub GraphPipeline from a given GraphPipeline

* add docstring get_subpipeline

* Fix numerical encoder max_cum_proba (#6)

* Fix bug automl group (#5)

* allow reload of groups

*  * add average_precision default transformation

 * go back to default transformation if unknown

* return dataframe in command

* Fix dataset load from SG premises

* Fix dummy encoding type in NumericalEncoder
@gfournier
Copy link
Member Author

Fix by #15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant