You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given baseline sklearn.Pipeline (both handling + model), the competitors pipelines, and scoring; outputs the plots and some extra info. (Assuming that it will run 10 repetitions of 10-fold cross-validation setup.
If the sklearn.Pipeline is too costly to train, for instance keras.Model, what should we do?
Some ideas...
sklearn.Pipeline(both handling + model), the competitors pipelines, and scoring; outputs the plots and some extra info. (Assuming that it will run 10 repetitions of 10-fold cross-validation setup.sklearn.Pipelineis too costly to train, for instancekeras.Model, what should we do?