D:\Program\CONDA\python.exe "D:\software\pycharm\PyCharm\PyCharm 2020.2\plugins\python\helpers\pydev\pydevd.py" --multiproc --qt-support=auto --client 127.0.0.1 --port 49324 --file D:/Program/JacksonProject/machine_learning/heart_beat_death/heart_failure_clinical.py
pydev debugger: process 24716 is connecting
Connected to pydev debugger (build 202.6397.98)
There is 299 observation and 13 columns in the dataset
age has 47 unique value
anaemia has 2 unique value
creatinine_phosphokinase has 208 unique value
diabetes has 2 unique value
ejection_fraction has 17 unique value
high_blood_pressure has 2 unique value
platelets has 176 unique value
serum_creatinine has 40 unique value
serum_sodium has 27 unique value
sex has 2 unique value
smoking has 2 unique value
time has 148 unique value
DEATH_EVENT has 2 unique value
column name : DEATH_EVENT
--------------------------------
per_of_nulls : % 0.0
num_of_nulls : 0
num_of_uniques : 2
0 203
1 96
Name: DEATH_EVENT, dtype: int64
0 203
1 96
Name: DEATH_EVENT, dtype: int64
Percentage of DEATH: % 32.11 --> (96 cases for Heart Disease)
Percentage of NOT DEATH: % 67.89 --> (203 cases for NOT Heart Disease)
<pandas.io.formats.style.Styler object at 0x000002342FC589E8>
Skewness: 0.7703488154389491
Kurtosis: -1.4160799150023284
Numerical Columns: Index(['age', 'anaemia', 'creatinine_phosphokinase', 'diabetes',
'ejection_fraction', 'high_blood_pressure', 'platelets',
'serum_creatinine', 'serum_sodium', 'sex', 'smoking', 'time'],
dtype='object')
Categorical Columns: Index([], dtype='object')
A skewness value of 4.463110084653752 means that the distribution is approx. highly skewed
A skewness value of 4.455995882049026 means that the distribution is approx. highly skewed
A skewness value of 1.4623208382757793 means that the distribution is approx. highly skewed
A skewness value of 0.7703488154389491 means that the distribution is approx. moderately skewed
A skewness value of 0.770348815438949 means that the distribution is approx. moderately skewed
A skewness value of 0.6267318547287857 means that the distribution is approx. moderately skewed
A skewness value of 0.5553827516973211 means that the distribution is approx. moderately skewed
A skewness value of 0.42306190672863536 means that the distribution is approx. symmetric
A skewness value of 0.3339286842537603 means that the distribution is approx. symmetric
A skewness value of 0.2782606644055605 means that the distribution is approx. symmetric
A skewness value of 0.12780264559841184 means that the distribution is approx. symmetric
A skewness value of -0.6267318547287857 means that the distribution is approx. highly skewed
A skewness value of -1.0481360160574988 means that the distribution is approx. highly skewed
serum_creatinine 25.828
creatinine_phosphokinase 25.149
dtype: float64
For age and age, there is NO multicollinearity problem
For age and anaemia, there is NO multicollinearity problem
For age and creatinine_phosphokinase, there is NO multicollinearity problem
For age and diabetes, there is NO multicollinearity problem
For age and ejection_fraction, there is NO multicollinearity problem
For age and high_blood_pressure, there is NO multicollinearity problem
For age and platelets, there is NO multicollinearity problem
For age and serum_creatinine, there is NO multicollinearity problem
For age and serum_sodium, there is NO multicollinearity problem
For age and sex, there is NO multicollinearity problem
For age and smoking, there is NO multicollinearity problem
For age and time, there is NO multicollinearity problem
For age and DEATH_EVENT, there is NO multicollinearity problem
For anaemia and age, there is NO multicollinearity problem
For anaemia and anaemia, there is NO multicollinearity problem
For anaemia and creatinine_phosphokinase, there is NO multicollinearity problem
For anaemia and diabetes, there is NO multicollinearity problem
For anaemia and ejection_fraction, there is NO multicollinearity problem
For anaemia and high_blood_pressure, there is NO multicollinearity problem
For anaemia and platelets, there is NO multicollinearity problem
For anaemia and serum_creatinine, there is NO multicollinearity problem
For anaemia and serum_sodium, there is NO multicollinearity problem
For anaemia and sex, there is NO multicollinearity problem
For anaemia and smoking, there is NO multicollinearity problem
For anaemia and time, there is NO multicollinearity problem
For anaemia and DEATH_EVENT, there is NO multicollinearity problem
For creatinine_phosphokinase and age, there is NO multicollinearity problem
For creatinine_phosphokinase and anaemia, there is NO multicollinearity problem
For creatinine_phosphokinase and creatinine_phosphokinase, there is NO multicollinearity problem
For creatinine_phosphokinase and diabetes, there is NO multicollinearity problem
For creatinine_phosphokinase and ejection_fraction, there is NO multicollinearity problem
For creatinine_phosphokinase and high_blood_pressure, there is NO multicollinearity problem
For creatinine_phosphokinase and platelets, there is NO multicollinearity problem
For creatinine_phosphokinase and serum_creatinine, there is NO multicollinearity problem
For creatinine_phosphokinase and serum_sodium, there is NO multicollinearity problem
For creatinine_phosphokinase and sex, there is NO multicollinearity problem
For creatinine_phosphokinase and smoking, there is NO multicollinearity problem
For creatinine_phosphokinase and time, there is NO multicollinearity problem
For creatinine_phosphokinase and DEATH_EVENT, there is NO multicollinearity problem
For diabetes and age, there is NO multicollinearity problem
For diabetes and anaemia, there is NO multicollinearity problem
For diabetes and creatinine_phosphokinase, there is NO multicollinearity problem
For diabetes and diabetes, there is NO multicollinearity problem
For diabetes and ejection_fraction, there is NO multicollinearity problem
For diabetes and high_blood_pressure, there is NO multicollinearity problem
For diabetes and platelets, there is NO multicollinearity problem
For diabetes and serum_creatinine, there is NO multicollinearity problem
For diabetes and serum_sodium, there is NO multicollinearity problem
For diabetes and sex, there is NO multicollinearity problem
For diabetes and smoking, there is NO multicollinearity problem
For diabetes and time, there is NO multicollinearity problem
For diabetes and DEATH_EVENT, there is NO multicollinearity problem
For ejection_fraction and age, there is NO multicollinearity problem
For ejection_fraction and anaemia, there is NO multicollinearity problem
For ejection_fraction and creatinine_phosphokinase, there is NO multicollinearity problem
For ejection_fraction and diabetes, there is NO multicollinearity problem
For ejection_fraction and ejection_fraction, there is NO multicollinearity problem
For ejection_fraction and high_blood_pressure, there is NO multicollinearity problem
For ejection_fraction and platelets, there is NO multicollinearity problem
For ejection_fraction and serum_creatinine, there is NO multicollinearity problem
For ejection_fraction and serum_sodium, there is NO multicollinearity problem
For ejection_fraction and sex, there is NO multicollinearity problem
For ejection_fraction and smoking, there is NO multicollinearity problem
For ejection_fraction and time, there is NO multicollinearity problem
For ejection_fraction and DEATH_EVENT, there is NO multicollinearity problem
For high_blood_pressure and age, there is NO multicollinearity problem
For high_blood_pressure and anaemia, there is NO multicollinearity problem
For high_blood_pressure and creatinine_phosphokinase, there is NO multicollinearity problem
For high_blood_pressure and diab
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
随机森林回归 Best Parameters of GridSearchCV for Random Forest Model: {'max_depth': 9, 'max_features': 4, 'min_samples_split': 8, 'n_estimators': 50} -------------------------------------------------------------------------------------------------------------------- Best Estimator of GridSearchCV for Random Forest Model: RandomForestClassifier(max_depth=9, max_features=4, min_samples_split=8, n_estimators=50, random_state=101) RF_grid_model X_test_scaled 存活率 Actual Pred
资源推荐
资源详情
资源评论
收起资源包目录
心脏衰竭致死率预测.zip (11个子文件)
heart_failure_clinical_records_dataset.csv 12KB
训练输出.txt 767KB
heart.csv 35KB
代码
heart_beat_death
heart_failure_clinical.ipynb 112KB
heart_failure_clinical_records_dataset.csv 12KB
heart_failure_clinical.py 29KB
heart.csv 35KB
heart_failure_prediction.py 24KB
svm_heart.py 27KB
rf_heart.py 4KB
dt_heart.py 4KB
共 11 条
- 1
资源评论
- qq_458404552023-05-22非常有用的资源,可以直接使用,对我很有用,果断支持!
- chuyuntao1232023-04-25资源很实用,内容详细,值得借鉴的内容很多,感谢分享。
- 哀家的头发呀2023-12-04资源中能够借鉴的内容很多,值得学习的地方也很多,大家一起进步!
AI信仰者
- 粉丝: 1w+
- 资源: 143
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 计算机毕业设计:python+爬虫+cnki网站爬
- nyakumi-lewd-snack-3-4k_720p.7z.002
- 现在微信小程序能用的mqtt.min.js
- 基于MPC的非线性摆锤系统轨迹跟踪控制matlab仿真,包括程序中文注释,仿真操作步骤
- shell脚本入门-变量、字符串, Shell脚本中变量与字符串的基础操作教程
- 基于MATLAB的ITS信道模型数值模拟仿真,包括程序中文注释,仿真操作步骤
- 基于Java、JavaScript、CSS的电子产品商城设计与实现源码
- 基于Vue 2的zjc项目设计源码,适用于赶项目需求
- 基于跨语言统一的C++头文件设计源码开发方案
- 基于MindSpore 1.3的T-GCNTemporal Graph Convolutional Network设计源码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功