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

Add support to google Colab #352

Closed
pplonski opened this issue Mar 25, 2021 · 5 comments
Closed

Add support to google Colab #352

pplonski opened this issue Mar 25, 2021 · 5 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@pplonski
Copy link
Contributor

pplonski commented Mar 25, 2021

Maybe it is possible to display the AutoML report as in pandas-profiling package?

https://github.com/pandas-profiling/pandas-profiling

AutoML reports work with Kaggle notebook https://www.kaggle.com/mt77pp/mljar-automl-bnp-claims-management but in google colab automl.report() returns the error: "localhost refused to connect".

@pplonski pplonski added enhancement New feature or request help wanted Extra attention is needed labels Mar 25, 2021
@neel04
Copy link

neel04 commented Apr 1, 2021

is there any workaround for this? from what I skimmed over, AutoML does create report.md files which can be used to open and read it anytime and see the graphs + extra information there only.

@pplonski
Copy link
Contributor Author

pplonski commented Apr 2, 2021

To fix this I think we need to read all reports and display them from memory, not from files. A similar approach is used in pandas-profiling reports.

@pplonski pplonski self-assigned this Apr 7, 2021
@pplonski pplonski added this to the 0.10.4 milestone Apr 7, 2021
@pplonski
Copy link
Contributor Author

pplonski commented Apr 7, 2021

The report is translated from markdown to HTML, loaded into memory, and displayed in the notebook. Should work with all notebook types.

@pplonski pplonski closed this as completed Apr 7, 2021
@pplonski pplonski reopened this Apr 7, 2021
@pplonski
Copy link
Contributor Author

pplonski commented Apr 7, 2021

EDA link is not working ...

@pplonski
Copy link
Contributor Author

pplonski commented Apr 7, 2021

OK, fixed. Should work.

@pplonski pplonski added this to Done in mljar-supervised Apr 7, 2021
@pplonski pplonski closed this as completed Apr 7, 2021
pplonski added a commit that referenced this issue Apr 9, 2021
pplonski added a commit that referenced this issue Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Development

No branches or pull requests

2 participants