From 31b8516766615d2441f672d17a9f58960f593fcb Mon Sep 17 00:00:00 2001 From: Gao Enhao Date: Thu, 18 Jan 2024 14:33:58 +0800 Subject: [PATCH] [MNT] modify doc --- docs/Intro/Basics.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Intro/Basics.rst b/docs/Intro/Basics.rst index 3921995..5cb8384 100644 --- a/docs/Intro/Basics.rst +++ b/docs/Intro/Basics.rst @@ -28,8 +28,8 @@ such as ``SymbolAccuracy`` and ``ReasoningMetric`` (both specialized metrics inherited from the ``BaseMetric`` class), for evaluating performance from a data perspective. -:blue-bold:`Learning` part focuses on the construction, training, and -prediction of machine learning models. The ``ABLModel`` class is the +:blue-bold:`Learning` part focuses on creating, training, and utilizing +machine learning models. The ``ABLModel`` class is the central class that encapsulates the machine learning model. This class is compatible with various frameworks, including those based on scikit-learn or PyTorch neural networks constructed by the ``BasicNN`` class.