fix: formatting

This commit is contained in:
Volodymyr Orlov
2020-08-31 13:50:31 -07:00
parent 612bf0c1dd
commit 108686cee7
+1 -1
View File
@@ -1,5 +1,5 @@
//! # Metric functions //! # Metric functions
//! //!
//! One way to build machine learning models is to use a constructive feedback loop through model evaluation. //! One way to build machine learning models is to use a constructive feedback loop through model evaluation.
//! In a feedback loop you build your model first, then you get feedback from metrics, improve it and repeat until your model achieve desirable performance. //! In a feedback loop you build your model first, then you get feedback from metrics, improve it and repeat until your model achieve desirable performance.
//! Evaluation metrics helps to explain the performance of a model and compare models based on an objective criterion. //! Evaluation metrics helps to explain the performance of a model and compare models based on an objective criterion.