-
Updated
Jun 28, 2021 - Python
data-mining
Here are 3,544 public repositories matching this topic...
-
Updated
Sep 2, 2021
-
Updated
Sep 15, 2021 - Python
-
Updated
Jul 30, 2021 - Jupyter Notebook
-
Updated
Sep 18, 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
-
Updated
Sep 10, 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

-
Updated
Sep 5, 2021
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
Describe the issue linked to the documentation
There has been cases popping up where module docstrings are including our licensing information.
Licensing should not be in docstrings (See numpydoc module docstrings. It should be in a comme
-
Updated
Feb 6, 2020
-
Updated
Sep 2, 2021 - Python
-
Updated
Sep 20, 2021 - HTML
What's your use case?
In other words, what's your pain point?
Variable names and their icons are shown as vertical header. This
- is ugly,
- doesn't show the selection properly,
- doesn't allow sorting by variable names,
- doesn't allow selection by dragging across a range of variables (though one can drag across rows in the table itself),
- and possibly something else.
<img wi
-
Updated
Jul 1, 2021 - Java
-
Updated
Sep 14, 2021
-
Updated
Sep 2, 2021
-
Updated
Dec 28, 2020 - Python
-
Updated
Aug 16, 2021
-
Updated
Aug 12, 2021
-
Updated
Sep 14, 2021 - JavaScript
-
Updated
Jan 12, 2021
-
Updated
Jun 13, 2021 - D
-
Updated
Feb 12, 2019 - JavaScript
-
Updated
Sep 13, 2021 - Python
-
Updated
Aug 27, 2021 - Python
-
Updated
Sep 1, 2021 - C++
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)