Skip to content

Commit

Permalink
adding lending club dataset to __init__ (#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
shir22 committed Jun 9, 2022
1 parent 07b1f03 commit 2e40cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepchecks/tabular/datasets/classification/__init__.py
Expand Up @@ -11,4 +11,4 @@
"""Module for working with pre-built classification datasets."""
from . import adult, breast_cancer, iris, phishing

__all__ = ['breast_cancer', 'iris', 'phishing', 'adult']
__all__ = ['breast_cancer', 'iris', 'phishing', 'adult', 'lending_club']

0 comments on commit 2e40cca

Please sign in to comment.