Giter Site home page Giter Site logo

datasciencespecialization / courses Goto Github PK

View Code? Open in Web Editor NEW
4.0K 4.0K 31.4K 1.03 GB

Course materials for the Data Science Specialization: https://www.coursera.org/specialization/jhudatascience/1

JavaScript 35.86% R 0.53% CSS 7.74% Makefile 0.06% TeX 0.33% Shell 0.01% HTML 55.48%

courses's People

Contributors

azalea avatar bcaffo avatar gdhorne avatar jaysonvirissimo avatar jtleek avatar kbroman avatar leard avatar ncarchedi avatar rdpeng avatar robinsmithca avatar roon avatar seankross avatar troyofhelen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

courses's Issues

Link to the EPS data in the case study video is broken

A quick-test question asks us to download data from

http://www.epa.gov/ttn/airs/airsaqs/detaildata/downloadaqsdata.htm

but we only get:

The Air Quality System (AQS) and AQS Data Mart websites have been updated and moved.

The new AQS website is at www2.epa.gov/aqs

The new AQS Data Mart is at https://aqs.epa.gov/aqsweb/documents/data_mart_welcome.html

The link should be changed to

http://aqsdr1.epa.gov/aqsweb/aqstmp/airdata/download_files.html

(Courtesy of Charles Wylie)

Rename folders by week and lecture numbers?

I like the way that Jeff has named the folders in his courses, like 01_02_topic for lecture 2 in week 1. It would be cool if the folders in Rogers' courses were renamed in the same way. It'd be a little easier to find things.

If you want, I'll do the work and submit a pull request, but I don't want to go to the effort if you wouldn't like it.

Download

How can i download the files so that i can view them locally? there is not download option.

Practical Machine Learning/ 016preProcessingPCA - Lecture example code change

This lecture needs to be updated, there is a change in how the "train" function has to be used.

With new version of caret (version 6.0-71), The lecture code:
modelFit <- train(training$type ~ .,method="glm",data=trainPC)`
gives an error.

I raised the issue with the caret package people.
https://github.com/topepo/caret/issues/480
They say this code is incorrect, we should use instead:
modelFit <- train(x = trainPC, y = training$type,method="glm")

You shouldn't use the data set name on the LHS of the formula. The formula interface should be used when the variables are in columns of the object that the data argument refers to.

If type is not in training and there are only numeric variables in trainPC, then you should use the non-formula method:
modelFit <- train(x = trainPC, y = training$type,method="glm")

Getting and Cleaning Data:Reading from Web example now fully out of date

For lecture 02_03_readingFromTheWeb in Getting and Cleaning Data, google are now loading the Google Scholar page via javascript rather than delivering static text, so all anyone who tries out the lecture code will get is an error message in the content in R (which is what you get if you visit the page with javascript off and a clear web browser cache).

move a couple Swirl lessons to better match the EDA lectures

[I couldn't find in this repo where this would be specified, so perhaps it pertains more to do with setup in Coursera. Whatever the case, please pass these requests on to the applicable inbox.]

Course: 04_ExploratoryAnalysis

Request 1: Move the Swirl lesson "Working with Colors" from week 2 to week 3.
Request 2: Move the Swirl lesson "Clustering Example" from week 3 to week 4.

Thanks,
Steve

025combiningPredictors: Accuracy typo

025combiningPredictors/index.Rmd line 70:

- * $10\times(0.7)^3(0.3)^2 + 5\times(0.7)^4(0.3)^2 + (0.7)^5$
+ * $10\times(0.7)^3(0.3)^2 + 5\times(0.7)^4(0.3) + (0.7)^5$

Peer to peer evaluation

Hi, Jeff.
What shall I do when I find that two Course Project submissions are 99% identical? What is the preferable way of handling it?

Clean up and rewrite Git repository (or break it up)

This Git repository alone weighs in at 1073 MB (!!!) presently, which is infeasible to clone over anything but a decent broadband connection. A local clone (including work tree) is > 2GB.

It seems over time a lot of unnecessary and large binary files have accumulated (e.g. zip files with another copy of files already in the repository). Some have been removed again, but they're still present in the history.

It would be great to clean up this repository, remove unnecessary files and rewrite the history to get the repository size down using e.g. BFG Repo Cleaner.

Alternatively it might be better to split it up into repositories for each of the courses.

R-Enthusiasts is dead

In Hierarchical Clustering (part 3) (Exploratory Data Analysis, week 3) you link to r-enthusiasts.com.

This website does not seem to exist anymore.

DataScientistToolbox: Error in Announcements

There are two error that I noticed in the file "courses / 01_DataScientistToolbox / announcements.md"

In first sentence of the week 3 announcement and the week 4 announcement, the course is referred to as "Obtaining Data" rather than "Data Scientist's Toolbox." I am unsure if the entire announcement is from the wrong class or if it is just the name of the class that's wrong.

swirl Lesson T Confidence Intervals encountered an error

When finish the step t.test(difference)$conf.int and come to the next step, it always comes out this error message, "Error in editor(file = file, title = title) : argument "name" is missing, with no default", and leaving swirl, "Leaving swirl now. Type swirl() to resume."

Dropbox links broken

I can't download either of the dropbox files for the lecture. Here is what happens:

fileUrl1 = "https://dl.dropboxusercontent.com/u/7710864/data/reviews-apr29.csv"
fileUrl2 = "https://dl.dropboxusercontent.com/u/7710864/data/solutions-apr29.csv"
download.file(fileUrl1,destfile="./data/reviews.csv",method="curl")
Error in download.file(fileUrl1, destfile = "./data/reviews.csv", method = "curl") :
'curl' call had nonzero exit status
In addition: Warning message:
running command 'curl "https://dl.dropboxusercontent.com/u/7710864/data/reviews-apr29.csv" -o "./data/reviews.csv"' had status 127
download.file(fileUrl2,destfile="./data/solutions.csv",method="curl")
Error in download.file(fileUrl2, destfile = "./data/solutions.csv", method = "curl") :
'curl' call had nonzero exit status
In addition: Warning message:
running command 'curl "https://dl.dropboxusercontent.com/u/7710864/data/solutions-apr29.csv" -o "./data/solutions.csv"' had status 127

So I got rid of "curl" and tried again, with these results:

download.file(fileUrl1,destfile="./data/reviews.csv")
trying URL 'https://dl.dropboxusercontent.com/u/7710864/data/reviews-apr29.csv'
Error in download.file(fileUrl1, destfile = "./data/reviews.csv") :
cannot open URL 'https://dl.dropboxusercontent.com/u/7710864/data/reviews-apr29.csv'
In addition: Warning message:
In download.file(fileUrl1, destfile = "./data/reviews.csv") :
cannot open URL 'https://dl.dropboxusercontent.com/u/7710864/data/reviews-apr29.csv': HTTP status was '404 Not Found'
download.file(fileUrl2,destfile="./data/solutions.csv")
trying URL 'https://dl.dropboxusercontent.com/u/7710864/data/solutions-apr29.csv'
Error in download.file(fileUrl2, destfile = "./data/solutions.csv") :
cannot open URL 'https://dl.dropboxusercontent.com/u/7710864/data/solutions-apr29.csv'
In addition: Warning message:
In download.file(fileUrl2, destfile = "./data/solutions.csv") :
cannot open URL 'https://dl.dropboxusercontent.com/u/7710864/data/solutions-apr29.csv': HTTP status was '404 Not Found'

Please help. Thanks!

Wrong graphic in 04_Exploratory Analysis / kmeansClustering / slide 13 Heatmaps

In the course 04 Exploratory Analysis, Week 3, lecture kmeansClustering, slide 13, a couple of heatmaps are compared side by side to show the benefits of combining heatmaps with hierarchical clustering, unfortunately because of a typo the second heatmap picks the wrong order and looks as random as the first one.

I see the typo has already been fixed in the "index.*" files of the repository!

But all the images and pdf files are still wrong:

  • fig/unnamed-chunk-7.png
  • figure/unnamed-chunk-7.png
  • slides_169/kmeans_16913.png
  • slides_169/kmeans_16913.png
  • slides_letter/kmeans_letter13.png
  • K-meansClustering_169.pdf
  • K-meansClustering_letter.pdf

are you missing a "make all"?

Warning message being showing for the Statistical Inference exercises

When completing the Statistical Inference exercise, the following warning message shows up:

warning messages from top-level task callback 'mini'
Warning messages:
1: Use of `dat$y` is discouraged. Use `y` instead. 
2: Use of `dat$y` is discouraged. Use `y` instead. 
3: Use of `dat$y` is discouraged. Use `y` instead.

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.