-
Updated
Sep 16, 2020 - Python
data-mining
Here are 2,918 public repositories matching this topic...
-
Updated
Sep 15, 2020
Not a high-priority at all, but it'd be more sensible for such a tutorial/testing utility corpus to be implemented elsewhere - maybe under /test/ or some other data- or doc- related module – rather than in gensim.models.word2vec.
Originally posted by @gojomo in RaRe-Technologies/gensim#2939 (comment)
-
Updated
Sep 30, 2020 - Jupyter Notebook
-
Updated
Sep 27, 2020 - Python
-
Updated
Sep 30, 2020
Problem:
catboost version: 0.23.2
Operating System: all
Tutorial: https://github.com/catboost/tutorials/blob/master/custom_loss/custom_metric_tutorial.md
Impossible to use custom metric (С++).
Code example
from catboost import CatBoost
train_data = [[1, 4, 5, 6],
Describe the bug
Filtering with the =~ operator doesn't work
To Reproduce
LET doc = DOCUMENT("https://www.amazon.de/gp/product/B0172JEA7K")
LET meta = ELEMENT(doc, '[data-automation-id="meta-info"]')
FOR a IN ELEMENTS(meta, 'a')
FILTER a.attributes.href =~ "atv_dp_pd_star"
RETURN TRIM(a.innerHTML)
returns
{
"error": "compile query: invalid token: FIL
-
Updated
Sep 6, 2020
I'm using latest pyod version on pypi. How to generate simulated data where x-axis is time? Thank you.
-
Updated
Sep 30, 2020 - Python
-
Updated
Sep 29, 2020 - Python
-
Updated
Sep 22, 2020 - HTML
-
Updated
Sep 24, 2020
We currently support the following strategies for reduction from forecasting to regression:
- direct
- recursive
- dirrec (see #226)
Some models can directly predict multiple outputs, see e.g. LinearRegression:
import numpy as np
from sklearn.linear_model import LinearRegression
y = np.random.normal(size=(10, 3))
X = np.random.normal(size=(10, 5))
estimator = LinearRegr-
Updated
Feb 6, 2020
-
Updated
Sep 30, 2020
-
Updated
Oct 26, 2018 - Python
-
Updated
Sep 1, 2020
-
Updated
Apr 24, 2019
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Feb 12, 2019 - JavaScript
-
Updated
Sep 29, 2020 - D
-
Updated
Sep 27, 2020
-
Updated
Sep 28, 2020 - Go
-
Updated
Sep 21, 2020 - Python
-
Updated
Sep 30, 2020 - Python
-
Updated
Dec 19, 2018
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
Today in the R package, there are a lot of internal function calls which use only positional arguments. Change them to use keyword arguments for extra safety.
I've added this issue to provide a small, focused contribution opportunity for Hacktoberfest 2020 participants. If you are an experienced open source contributor, please leave this