-
Updated
Apr 26, 2022 - Python
data-mining
Here are 3,895 public repositories matching this topic...
-
Updated
May 12, 2022
-
Updated
May 29, 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
May 28, 2022
-
Updated
Jul 30, 2021 - Jupyter Notebook
Problem:
_catboost.pyx in _catboost._set_features_order_data_pd_data_frame()
_catboost.pyx in _catboost.get_cat_factor_bytes_representation()
CatBoostError: Invalid type for cat_feature[non-default value idx=1,feature_idx=336]=2.0 : cat_features must be integer or string, real number values and NaN values should be converted to string.
Could you also print a feature name, not o
-
Updated
May 17, 2022 - Python
For the autoencoder in pyod, how do I adjust the learning rate?
Currently, there is a lot of repetitive boilerplate in the datasets
modules, and no tests for individual loaders such as load_PBS_dataset
, load_japanese_vowels
, etc
What should be done here:
- reduce boilerplate, refactor common code into single location
- ensure function signatures are the same, deprecate if needed
- add an argument
return_mtype
such as in the synthetic data gener

-
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
May 27, 2022 - Python
-
Updated
May 27, 2022 - Python
-
Updated
May 25, 2022
-
Updated
May 16, 2022 - HTML
-
Updated
May 25, 2022 - Java
-
Updated
May 23, 2022
-
Updated
Apr 1, 2022
-
Updated
Mar 7, 2022 - Python
-
Updated
May 15, 2022 - JavaScript
-
Updated
Aug 12, 2021
-
Updated
May 23, 2022 - HTML
-
Updated
Apr 30, 2022 - C++
-
Updated
Jan 12, 2021
-
Updated
May 23, 2022 - Python
-
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
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)