Merge pull request #558 from jiangzhonglian/master

删除多余代码
This commit is contained in:
片刻
2019-11-06 18:19:51 +08:00
committed by GitHub

View File

@@ -98,23 +98,6 @@ dataset = raw_dataset.copy()
dataset.tail()
```
<div>
<style scoped>
.dataframe tbody tr th:only-of-type {
vertical-align: middle;
}
.dataframe tbody tr th {
vertical-align: top;
}
.dataframe thead th {
text-align: right;
}
</style>
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
@@ -187,9 +170,6 @@ dataset.tail()
</tr>
</tbody>
</table>
</div>
### 数据清洗
@@ -238,22 +218,6 @@ dataset.tail()
```
<div>
<style scoped>
.dataframe tbody tr th:only-of-type {
vertical-align: middle;
}
.dataframe tbody tr th {
vertical-align: top;
}
.dataframe thead th {
text-align: right;
}
</style>
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
@@ -338,8 +302,6 @@ dataset.tail()
</tr>
</tbody>
</table>
</div>
### 拆分训练数据集和测试数据集
@@ -679,22 +641,6 @@ hist.tail()
```
<div>
<style scoped>
.dataframe tbody tr th:only-of-type {
vertical-align: middle;
}
.dataframe tbody tr th {
vertical-align: top;
}
.dataframe thead th {
text-align: right;
}
</style>
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
@@ -761,8 +707,6 @@ hist.tail()
</tr>
</tbody>
</table>
</div>