Skip to content

Commit

Permalink
Update src/safeds/ml/classical/classification/_random_forest.py
Browse files Browse the repository at this point in the history
docs: improve documentation (classification)

Co-authored-by: Alexander <47296670+Marsmaennchen221@users.noreply.github.com>
  • Loading branch information
alex-senger and Marsmaennchen221 authored Apr 22, 2023
1 parent c84da3b commit 820e2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/safeds/ml/classical/classification/_random_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class RandomForest(Classifier):
Raises
------
ValueError
If the number of trees is less than 1.
If the number of trees is less than or equal to 0.
"""

def __init__(self, number_of_trees: int = 100) -> None:
Expand Down

0 comments on commit 820e2b6

Please sign in to comment.