-
Updated
Jun 28, 2021 - Python
data-mining
Here are 3,414 public repositories matching this topic...
-
Updated
Jun 22, 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
Jul 2, 2021 - Python
-
Updated
Oct 16, 2020 - Jupyter Notebook
-
Updated
Jun 28, 2021
Problem: the approximate method can still be slow for many trees
catboost version: master
Operating System: ubuntu 18.04
CPU: i9
GPU: RTX2080
Would be good to be able to specify how many trees to use for shapley. The model.predict and prediction_type versions allow this. lgbm/xgb allow this.
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
Jun 26, 2021 - Python
LET page = DOCUMENT("YOUR_URL", {
driver: "cdp",
ignore: {
resources: [
{
url: "*",
type: "image"
}
]
}
})

-
Updated
Jan 25, 2021
We should refactor the default settings in _config
.
Currently, _config
has two things related to default settings:
- default "inhabitants" of key scitypes, within and outside
sktime
- default parameter settings for each individual concrete estimator
I would go and locate these within the boundaries of their "natural concern":
- default parameter settings as an inspectable attrib
-
Updated
Feb 6, 2020
-
Updated
Jun 22, 2021 - Python
-
Updated
Jun 21, 2021 - HTML
What's wrong?
-
Updated
Jun 24, 2021
-
Updated
Jun 29, 2021
-
Updated
Dec 28, 2020 - Python
-
Updated
Jun 21, 2021
-
Updated
Jun 2, 2021
-
Updated
Jun 30, 2021 - JavaScript
-
Updated
Jan 12, 2021
-
Updated
Feb 12, 2019 - JavaScript
-
Updated
Jun 13, 2021 - D
-
Updated
Jun 18, 2021 - Python
-
Updated
Jun 28, 2021 - Python
-
Updated
Jul 3, 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."
Migrate all Python code from old-fashioned
format()
functions, formatting%
operators and simple concatenations (+
) to modernf-strings
(brief guide). They are known to be the fastest approach and also increase code readability.![image](https://user-images.githubusercontent.com/25141164/112898582-a