Skip to content

R package with functions to streamline my data science projects

Notifications You must be signed in to change notification settings

happyrabbit/DataScienceR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doing Data Science with R

The package is under developing and is not ready to use!

The DataScienceR package contains functions to streamline real-world data science practice. There are three major topics:

  • Predictive Analytics (complementary to caret package)
  • Market research analysis (psychometric models and segmentation)
  • Unstructured data analysis (text mining, web scraping)

The package utilizes a number of R packages. DataScienceR loads packages as needed and assumes that they are installed. Install package using:

library(devtools)
install_github("happyrabbit/DataScienceR")
library(DataScienceR)

About

R package with functions to streamline my data science projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages