Skip to content

Commit 6d80c80

Browse files
committed
fix: fix cloudfare jsx tag
1 parent 5aafae3 commit 6d80c80

2 files changed

Lines changed: 4 additions & 62 deletions

File tree

docs/certificate/gcp_ace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Không bắt buộc, nhưng nên có. Đây là chứng chỉ entry-level, nhưn
217217
- Sử dụng GCP free tier ($300 credits trong 90 ngày)
218218
- Làm các labs miễn phí trên Google Cloud Skill Boost
219219
- Sử dụng các sandbox environments có sẵn
220-
- **Tham gia chương trình Get Certified 2025** để nhận 400 free credits cho labs và exam voucher miễn phí (xem chi tiết ở section [Chương trình Get Certified 2025](#-chương-trình-get-certified-2025-miễn-phí) phía trên)
220+
- Tham gia chương trình Get Certified 2025 để nhận 400 free credits cho labs và exam voucher miễn phí (xem chi tiết ở section [Chương trình Get Certified 2025](#-chương-trình-get-certified-2025-miễn-phí) phía trên)
221221
</details>
222222

223223
<details>

docs/tutorial/python/11.ml_1.md

Lines changed: 3 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -80,24 +80,7 @@ iris = sns.load_dataset('iris')
8080
iris.head()
8181
```
8282

83-
84-
85-
86-
<div>
87-
<style scoped>
88-
.dataframe tbody tr th:only-of-type {
89-
vertical-align: middle;
90-
}
91-
92-
.dataframe tbody tr th {
93-
vertical-align: top;
94-
}
95-
96-
.dataframe thead th {
97-
text-align: right;
98-
}
99-
</style>
100-
<table border="1" class="dataframe">
83+
<table>
10184
<thead>
10285
<tr style="text-align: right;">
10386
<th></th>
@@ -151,9 +134,6 @@ iris.head()
151134
</tr>
152135
</tbody>
153136
</table>
154-
</div>
155-
156-
157137

158138
### 2. EDA (Exploratory Data Analysis)
159139

@@ -239,24 +219,7 @@ iris['species'].value_counts() #iris.groupby('species').size() or iris.groupby('
239219
iris.describe()
240220
```
241221

242-
243-
244-
245-
<div>
246-
<style scoped>
247-
.dataframe tbody tr th:only-of-type {
248-
vertical-align: middle;
249-
}
250-
251-
.dataframe tbody tr th {
252-
vertical-align: top;
253-
}
254-
255-
.dataframe thead th {
256-
text-align: right;
257-
}
258-
</style>
259-
<table border="1" class="dataframe">
222+
<table>
260223
<thead>
261224
<tr style="text-align: right;">
262225
<th></th>
@@ -325,7 +288,6 @@ iris.describe()
325288
</tr>
326289
</tbody>
327290
</table>
328-
</div>
329291

330292

331293

@@ -334,24 +296,7 @@ iris.describe()
334296
iris.corr()
335297
```
336298

337-
338-
339-
340-
<div>
341-
<style scoped>
342-
.dataframe tbody tr th:only-of-type {
343-
vertical-align: middle;
344-
}
345-
346-
.dataframe tbody tr th {
347-
vertical-align: top;
348-
}
349-
350-
.dataframe thead th {
351-
text-align: right;
352-
}
353-
</style>
354-
<table border="1" class="dataframe">
299+
<table>
355300
<thead>
356301
<tr style="text-align: right;">
357302
<th></th>
@@ -392,9 +337,6 @@ iris.corr()
392337
</tr>
393338
</tbody>
394339
</table>
395-
</div>
396-
397-
398340

399341
#### 2.2 Trực quan hoá dữ liệu
400342

0 commit comments

Comments
 (0)