-
I have a problem with IsotonicRegression: it gives some NANs in case of fitting some data with values close to zero (but greater than sys.float_info.min).
I pickled some breaking data and uploaded th…
-
while installation, I get the following error during
> python setup.py build
Error is:
```
/usr/bin/gfortran -Wall -g -L/usr/local/lib -L/sw/lib build/temp.linux-x86_64-2.7/sklearn/cluster/_k_mean…
-
On the GaussianNB plot the scores contradict the description: http://scikit-learn.org/dev/auto_examples/calibration/plot_calibration_curve.html
isotonic calibration actually make things worse.
Ping @…
-
I extract the following bug from the discussion in https://github.com/scikit-learn/scikit-learn/issues/2507#issuecomment-72048443 :
```
import numpy as np
import sklearn.isotonic
regression = sklear…
-
Nose tests are failing on OSX 10.10.2
```
pip show scikit-learn scipy numpy python
---
Name: scikit-learn
Version: 0.16.0
Location: /anaconda/lib/python2.7/site-packages
Requires:
---
Name: scipy
…
-
0.841504:old
0.8428461
0.851 rm filter
0.8529791 source
0.8519965 source count
0.8630154 start yearmonth
0.8688813 start date
0.8693542 interval
0.87072 unique obj
0.8727769 browser_flag
0.8726645 obj…
-
Hello, I am trying to install the multisearch pacakge from package manager but seems I can not find the package. Is it available now and what the name is it? Following is the package list I found -
…
-
https://github.com/scikit-learn/scikit-learn
作業ログは、参加者が、このイベントを通して得るものをより増やすために重要になります。なぜなら作業ログがメンターからのフィードバックをより充実させるからです。
作業ログを元にメンターと「ふりかえり」をするタイミングがあります。「ふりかえり」では次のことをします。
- 参加者は作業ログの内容を順にメンターに説…
-
>>> import pickle
>>> from sklearn import isotonic
>>> est = isotonic.IsotonicRegression()
>>> X, y = np.random.rand(100,), np.random.rand(100)
>>> est.fit(X, y)
>>> pickle.dumps(est)
TypeError: can'…
-
Hi,
I am using Mac OSX 10.10 and Python 2.7.3 and I am trying to install scikit-learn without success. I am getting an error message (during installation with sudo pip install -U scikit-learn), pleas…