docs broken
See original GitHub issuelooks like @neelasha23’s last PR broke the documentation because of a change in sklearn:
PapermillExecutionError:
---------------------------------------------------------------------------
Exception encountered at "In [1]":
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
Cell In[1], line 3
1 import importlib
----> 3 from sklearn.datasets import load_boston
4 from sklearn.model_selection import train_test_split
5 from sklearn import metrics
File ~/checkouts/readthedocs.org/user_builds/sklearn-evaluation/conda/latest/lib/python3.8/site-packages/sklearn/datasets/__init__.py:156, in __getattr__(name)
105 if name == "load_boston":
106 msg = textwrap.dedent(
107 """
108 `load_boston` has been removed from scikit-learn since version 1.2.
(...)
154 """
155 )
--> 156 raise ImportError(msg)
157 try:
158 return globals()[name]
ImportError:
`load_boston` has been removed from scikit-learn since version 1.2.
FYI @idomic
Issue Analytics
- State:
- Created 9 months ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Google Drive or Docs down? Current outages and problems
Real-time outages and problems for Google Drive or Docs. ... your chats backup system via Google Drive is broken, and so is @WhatsApp's...
Read more >Troubleshoot Google Docs, Sheets, Slides & Forms error ...
Troubleshoot Google Docs, Sheets, Slides & Forms error message: "Something went wrong". If you get an error message such as "Something went wrong....
Read more >Docs.google.com - Is Google Docs Down Right Now?
Google Docs down? Check whether Docs.google.com server is down right now or having outage problems for everyone or just for you.
Read more >6 fast fixes for common Google Docs problems - Computerworld
Knock down distressing Docs issues in no time with these easy-to-implement, expert-approved solutions.
Read more >How To Fix Google Docs Not Working & Formatting Issue
Google Docs is a widely popular application and any error can disrupt work for many users. Recently Many users encounterd problems in Google ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@neelasha23 please submit a patch
Yes this was the PR. Closing this issue.