-
#### Describe the bug
When using the pairwise_distances to compute euclidean distance, I noticed that the output matrix has 0 values outside the main diagonal. I examined the output to understa…
-
#### Describe the issue linked to the documentation
I was looking for a defition of "raw text documents" but could not find it in the documentation. Being unable to feed strings and lists of string…
-
**Link to the notebook**
https://github.com/aws/amazon-sagemaker-examples/blob/master/introduction_to_applying_machine_learning/ntm_20newsgroups_topic_modeling/ntm_20newsgroups_topic_model.ipynb
…
-
#### Describe the bug
An UnboundLocalError occurred when fitting with `sklearn.mixture.GaussianMixture`. It looks like after initialization, 'lower_bound' becomes NaN, so 'best_params' was not …
-
Hello i want to explain multiclass text classification
I use sklearn CountVectorizer and MultinomialNB
How i can do it
```
cv = CountVectorizer(stopwords)
nb = MultinomialNB(alpha=.01)
```
-
## Issue description
I have a Jupyter notebook and in the first code cell I import the required Snorkel dependencies. However, upon executing the code cell locally on my machine, I receive an impor…
-
#### Describe the bug
`pip install git+https://github.com/scikit-learn/scikit-learn.git`
fails with the following error:
```pytb
$ pip install git+https://github.com/scikit-learn/sciki…
-
I'm trying to use a `CountVectorizer` in `PMMLPipeline` to split a column's values on `##`, but when I call `sklearn2pmml(...)` on my pipeline, I get an error. My model builds fine. I've tried two dif…
-
TypeError: object of type 'numpy.float64' has no len()
```python
---------------------------------------------------------------------------
TypeError Tracebac…
-
#### Describe the bug
AffinityPropagation.predict should work with a sparse X according to the documentation but the code throws an exception if a sparse X is passed. Apologies if this is a non…