Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trungngv authored Sep 22, 2020
1 parent c5ce075 commit 15fa16a
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 1,20 @@
# datascience
Template for data science projects (R-based) which includes a few useful utilities.
# Common R functions for data science

This project contains several useful stuffs for doing data science with R.

What you can find (under `src/util` directory):

- List of frequently used R packages (in `R_package_install_file.R`)

- Interactions with AWS S3 and Redshift using PostgreSQL (in `redshift_s3.R`)

- Statistical tests (in `tests.R`)

- Training of regression and classification models with hyperparameters optimisation via gridsearch and the caret package (in `train-classifiers.R` and `train-regressors.R`)

- Common plots for evaluating a binary classification model (in `validate.R`)

- Example of doing forecasting (in `forecast.Rmd`)

- Example of creating notebook with R markdown (in `forecast.Rmd`)

0 comments on commit 15fa16a

Please sign in to comment.