文件名称:kaggle-bike-sharing:Kaggle.com 共享单车需求
文件大小:183KB
文件格式:ZIP
更新时间:2024-06-24 02:27:42
R
Kaggle.com 上的 R 版共享单车需求竞赛 入门 用 brew 安装 R brew tap homebrew/science brew install r 安装 RStudio 安装依赖 打开 RStudio 通过运行命令安装软件包 ```R install.packages('rpart') install.packages('randomForest') install.packages('party') ```
【文件预览】:
kaggle-bike-sharing-master
----Output()
--------.gitkeep(0B)
----decision_tree_model.R(1KB)
----conditional_inference_forest.R(2KB)
----hour_mean_model.R(669B)
----random_forest.R(1KB)
----README.md(546B)
----Data()
--------train.csv(633KB)
--------test.csv(316KB)
----separate_decision_trees_model.R(2KB)
----hour_month_weekday_year_model.R(1KB)
----randomForest_TUTORIAL.R(2KB)
----hour_month_model.R(895B)
----hour_month_weekday_model.R(1KB)
----separate_random_forests.R(2KB)
----.gitignore(78B)
----simple_mean_model.R(345B)