-
I am struggling to reconstruct the source of a presumably simple dataset.
The evoked topo (here at 180ms) looks dipolar, and should come from the back of the brain (response to visual stim).
![4_ma…
-
Rendering of `` data would be useful to have in verovio. This would function in a very similar manner to the current `` implementation, but both should add horizontal collision avoidance between adja…
-
Currently, `nnetar` scales the input series by dividing by the largest absolute value
```
# Scale data
scale In general, any shift of the average input away from zero will bias the updates in a …
-
What are they, and what functionality and traits do they imply?
Here's a list to start discussion:
- `fit`:
- Take in model, x data, y data (for supervised), fitting params
- Set model parameter…
-
```
Ellipsoid approximation calculator uses the transition matrices X(t,t0) to
calculate the good directions l(t) for ellipsoidal approximation. The problem
is that for certain systems (matrices A(t…
-
```
You should crete elltool.reach.test.mlunit package,
it would be located in
\products\+elltool\+reach\+test\+mlunit.
In this package you should create ReachDiscrTestCase MLUNITEXT test class, t…
-
Hi Michael,
during the Annex60 meeting we discussed the possibility for using records to insert the parameters of a pump model. This way no documentation is 'lost' when extending a model. Also it mak…
-
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
…
-
I tried to build the scikit-learn docs for version 0.12 using Python 2.7.3 and Sphinx 1.1.3 on OSX 10.8 with the command `make html-noplot` but Sphinx fails with the following stacktrace:
``` python
…
-
When linear_model.LogisticRegression is fit by data whose classes are the same, the resultant classifier doesn't return legal probabilities.
If a training set consists of two classes, a predict_proba…