fighting_covid19 源码
fighting_covid19 该脚本试图找出诊断出covid-19的患者永生的可能性。 数据来自Kaggle。 目标值是death_rate,模型使用的特征是“ country_region”,“ last_update”,“ lat”,“ long”,“ confirmed”,“ deaths”,“ recovered”,“ active”,“ incident_rate”,“ people_tested” ”,“ people_hospitalized”,“ uid”,“ iso3” 实现了两个模型RandomForestRegressor和xgboost。 此外,对模型进行了不同的超参数微调,之后选择了最佳模型。
用户评论