Skip to content

Commit 35aac15

Browse files
authored
Merge pull request #106050 from cartacioS/patch-30
AutoML ADB Issue Fix
2 parents d5e5767 + 7497c10 commit 35aac15

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/machine-learning/resource-known-issues.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,14 @@ The Azure Machine Learning SDK widget isn't supported in a Databricks notebook b
193193
displayHTML("<a href={} target='_blank'>Azure Portal: {}</a>".format(local_run.get_portal_url(), local_run.id))
194194
```
195195

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+
196204
### Import error: No module named 'pandas.core.indexes'
197205

198206
If you see this error when you use automated machine learning:

0 commit comments

Comments
 (0)