-
Updated
Jun 28, 2021 - Python
data-mining
Here are 3,441 public repositories matching this topic...
-
Updated
Jul 20, 2021
In gensim/models/fasttext.py:
model = FastText(
vector_size=m.dim,
vector_size=m.dim,
window=m.ws,
window=m.ws,
epochs=m.epoch,
epochs=m.epoch,
negative=m.neg,
negative=m.neg,
# FIXME: these next 2 lines read in unsupported FB FT modes (loss=3 softmax or loss=4 onevsall,
# or model=3 supervi
-
Updated
Jul 18, 2021 - Python
-
Updated
Jul 19, 2021 - Jupyter Notebook
-
Updated
Jul 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.
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
Jun 26, 2021 - Python

-
Updated
Jan 25, 2021
R&D pester behavior
Now "pester" is doing 3 requests.
Need to find out the reason.
Is your feature request related to a problem? Please describe.
EnsembleForecaster does not currently accept weights. With #1136 and #1139 being worked on it would be nice to optionally allow users to pass weights to EnsembleForecaster
.
This would give users an out-of-the-box way to use ainverse error based weighting strategy in forecasting ensembles. Users could also supply other types
-
Updated
Feb 6, 2020
-
Updated
Jul 19, 2021 - Python
-
Updated
Jul 19, 2021 - HTML
What's wrong?
-
Updated
Jul 14, 2021
-
Updated
Jul 4, 2021
-
Updated
Dec 28, 2020 - Python
-
Updated
Jun 21, 2021
-
Updated
Jun 2, 2021
-
Updated
Jul 6, 2021 - JavaScript
-
Updated
Jan 12, 2021
-
Updated
Feb 12, 2019 - JavaScript
-
Updated
Jun 13, 2021 - D
-
Updated
Jul 20, 2021 - Python
-
Updated
Jul 16, 2021 - Python
-
Updated
Jul 19, 2021 - Python
-
Updated
Jul 12, 2021
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
mypy
shows some issues in LightGBM's Python package.mypy \ --exclude='python-package/compile/|python-package/build' \ --ignore-missing-imports \ python-package/
18 errors in 4 files (click me)