question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

looks 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:closed
  • Created 9 months ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
idomiccommented, Dec 9, 2022

@neelasha23 please submit a patch

0reactions
neelasha23commented, Dec 16, 2022

Yes this was the PR. Closing this issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found