-
Updated
Jun 28, 2021 - Python
data-mining
Here are 3,490 public repositories matching this topic...
-
Updated
Aug 14, 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
Aug 12, 2021 - Python
-
Updated
Jul 30, 2021 - Jupyter Notebook
-
Updated
Aug 6, 2021
New Metric Request
It would be great to have FBeta, F2, or F0.5 metrics to be implemented without the need for a custom metric class defined by user.
catboost version: 0.26
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
Aug 15, 2021 - Python

-
Updated
Jul 26, 2021
Update e2e tests
It's been awhile since I updated e2e tests and there are some of them that are filing (most of them are related to examples).
Also, we need to add e2e tests that cover headers and cookies for both drivers.
Describe the bug
If you load arrow_head data with default split settings, the resulting dataframe has indices that repeat. this is because there is a concatenation of train and test data
To Reproduce
from sktime.datasets import load_arrow_head
X, y = load_arrow_head(return_X_y=True)
X.index.values
Output:
array([ 0, 1, 2, 3, 4, 5, 6, 7, 8,
-
Updated
Feb 6, 2020
-
Updated
Jul 19, 2021 - Python
-
Updated
Aug 16, 2021 - HTML
What's wrong?
-
Updated
Aug 15, 2021
-
Updated
Jul 26, 2021
-
Updated
Dec 28, 2020 - Python
-
Updated
Aug 16, 2021
-
Updated
Aug 12, 2021
-
Updated
Aug 15, 2021 - JavaScript
-
Updated
Jan 12, 2021
-
Updated
Feb 12, 2019 - JavaScript
-
Updated
Jun 13, 2021 - D
-
Updated
Aug 15, 2021 - Python
-
Updated
Aug 18, 2021 - Python
-
Updated
Aug 17, 2021 - Python
-
Updated
Jul 28, 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)