-
## general introduction
I am working with a dataset called Dorothea hosted at UCI. I tried TPOTClassifier with scoring= 'roc_auc' and random state =42 and got results:
Generation 1 - Current best in…
-
Hi! I'm a student working on our project study, can someone please help me on how to resolve this?
It's seems i can't print the classification report
from sklearn.metrics import accuracy_score,c…
-
Currently `kfold` with `folds = "stratified"` places observations in the same `group` in different `folds`. The development version of `loo` now includes a function `loo::kfold_split_grouped` that wil…
-
Is there a source code for beat tracking, or same with onset detection code?
-
In the most current version, `plot` of a `cvrisk` object has a messed up y label:
```
data("bodyfat", package = "TH.data")
### fit linear model to data
model
-
This test is waaay to slow (about the same time as the next 4 slowest tests together, which are also too slow):
Travis says
```
64.80s call sklearn/cluster/tests/test_mean_shift.py::test_parall…
-
I want to evaluate my model by using JBATS_1.0(http://vecto.space/projects/jBATS/), like this:
```python
import vecto
import json
from vecto.embeddings import load_from_dir
from vecto.benchmark…
ghost updated
5 years ago
-
-
This error happens when training several models in a for loop:
`W tensorflow/core/common_runtime/executor.cc:1076] 0x18ef02bb0 W tensorflow/core/common_runtime/executor.cc:1076] 0x18ef02bb0 Compute s…
-
In most talos code examples, X input seems to be a 2D numpy array.
But in some of my keras models, it requires a list of 2D numpy arrays because my models are not `Sequential`.
Example list: `[numpy…