vecxoz / vecstack

Python package for stacking (machine learning technique)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is some question about transfrom

zhaobin19941008 opened this issue · comments

When i use Stacking and StackingTransformer for lst layer, there is some difference in specific model OOF which i use AdaBoost, (e.g (0.9 0.805) (1.3 1.34) )so i really don not know what caused this problem,.

And there is no difference in other specific model OOF which i use other methods

Have you set random_state for AdaBoost?

Please supply more details and post your code example.