-
Notifications
You must be signed in to change notification settings - Fork 413
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
Comments
is there any workaround for this? from what I skimmed over, AutoML does create |
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. |
The report is translated from markdown to HTML, loaded into memory, and displayed in the notebook. Should work with all notebook types. |
EDA link is not working ... |
OK, fixed. Should work. |
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".The text was updated successfully, but these errors were encountered: