sklearn.metrics Module: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - "]]↵*" to "]]. *")
m (Text replacement - " [[" to " [[")
 
Line 15: Line 15:
** <code>[[sklearn.tree]]</code>, a collection of [[Decision Tree Learning System]]s.
** <code>[[sklearn.tree]]</code>, a collection of [[Decision Tree Learning System]]s.
** <code>[[sklearn.ensemble]]</code>, a collection of [[Decision Tree Ensemble Learning System]]s.
** <code>[[sklearn.ensemble]]</code>, a collection of [[Decision Tree Ensemble Learning System]]s.
** <code>[[sklearn.covariance]]</code>,a collection of [[Covariance Estimator]]s.
** <code>[[sklearn.covariance]]</code>,a collection of [[Covariance Estimator]]s.
** <code>[[sklearn.cluster.bicluster]]</code>, a collection of [[Spectral Biclustering Algorithm]]s.
** <code>[[sklearn.cluster.bicluster]]</code>, a collection of [[Spectral Biclustering Algorithm]]s.
** <code>[[sklearn.linear_model]]</code>, a collection of [[Linear Model Regression System]]s.
** <code>[[sklearn.linear_model]]</code>, a collection of [[Linear Model Regression System]]s.

Latest revision as of 17:08, 1 June 2024

An sklearn.metrics Module is an sklearn module that contains a collection of Metrics subroutines.



References

2017A