-
Updated
Jun 28, 2021 - Python
data-mining
Here are 3,680 public repositories matching this topic...
-
Updated
Dec 12, 2021
-
Updated
Dec 20, 2021 - Python
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 30, 2021 - Jupyter Notebook
-
Updated
Dec 19, 2021
I am working on creating a WandbCallback
for Weights and Biases. I am glad that CatBoost has a callback system in place but it would be great if we can extend the interface.
The current callback only supports after_iteration
that takes info
. Taking inspiration from XGBoost callback system it would be great if we can have before iteration
that takes info
, before_training
, and `after
-
Updated
Dec 6, 2021 - Python
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
Describe the bug
Broken xpath processor in http driver starting from version v0.16.0-rc.2

-
Updated
Dec 14, 2021
The extension templates (here: https://github.com/alan-turing-institute/sktime/tree/main/extension_templates) should be extended with a preamble that treats soft dependencies.
The challenge is to keep it very brief, and to make clear that adding soft dependencies is only necessary for the case of extending sktime
itself. If the template is used in a project/package that has sktime
as a depe
-
Updated
Feb 6, 2020
-
Updated
Dec 20, 2021 - Python
-
Updated
Dec 20, 2021 - HTML
-
Updated
Dec 21, 2021 - Python
-
Updated
Dec 21, 2021
-
Updated
Dec 20, 2021 - Java
-
Updated
Nov 4, 2021
-
Updated
Dec 4, 2021
-
Updated
Dec 28, 2020 - Python
-
Updated
Dec 12, 2021 - JavaScript
-
Updated
Aug 12, 2021
-
Updated
Sep 27, 2021 - C++
-
Updated
Jan 12, 2021
-
Updated
Dec 8, 2021 - D
-
Updated
Feb 12, 2019 - JavaScript
-
Updated
Dec 21, 2021 - Python
-
Updated
Dec 14, 2021 - Python
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)