Skip to content
#

learners

Here are 21 public repositories matching this topic...

lunluen
lunluen commented Sep 6, 2019

If I understand it right, check_instances seems to tend to cluster transformers with same types without regard to the list order.
So the results from make_group and BaseEnsemble are also wrong.

Reproduce - Case 1

Code

from mlens.utils import check_instances
from sklearn.preprocessing import (
    StandardScaler as SS, FunctionTransformer as FT)
from xgboost imp

Improve this page

Add a description, image, and links to the learners topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the learners topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.