Update base_model.py

This commit is contained in:
Yiyuan Yang 2023-11-19 01:24:43 +00:00 committed by GitHub
parent 3f2bcd29cf
commit 312d7adf18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class BaseDeepAD(metaclass=ABCMeta):
verbose: int, optional (default=1)
Verbosity mode
random_state int, optional (default=42)
random_state: int, optional (default=42)
the seed used by the random
Attributes