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

deprecation #67

Open
aadsouza opened this issue Apr 14, 2021 · 3 comments
Open

deprecation #67

aadsouza opened this issue Apr 14, 2021 · 3 comments
Labels

Comments

@aadsouza
Copy link
Contributor

aadsouza commented Apr 14, 2021

  1. sklearn.util.testing used in heterogeneity lectures causing module not found error.
  2. iid argument in model_selection.GridSearchCV used in recidivism and ml in economics. see https://stackoverflow.com/questions/60869018/gridsearchcv-deprecated-iid-future-warning
@aadsouza aadsouza changed the title sklearn.utils.testing appears to be deprecated deprecation Apr 14, 2021
@aadsouza
Copy link
Contributor Author

aadsouza commented Apr 14, 2021

~/opt/anaconda3/envs/lecture-datascience/lib/python3.8/site-packages/past/builtins/misc.py:45: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  from imp import reload

@arnavs arnavs added the later label Apr 21, 2021
@aadsouza
Copy link
Contributor Author

  1. in the groupby lecture <ipython-input-16-66f059155868>:3: FutureWarning: The pandas.datetime class is deprecated and will be removed from pandas in a future version. Import from datetime module instead. start=pd.datetime.today().strftime("%m/%d/%Y"),

@aadsouza
Copy link
Contributor Author

  1. recidivism lecture /usr/share/miniconda3/envs/lecture-datascience/lib/python3.8/site-packages/seaborn/distributions.py:2557: FutureWarning: `distplot` is a deprecated function and will be removed in a future version. Please adapt your code to use either `displot` (a figure-level function with similar flexibility) or `histplot` (an axes-level function for histograms). warnings.warn(msg, FutureWarning)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants