From ed37bb467ff2e01851291a6283c0a6015824b4ce Mon Sep 17 00:00:00 2001 From: john Date: Mon, 9 Dec 2024 23:16:46 +0100 Subject: [PATCH] refine text --- paper/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/paper.md b/paper/paper.md index 89dd74167..7a609c9fd 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -144,7 +144,7 @@ Each parameter is explicitly typed, with annotations for valid ranges and allowa This ensures valid configurations and simplifies tasks like parameter tuning. - **Task and Prediction Types**: Learners are categorized with respect to their task type (e.g. as classification, regression or survival analysis [@Sonabend2021]) and prediction types (e.g. probabilities or class predictions). This allows users to easily identify suitable learners for their specific modeling tasks. -- **Standardized Properties**: Learners are also annotated with properties such as the feature types they can process, and whether they support functionalities such as feature selection, importance scoring, handling missing values or whether they can track performance during training (validation). +- **Standardized Properties**: Learners are annotated with detailed attributes, including the types of features they can process and their support for functionalities such as feature selection such as feature selection, importance scoring, handling missing values, or monitoring performance on a separate validation set during training among others. This allows users to have a clear understanding of a learner's capabilities and limitations and assess if it aligns with the specific requirements of their workflows, reducing trial-and-error and streamlining the modeling process. ## Functional Correctness