资源简介

#特征选择,sex,age,pclass这些特征很有可能是决定幸免与否的关键因素 X = titanic[['pclass','age','sex']] y = titanic['survived'] #对当前选择的特征进行探查 X.info()

资源截图

代码片段和文件信息

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-01-09 22:00  数据挖掘\
     目录           0  2018-12-19 21:48  数据挖掘\.ipynb_checkpoints\
     文件       14409  2019-01-09 19:45  数据挖掘\.ipynb_checkpoints\Decision Tree Classifier of Titanic-checkpoint.ipynb
     文件        9115  2018-12-19 21:40  数据挖掘\1.png
     文件      186292  2019-01-09 22:00  数据挖掘\Decision Tree Classifier of Titanic.htm
     文件       14409  2019-01-09 19:45  数据挖掘\Decision Tree Classifier of Titanic.ipynb
     文件      850002  2019-01-09 21:58  数据挖掘\Decision Tree Classifier of Titanic.pdf
     目录           0  2019-01-09 22:00  数据挖掘\Decision Tree Classifier of Titanic_files\
     文件        9115  2019-01-09 22:00  数据挖掘\Decision Tree Classifier of Titanic_files\1.png
     文件       63347  2019-01-09 22:00  数据挖掘\Decision Tree Classifier of Titanic_files\MathJax.js.下载
     文件        1722  2019-01-09 22:00  数据挖掘\Decision Tree Classifier of Titanic_files\bootstrap-tour.min.css
     文件        8542  2019-01-09 22:00  数据挖掘\Decision Tree Classifier of Titanic_files\codemirror.css
     文件        8434  2019-01-09 22:00  数据挖掘\Decision Tree Classifier of Titanic_files\contents.js.下载
     文件         360  2019-01-09 22:00  数据挖掘\Decision Tree Classifier of Titanic_files\custom.css
     文件        2467  2019-01-09 22:00  数据挖掘\Decision Tree Classifier of Titanic_files\custom.js.下载
     文件       69501  2019-01-09 22:00  数据挖掘\Decision Tree Classifier of Titanic_files\encoding.js.下载
     文件     2437298  2019-01-09 22:00  数据挖掘\Decision Tree Classifier of Titanic_files\extension.js.下载
     文件       11862  2019-01-09 22:00  数据挖掘\Decision Tree Classifier of Titanic_files\index.js(1).下载
     文件        9373  2019-01-09 22:00  数据挖掘\Decision Tree Classifier of Titanic_files\index.js(2).下载
     文件        9323  2019-01-09 22:00  数据挖掘\Decision Tree Classifier of Titanic_files\index.js.下载
     文件       27102  2019-01-09 22:00  数据挖掘\Decision Tree Classifier of Titanic_files\jquery-ui.min.css
     文件        6240  2019-01-09 22:00  数据挖掘\Decision Tree Classifier of Titanic_files\jquery.typeahead.min.css
     文件        2180  2019-01-09 22:00  数据挖掘\Decision Tree Classifier of Titanic_files\logo-64x64.png
     文件        5922  2019-01-09 22:00  数据挖掘\Decision Tree Classifier of Titanic_files\logo.png
     文件     2242713  2019-01-09 22:00  数据挖掘\Decision Tree Classifier of Titanic_files\main.min.js.下载
     文件         325  2019-01-09 22:00  数据挖掘\Decision Tree Classifier of Titanic_files\override.css
     文件        5192  2019-01-09 22:00  数据挖掘\Decision Tree Classifier of Titanic_files\promise.min.js.下载
     文件       85921  2019-01-09 22:00  数据挖掘\Decision Tree Classifier of Titanic_files\require.js.下载
     文件      266371  2019-01-09 22:00  数据挖掘\Decision Tree Classifier of Titanic_files\style.min.css
     文件      116946  2018-12-18 22:09  数据挖掘\titanic.txt

评论

共有 条评论