Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix many warnings when using joblib (weak segments) #2609

Merged
merged 3 commits into from
Jun 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions deepchecks/analytics/anonymous_telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ def validate_latest_version():
' Deepchecks is frequently updated with major improvements. You should consider '
'upgrading via the "python -m pip install --upgrade deepchecks" command.',
deepchecks.__version__)
os.environ['DISABLE_DEEPCHECKS_ANONYMOUS_TELEMETRY'] = 'True' # to ignore joblib
JKL98ISR marked this conversation as resolved.
Show resolved Hide resolved
except Exception: # pylint: disable=broad-except
pass
3 changes: 2 additions & 1 deletion spelling-allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,5 @@ ai
idx
isnan
'isnan'
ufunc
ufunc
joblib