Data Science Desktop Survival Guide
by Graham Williams |
|||||
Multiple File Scripts |
20200105
Sometimes this can become a burden. Users find themselves reverting to a single script file for their code. It requires some judgement and discipline to modularise your code in this way, and maybe some assistance too from the integrated development environment being used.
Suggested
00_setup.R
10_ingest.R 20_observe.R 30_process.R 40_meta.R 50_save.R 60_classification.R 62_rpart.R 64_randomForest.R 66_xgboost.R 68_h20.R 70_regression.R 72_lm.R 74_rpart.R 76_mxnet.R 80_evaluate.R 90_deploy.R 99_all.R
|