Skip to content

Commit

Permalink
Adding doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
aPovidlo committed Oct 17, 2023
1 parent 26892d6 commit 6ba85f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@


class FedotCatBoostImplementation(ModelImplementation):
""" Catboost - https://catboost.ai/en/docs/ """
__operation_params = ['use_eval_set', 'n_jobs']

def __init__(self, params: Optional[OperationParameters] = None):
Expand Down

0 comments on commit 6ba85f0

Please sign in to comment.