-
Updated
Dec 21, 2020 - Python
data-mining
Here are 3,198 public repositories matching this topic...
-
Updated
Feb 8, 2021
Not a high-priority at all, but it'd be more sensible for such a tutorial/testing utility corpus to be implemented elsewhere - maybe under /test/ or some other data- or doc- related module – rather than in gensim.models.word2vec.
Originally posted by @gojomo in RaRe-Technologies/gensim#2939 (comment)
-
Updated
Oct 16, 2020 - Jupyter Notebook
-
Updated
Feb 16, 2021 - Python
-
Updated
Feb 15, 2021
Problem: the approximate method can still be slow for many trees
catboost version: master
Operating System: ubuntu 18.04
CPU: i9
GPU: RTX2080
Would be good to be able to specify how many trees to use for shapley. The model.predict and prediction_type versions allow this. lgbm/xgb allow this.
Is your feature request related to a problem? Please describe.
Currently, there are services that secure website from automation tools like ferret. Some of them send 405 in response to the DOCUMENT function call that make a ferret script fail with an error even though a page is available (not the original page, but usually a page with the captcha).
Describe the solution you'd like
It
-
Updated
Jan 25, 2021
The official instructions say to use joblib for pickling PyOD models.
This fails for AutoEncoders, or any other TensorFlow-backed model as far as I can tell. The error is:
>>> dump(model, 'model.joblib')
...
TypeError: can't pickle _thread.RLock objects
Note that it's not sufficient to save the underlying Keras S
-
Updated
Jan 22, 2021 - Python
Is your feature request related to a problem? Please describe.
The TimeSeriesForestCLassifier computes the importance curve for each of the extracted features in each time index. However, as the authors point out "different time indices are associated with different numbers of intervals", and, in particular, "the indices in the middle have more intervals than the indices on the edges of the t
-
Updated
Feb 16, 2021 - Python
-
Updated
Feb 6, 2020
-
Updated
Feb 15, 2021 - HTML
- What's wrong?
Rank widget does not show that Manual selection is active, if:
- Best ranked was active.
- I clicked into the white part of the table to deselect.
The "Select Attributes" radio button still has "Best ranked" active, but nothing is selected (and the status bar shows that nothing gets to the output). Instead, the "Select Attributes" radio button should switch to "
-
Updated
Jan 27, 2021
-
Updated
Feb 16, 2021
-
Updated
Dec 28, 2020 - Python
-
Updated
Jan 24, 2021
-
Updated
Feb 9, 2021 - JavaScript
-
Updated
Feb 11, 2021
-
Updated
Jan 12, 2021
-
Updated
Feb 12, 2019 - JavaScript
-
Updated
Dec 26, 2020 - D
-
Updated
Feb 10, 2021 - Go
-
Updated
Feb 11, 2021 - Python
-
Updated
Feb 16, 2021 - Python
-
Updated
May 27, 2020
Improve this page
Add a description, image, and links to the data-mining topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-mining topic, visit your repo's landing page and select "manage topics."
Summary
scikit-learnsupports a test that people writing scikit-learn extensions can use to check API compatibility with the rest of the scikit-learn ecosystem. Such a test should be added for the code inpython-package/lightgbm/dask.py.Motivation
The discussion in #3883 focused a lot on compatibility of the dask estimators, like
DaskLGBMClassifier, with the broader scikit-le