Re: Duplicated fit into TrainValidationSplit

2016-04-27 Thread Dirceu Semighini Filho
Ok, thank you. 2016-04-27 11:37 GMT-03:00 Nick Pentreath : > You should find that the first set of fits are called on the training set, > and the resulting models evaluated on the validation set. The final best > model is then retrained on the entire dataset. This is standard practice - > usually

Re: Duplicated fit into TrainValidationSplit

2016-04-27 Thread Nick Pentreath
You should find that the first set of fits are called on the training set, and the resulting models evaluated on the validation set. The final best model is then retrained on the entire dataset. This is standard practice - usually the dataset passed to the train validation split is itself further s