Skip to content

Commit

Permalink
Fixing docstring in DefaultDataChecks init.
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyaboulton committed Sep 14, 2020
1 parent 1a3854a commit 9fba156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evalml/data_checks/default_data_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self, problem_type):
"""
A collection of basic data checks.
Arguments:
problem_type (str): The problem type that is being validated. Can be regression,
problem_type (str): The problem type that is being validated. Can be regression, binary, or multiclass.
"""
super().__init__(_default_data_checks_classes,
data_check_params={"InvalidTargetDataCheck": {"problem_type": problem_type}})

0 comments on commit 9fba156

Please sign in to comment.