-
I would like to propose an additional instance method to the ensemble estimators to fit additional sub-estimators. I kluged up an implementation for gradient boosting that appears to work through my l…
-
When I was testing using `nose` as follow,
```
nosetests --exe sklearn
```
I got `Ran 2966 tests in 122.078s` and `FAILED (SKIP=16, failures=4)`
The followings are the four failures. All of them ar…
-
So Adaboost gets as default argument `base_estimator=DecisionTree()`.
This is bad for two reasons:
- It is ugly. It doesn't cause any bugs because base_estimator is always cloned. But we should reall…
-
Hi, I was trying to build encog and this test failed on my machine.
Here is the full test log.
---
## T E S T S
Running org.encog.TestEncog
1 : Test console
1/1 : Test console
Tests run: 2, Failure…