Skip to content

Commit ec6eca0

Browse files
authored
Merge pull request #23690 from sharmaneeleshsap/aiCoreCodeAndDataTutorial
Minor changes in screenshot of ai-core-code and text of ai-core-data tutorials
2 parents 1cb6548 + af962bf commit ec6eca0

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

-6.91 KB
Loading

tutorials/ai-core-data/ai-core-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Your code reads the data file `train.csv` from the location `/app/data`, which w
104104
Create file `requirements.txt` as shown below. Here, if you don't specify a particular version, as shown for `pandas`, then the latest version of the package will be fetched automatically.
105105

106106
```TEXT
107-
sklearn==0.0
107+
scikit-learn
108108
pandas
109109
```
110110

0 commit comments

Comments
 (0)