From 32b59c8014103c9454d894c8bc9d5ca2a2d1233d Mon Sep 17 00:00:00 2001 From: juanbc Date: Fri, 9 Feb 2024 14:10:28 -0300 Subject: [PATCH] fixed markown literal --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1588b45..6798b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,12 +30,12 @@ >>> # hyperparameter 'bar' ``` - These decorators enable the creation of aggregation and transformation - classes based on provided functions, allowing users to - define decision-making models with less flexibility than traditional - inheritance-based models. + These decorators enable the creation of aggregation and transformation + classes based on provided functions, allowing users to + define decision-making models with less flexibility than traditional + inheritance-based models. - For more information check the tutorial [Extending Aggregation and Transformation Functions](https://scikit-criteria.quatrope.org/en/latest/tutorial/extend.html) + For more information check the tutorial [Extending Aggregation and Transformation Functions](https://scikit-criteria.quatrope.org/en/latest/tutorial/extend.html) - **New Module:** Introduced the `skcriteria.testing` module, exposing utility functions for for comparing objects created in Scikit-Criteria in a testing environment. These functions facilitate the comparison of instances of the `DecisionMatrix`, `ResultABC`, and `RanksComparator` classes.