-
Hi,
We have another issue of DaskGridSearchCV. The example is XGBRegressor (https://github.com/pinjutien/grid-search/tree/master/grid_search_issue2).
In this case, when DaskGridSearchCV is on, t…
-
I think there is a memory leak or other unnecessary data copying going on when warm_start is used for GBM's. Here is a minimal program which reproduces the issue:
``` python
import sklearn
import skl…
-
I am having the above error. I have made rgf1.2 and have tested using rgf1.2's own perl test script. This works. I have installed rgf_python and run the python setup as specified. I have changed the t…
-
Transferred from http://code.opencv.org/issues/3147
```
|| Alex Leverington on 2013-07-09 18:19
|| Priority: Normal
|| Affected: 2.4.6 (latest release)
|| Category: objdetect
|| Tracker: Bug
|| Diffi…
-
We have the results in from the sklearn benchmark, and we have some decent ideas on what parameters should be tuned for each model and in what ranges. Let's incorporate this information into TPOT to h…
-
┆Issue is synchronized with this [Asana task](https://app.asana.com/0/148292289995876/152410595151205)
-
The Tree interface will represent the decision tree.
Proposal of properties:
- An object of splitter.
- An object of Criterion.
- The maximum number of features used to create the tree.
- The maximum…
-
Greetings,
I tried to run the example from the README.md. All steps run without errors, until I try to score the test set. Then I get a _ValueError: No models fitted!_. The console output shows vario…
ghost updated
8 years ago
-
Hi,
While writing the test case for cross validation I noticed that I missed something in my implementation of said functions, which gives me time to discuss some shortcomings of the code.
In the sc…
-
Hello,
I posted this question in the Google groups but it does not seem to attract any attention. So I am posting this here. If this is not correct, please tell me.
I have taken some Scikit sourc…