Skip to content

Commit f3d2b1b

Browse files
authored
visual guidance added
1 parent f8d52a3 commit f3d2b1b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

azML-modelcreation/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,12 @@ https://github.com/user-attachments/assets/f8cbd32c-94fc-43d3-a7a8-00f63cdc543d
8181
from sklearn.metrics import accuracy_score
8282
```
8383

84-
---
84+
https://github.com/user-attachments/assets/16650584-11cb-48fb-928d-c032e519c14b
85+
86+
## Step 5: Load and Explore the Data
8587

86-
### **5. Load and Explore the Data**
8788
- Load the dataset and perform basic EDA (exploratory data analysis):
89+
8890
```python
8991
data = pd.read_csv('your_dataset.csv')
9092
print(data.head())

0 commit comments

Comments
 (0)