Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

planning 2018.05.14

Kamil A. Kaczmarek edited this page May 14, 2018 · 13 revisions

agenda

data = {'input':
          {
               'X': X_train,
               'y': y_train,
           }
        }

notes

  • You add input that is never used -> you see it on the graph.
  • cache_transformer -> persisted_transformer
  • Do not transform twice!