Skip to content

Commit 1b1181c

Browse files
authored
Merge pull request #93674 from yikei/patch-2
Add known issue for dataprep 1.1.25 (Parquet reading)
2 parents 5fff98d + e89d690 commit 1b1181c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,16 @@ Automated machine learning does not currently support tensor flow version 1.13.
8585

8686
Binary classification charts (precision-recall, ROC, gain curve etc.) shown in automated ML experiment iterations are not rendering correctly in user interface since 4/12. Chart plots are currently showing inverse results, where better performing models are shown with lower results. A resolution is under investigation.
8787

88+
## Datasets and Data Preparation
89+
90+
### Fail to read Parquet file from HTTP or ADLS Gen 2
91+
92+
There is a known issue in AzureML DataPrep SDK version 1.1.25 that causes a failure when creating a dataset by reading Parquet files from HTTP or ADLS Gen 2. To fix this issue, please upgrade to a version higher than 1.1.26, or downgrade to a version lower than 1.1.24.
93+
94+
```python
95+
pip install --upgrade azureml-dataprep
96+
```
97+
8898
## Databricks
8999

90100
Databricks and Azure Machine Learning issues.

0 commit comments

Comments
 (0)