From a2da7fa7b1b29eeb4f4f84121290852090eee118 Mon Sep 17 00:00:00 2001 From: Steffen Schneider Date: Sun, 29 Oct 2023 19:07:34 +0100 Subject: [PATCH] Minor edit --- docs/source/usage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 56198511..4f9fea67 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -1318,8 +1318,8 @@ Below is the documentation on the available arguments. --valid-ratio 0.1 Ratio of validation set after the train data split. The remaining will be test split --share-model -Model initialization using the Torch API ----------------------------------------- +Model training using the Torch API +---------------------------------- The scikit-learn API provides parametrization to many common use cases. The Torch API however allows for more flexibility and customization, for e.g.