Giter VIP home page Giter VIP logo

r-programing's Introduction

Introduction to Machine Learning with R and Caret


Introduction to Caret with Titanic dataset

The caret package developed by Max Kuhn is short for Classification and Regression Training. It contains a set of functions that streamline the process of creating predictive models. It contains a set of packages to perform the following functions:
• data splitting
• pre-processing
• feature selection
• model tuning using resampling
• variable importance estimation

In this example I have tried to learn the basis of caret by implementing a few features on the Titanic dataset.

Data Pre-Processing with Caret

The below trasforms have been implemented on Iris and PimaIndiansDiabetes datasets:
• Data scaling
• Data centering
• Data standardization
• Data normalization
• The Box-Cox Transform
• The Yeo-Johnson Transform
• PCA (Principle Component Analysis) Transform
• ICA (Independent Componenet Analysis) Transform

References
https://github.com/datasciencedojo/meetup/blob/master/intro_to_ml_with_r_and_caret/IntroToMachineLearning.R
https://github.com/topepo/caret/tree/master/pkg/caret/R
https://machinelearningmastery.com/pre-process-your-dataset-in-r

r-programing's People

Contributors

prithvikamath avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.