.. Copyright 2021 IRT Saint-Exupéry, https://www.irt-saintexupery.com This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. .. _gen_ml_quality_algos: Quality measures ================ .. warning:: Some capabilities may require the :ref:`installation ` of |g| with :ref:`all its features ` and some others may depend on :ref:`plugins `. .. note:: All the features of the wrapped libraries may not be exposed through |g|. .. raw:: html .. _F1Measure_options: F1Measure --------- Module: :class:`gemseo.mlearning.quality_measures.f1_measure` .. raw:: html
Required parameters
  • **algo** : *BaseMLClassificationAlgo* A machine learning algorithm for classification. .. raw:: html
Optional parameters
  • **fit_transformers** : *bool, optional* Whether to re-fit the transformers when using resampling techniques. If ``False``, use the transformers of the algorithm fitted from the whole learning dataset. By default it is set to True. .. raw:: html
.. _MSEMeasure_options: MSEMeasure ---------- Module: :class:`gemseo.mlearning.quality_measures.mse_measure` .. raw:: html
Required parameters
  • **algo** : *BaseMLRegressionAlgo* A machine learning algorithm for regression. .. raw:: html
Optional parameters
  • **fit_transformers** : *bool, optional* Whether to re-fit the transformers when using resampling techniques. If ``False``, use the transformers of the algorithm fitted from the whole learning dataset. By default it is set to True. .. raw:: html
.. _R2Measure_options: R2Measure --------- Module: :class:`gemseo.mlearning.quality_measures.r2_measure` .. raw:: html
Required parameters
  • **algo** : *BaseMLRegressionAlgo* A machine learning algorithm for regression. .. raw:: html
Optional parameters
  • **fit_transformers** : *bool, optional* Whether to re-fit the transformers when using resampling techniques. If ``False``, use the transformers of the algorithm fitted from the whole learning dataset. By default it is set to True. .. raw:: html
.. _RMSEMeasure_options: RMSEMeasure ----------- Module: :class:`gemseo.mlearning.quality_measures.rmse_measure` .. raw:: html
Required parameters
  • **algo** : *BaseMLRegressionAlgo* A machine learning algorithm for regression. .. raw:: html
Optional parameters
  • **fit_transformers** : *bool, optional* Whether to re-fit the transformers when using resampling techniques. If ``False``, use the transformers of the algorithm fitted from the whole learning dataset. By default it is set to True. .. raw:: html
.. _SilhouetteMeasure_options: SilhouetteMeasure ----------------- Module: :class:`gemseo.mlearning.quality_measures.silhouette_measure` .. raw:: html
Required parameters
  • **algo** : *BaseMLPredictiveClusteringAlgo* A clustering algorithm. .. raw:: html
Optional parameters
  • **fit_transformers** : *bool, optional* Whether to re-fit the transformers when using resampling techniques. If ``False``, use the transformers of the algorithm fitted from the whole learning dataset. By default it is set to True. .. raw:: html