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.

After pip installing lazypredict, import lazypredict doesn't work. Improvement in Documentation.

See original GitHub issue

Screenshot from 2020-07-19 02-14-43

From the above picture, it is clear that lazypredict is successfully installed, however, if I try to access it, it says No module named lazypredict. Why?

Also README.rst doesn’t mention the steps to install this package and directly jumps to USAGE. Does it mean that it should work without pre-installation?

CONTRIBUTING.rst explains how to install using setup.py but doesn’t mention that one should install requirements_dev.txt which is essential when working on virtual environments.

Is it fine if I open a PR regarding Documentation?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
vidyap-xgboostcommented, Jul 20, 2020

Happy to work on this library. I appreciate you starting this library as it is easier for prototyping before implementing complex models in Machine Learning. 👍

1reaction
vidyap-xgboostcommented, Jul 20, 2020

I see there is a issue in readme. We need to printmodels variable to see the results. Try the same example again and just type models you will see the results.

That would work. Without print(), it sent the wrong message to me. Thanks for being patient and answering all questions. 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Lazypredict package should check for dependencies ... - GitHub
scikit-learn==0.24.0. I'm getting an error just by importing your package. from lazypredict.Supervised import LazyRegressor.
Read more >
lazypredict - PyPI
Lazy Predict help build a lot of basic models without much code and helps understand which models ... pip install lazypredict ... Improved...
Read more >
Installation — Lazy Predict 0.2.12 documentation
To install Lazy Predict, run this command in your terminal: $ pip install lazypredict. This is the preferred method to install Lazy Predict, ......
Read more >
lazypredict.Supervised.LazyClassifier. ImportError: Cannot ...
I'm using Anaconda and did conda update --all and then ran conda install scikit-learn-intelex and the import worked for me afterwards. Share.
Read more >
Lazy Predict Library |Lazy Predict - Best Suitable Model for You
To dig deeper into this library you can refer to the documentation here. Installation. pip install lazypredict. Usage :.
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