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

ReadTheDocs - Data Checks errors #4212

Closed
ParthivNaresh opened this issue Jun 23, 2023 · 0 comments · Fixed by #4274
Closed

ReadTheDocs - Data Checks errors #4212

ParthivNaresh opened this issue Jun 23, 2023 · 0 comments · Fixed by #4274
Labels
documentation Improvements or additions to documentation

Comments

@ParthivNaresh
Copy link
Contributor

The following errors were notices in the docs:

The initial cell is throwing the error The 'nopython' keyword argument was not supplied to the 'numba.jit' decorator. The implicit default value for this argument is currently False, but it will be changed to True in Numba 0.59.0. See https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-object-mode-fall-back-behaviour-when-using-jit for details.

The target leakage cell is throwing One or more pairs of columns did not share enough rows of non-null data to measure the relationship. The measurement for these columns will be NaN. Use 'extra_stats=True' to get the shared rows for each pair of columns.

The multicollinearity cell is throwing One or more pairs of columns did not share enough rows of non-null data to measure the relationship. The measurement for these columns will be NaN. Use 'extra_stats=True' to get the shared rows for each pair of columns.

@ParthivNaresh ParthivNaresh added the documentation Improvements or additions to documentation label Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant