Browse Source

[MNT] modify doc

pull/7/head
Gao Enhao 1 year ago
parent
commit
31b8516766
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/Intro/Basics.rst

+ 2
- 2
docs/Intro/Basics.rst View File

@@ -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.


Loading…
Cancel
Save