-
#### Issue description
I was facing Segmentation Fault (core dumped) error while running the Python QuickStart Code on "http://mlpack.org/docs/mlpack-3.0.4/doxygen/python_quickstart.html". Earlie…
-
I'm using Ranger from the command line. I'm getting runtime performance and accuracy scores that are much worse than, for instance, scikit-learn, so I'm wondering if I'm using it wrong.
I'm trying…
-
I think the dataset section in user guide (http://scikit-learn.org/dev/datasets/index.html) is hard to follow. See the subsections:
```
5.1. General dataset API
5.2. Toy datasets
5.3. Sample image…
-
Try to get more datasets! (Would be good to keep the 'OML100' principle) For example, @joaquinvanschoren mentioned that he as several datasets that comply to the requirements. Related to #13
-
#### Description
Until recently I was using RandomForestClassifier from scikit version 0.17. I was using a cross-validation procedure based on different groups of my dataset, so I had created…
-
Training a forest of trees in parallel using joblib will create multiple copies of `X`.
In order to limit the memory consumption we have a number of alternatives:
```
* OpenMP (via cython ``prange``…
-
Continuing #2898 for other datasets too.
- [x] Return types to the following datasets - California Housing dataset, LFW dataset, Forest Covertype dataset, Species Distribution dataset.
- [x] Improve m…
ilam updated
10 years ago
-
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
…
-
The licensing in individual files is a bit all over the place. Currently, we have the following (each followed by a list of the files it occurs in).
License: BSD3
- ./sklearn/tree/tree.py:
License: …
-
The code and data are provided in this gist : https://gist.github.com/987394
There is a significantly large variation in classifier accuracies while using sparse.LinearSVC and sparse.SVC despite perf…