GithubHelp home page GithubHelp logo

ntuaha / dsc2014tutorial Goto Github PK

View Code? Open in Web Editor NEW

This project forked from taiwanrusergroup/dsc2014tutorial

0.0 2.0 1.0 745 KB

台灣資料科學愛好者年會的資料科學上手課程的輔助用套件

R 100.00%

dsc2014tutorial's Introduction

安裝說明

請在R console貼上下列script:

deps <- available.packages("http://taiwanrusergroup.github.io/R")[1,"Depends"]
pkgs <- strsplit(gsub("\\s", "", deps), ",")[[1]]
for(pkg in pkgs) {
  # You can change your favorite repository
  install.packages(pkg, repo = "http://cran.csie.ntu.edu.tw")
}
install.packages('DSC2014Tutorial', repo = 'http://taiwanrusergroup.github.io/R', type = 'source')

投影片

slides("Basic")
slides("ETL")

資料

  • cl_info_other
    • 可以直接使用data(cl_info_other載入data.frame
    • 可以使用system.file("Basic/cl_info_other.csv", packages="DSC2014Tutorial")來access .csv原始檔

範例

R Basic

  • 練習1, system.file("Basic/exercise1.R", packages="DSC2014Tutorial")

dsc2014tutorial's People

Contributors

wush978 avatar ntuaha avatar wush-bridgewell avatar eit avatar

Watchers

James Cloos avatar  avatar

Forkers

lulalachen

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.