Skip to content

Commit

Permalink
Merge pull request apachecn#558 from jiangzhonglian/master
Browse files Browse the repository at this point in the history
删除多余代码
  • Loading branch information
jiangzhonglian authored Nov 6, 2019
2 parents 7b71ccc + 5ee6895 commit e6ddd16
Showing 1 changed file with 0 additions and 56 deletions.
56 changes: 0 additions & 56 deletions docs/TensorFlow2.x/实战项目_2_汽车燃油效率.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;">
Expand Down Expand Up @@ -187,9 +170,6 @@ dataset.tail()
</tr>
</tbody>
</table>
</div>



### 数据清洗

Expand Down Expand Up @@ -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;">
Expand Down Expand Up @@ -338,8 +302,6 @@ dataset.tail()
</tr>
</tbody>
</table>
</div>



### 拆分训练数据集和测试数据集
Expand Down Expand Up @@ -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;">
Expand Down Expand Up @@ -761,8 +707,6 @@ hist.tail()
</tr>
</tbody>
</table>
</div>




Expand Down

0 comments on commit e6ddd16

Please sign in to comment.