Giter Club home page Giter Club logo

statmldm's Introduction

StatMLDM

我用來教授統計、機器學習與資料探勘的教材

安裝Swirl課程

  • 請檢查是否使用http://wush978.github.io上的swirl套件:
tryCatch({
  # Error if we need to install swirl
  if (!"swirl" %in% rownames(installed.packages())) stop("install swirl")
  if (packageVersion("swirl") < package_version("101.3.1.5")) stop("install swirl")
}, error = function(e) {
  if (conditionMessage(e) == "install swirl") {
    install.packages("swirl", repos = "http://wush978.github.io/R")
  }
})
  • 載入swirl,並且安裝課程
library(swirl)
install_course_github("wush978", "StatMLDM", "course")
  • 如果安裝有問題,請清空過往課程
library(swirl)
delete_progress("user_name") # 修該user_name成為同學的暱稱
uninstall_all_courses() # 移除所有舊課程
install_course_github("wush978", "StatMLDM", "course")

課程投影片

課程筆記(版本:fd25508a)

statmldm's People

Contributors

wush978 avatar johnsonhsieh avatar

Stargazers

 avatar  avatar IronMan avatar Du Huang avatar  avatar ihong chen avatar AaronKosatern avatar thisray avatar XC avatar  avatar  avatar

Watchers

Caxton avatar XC avatar  avatar

statmldm's Issues

omnitest(correctVal = 5)

發生在TM-RStatistics-01-EDA中,關卡52
"這裡複習一下seq函數。請問同學,seq(0,1,0.25)的長度會是多少?"
雖然答案是5,但打seq(0,1,0.25)也會過,yaml的寫法是omnitest(correctVal = 5)
不知道是不是omnitest的bug

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.