We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d52a3 commit f3d2b1bCopy full SHA for f3d2b1b
azML-modelcreation/README.md
@@ -81,10 +81,12 @@ https://github.com/user-attachments/assets/f8cbd32c-94fc-43d3-a7a8-00f63cdc543d
81
from sklearn.metrics import accuracy_score
82
```
83
84
----
+ https://github.com/user-attachments/assets/16650584-11cb-48fb-928d-c032e519c14b
85
+
86
+## Step 5: Load and Explore the Data
87
-### **5. Load and Explore the Data**
88
- Load the dataset and perform basic EDA (exploratory data analysis):
89
90
```python
91
data = pd.read_csv('your_dataset.csv')
92
print(data.head())
0 commit comments