File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
articles/machine-learning Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,14 @@ The Azure Machine Learning SDK widget isn't supported in a Databricks notebook b
193
193
displayHTML("<a href={} target='_blank'>Azure Portal: {}</a>".format(local_run.get_portal_url(), local_run.id))
194
194
```
195
195
196
+ ### Import error: cannot import name 'Timedelta' from 'pandas._ libs.tslibs'
197
+
198
+ If you see this error when you use automated machine learning, run the two following lines in your notebook:
199
+ ```
200
+ %sh rm -rf /databricks/python/lib/python3.7/site-packages/pandas-0.23.4.dist-info /databricks/python/lib/python3.7/site-packages/pandas
201
+ %sh /databricks/python/bin/pip install pandas==0.23.4
202
+ ```
203
+
196
204
### Import error: No module named 'pandas.core.indexes'
197
205
198
206
If you see this error when you use automated machine learning:
You can’t perform that action at this time.
0 commit comments