lukas / ml-class

Machine learning lessons and teaching projects designed for engineers

Home Page:https://www.youtube.com/channel/UCBp3w4DCEC64FZr4k9ROxig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unnecessary call to `fit()` before `cross_validate`

rcrowell opened this issue · comments

p.fit(fixed_text, fixed_target)

this confused me for a while, re: my question about whether when we do cross-validation do we start with a new model each iteration or do we improve an existing model.