Hacker News new | ask | show | jobs
by hackerlight 864 days ago
The definition of "evaluate" isn't clear. Do you mean inference?
1 comments

Perhaps I should clarify it in the project README. It's the phase to evaluate how well your model is performing. So the pipeline goes training -> evaluation -> deployment (inference) corresponding to the datasets in supervised training, training (training) -> evaluation (validation) -> deployment (testing).