- Python Machine Learning Blueprints
- Alexander Combs Michael Roman
- 122字
- 2021-07-02 13:49:35
Evaluation
So, now you've got a shiny new model, but exactly how good is that model? This is the question that the evaluation phase seeks to answer. There are a number of ways to measure the performance of a model, and again it is largely dependent on the type of data you are working with and the type of model used, but on the whole, we are seeking to answer the question of how close the model's predictions are to the actual value. There is an array of confusing sounding terms, such as root mean-square error, or Euclidean distance, or F1 score. But in the end, they are all just a measure of distance between the actual prediction and the estimated prediction.
推薦閱讀
- 圖解西門子S7-200系列PLC入門
- 電腦組裝與維修從入門到精通(第2版)
- 極簡(jiǎn)Spring Cloud實(shí)戰(zhàn)
- Creating Dynamic UI with Android Fragments
- 基于ARM的嵌入式系統(tǒng)和物聯(lián)網(wǎng)開(kāi)發(fā)
- 筆記本電腦維修不是事兒(第2版)
- 分布式系統(tǒng)與一致性
- Practical Machine Learning with R
- 筆記本電腦應(yīng)用技巧
- Arduino BLINK Blueprints
- SiFive 經(jīng)典RISC-V FE310微控制器原理與實(shí)踐
- 筆記本電腦維修實(shí)踐教程
- Hands-On Deep Learning for Images with TensorFlow
- 微型計(jì)算機(jī)原理及應(yīng)用教程(第2版)
- Unreal Development Kit Game Programming with UnrealScript:Beginner's Guide