Google Colab : Unable to install autogluon
See original GitHub issueHey team.
I tired installing autogluon on google colab. But it seems to give me an error.
Does a simple pip install not work ?
There is import error
ImportError: cannot import name 'isStringType'
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:8
Top Results From Across the Web
Autogluon problem with installation on google colab #810
One potential fix would be from a fresh environment to try installing mxnet and then pip install --pre autogluon along with from autogluon....
Read more >Getting Started with AutoML and AWS AutoGluon.ipynb
The first thing we are doing is to install AutoGluon with pip and Cuda support. For more installation instructions take a look at...
Read more >autogluon - PyPI
AutoGluon automates machine learning tasks enabling you to easily achieve strong predictive performance in your applications. With just a few lines of code,...
Read more >Cannot install Google Colab locally - python - Stack Overflow
From Colab's issues repo, Craig Citro (a software engineer on Google Colab) stated the following. There's no way to run the colab frontend ......
Read more >how to restart runtime in colab - You.com | The AI Search ...
Google Colab - How to 'restart runtime' using python code or command line ... Takeaway: You need to restart the runtime after installing...
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
The following version works:
https://colab.research.google.com/drive/1Z0F2FOowLWrJ-gYx72fiWLIpmEVMk4Bo#scrollTo=XtuOeo_ZzLMq
see full article in : (from https://towardsdatascience.com/getting-started-with-automl-and-aws-autogluon-6bc7ed7aef95)
greetings!