-
Updated
Jun 28, 2021 - Python
data-mining
Here are 3,808 public repositories matching this topic...
-
Updated
Feb 17, 2022
-
Updated
Mar 2, 2022 - 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
Mar 5, 2022
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
Feb 7, 2022 - 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
Is your feature request related to a problem? Please describe.
Financial modeling usually deals with modeling the volatility of time series data, ARCH, GARCH, etc. are common models used for this purpose.
Describe the solution you'd like
Add support for https://github.com/bashtage/arch (as an adapter) in sktime. This will be very useful for folks in the financial industry.
This
-
Updated
Jan 17, 2022
Unless I missed something, the documentation doesn't explain how to query document metadata (searching "site:montferret.dev metadata" through Google returned nothing, neither did grepping the source code).
As an example, I tried to query the og:url metadata.
I tried variations of //meta[property='og:url']::attr(content), with or without the leading //, and with or without the `attr(conte
-
Updated
Feb 6, 2020
-
Updated
Feb 28, 2022 - Python
-
Updated
Mar 7, 2022 - Python
-
Updated
Mar 7, 2022 - HTML
-
Updated
Mar 4, 2022
-
Updated
Feb 16, 2022 - Java
-
Updated
Jan 5, 2022
-
Updated
Jan 17, 2022
-
Updated
Mar 7, 2022 - Python
-
Updated
Mar 3, 2022 - JavaScript
-
Updated
Aug 12, 2021
-
Updated
Jan 2, 2022 - C++
-
Updated
Feb 13, 2022 - HTML
-
Updated
Jan 12, 2021
-
Updated
Dec 8, 2021 - D
-
Updated
Feb 12, 2019 - JavaScript
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
mypyshows 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)