Skip to content

Commit

Permalink
competing on analytics etc
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkmanMH committed Feb 9, 2019
1 parent c4bd839 commit c60fc40
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 10 deletions.
22 changes: 12 additions & 10 deletions 02_data_science_defined.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ theme_set(theme_light())

***

## What is this thing called "data science"?

### Theory
## Theory

David Donoho (2015) [_50 Years of Data Science_](http://courses.csail.mit.edu/18.337/2015/docs/50YearsDataScience.pdf), based on a presentation at the Tukey Centennial workshop, Princeton NJ Sept 18 2015.

Expand All @@ -37,7 +35,7 @@ David Robinson (2018-01-09) ["What's the difference between data science, machin
Mango Solutions (2018-08-15) ["Demystifying Data Science Terminology"](https://www.mango-solutions.com/blog/demystifying-data-science-terminology)


### Philosophy
## Philosophy

Angela Bassa (2017) [Data Alone Isn’t Ground Truth … and why you should always carry a healthy dose of skepticism in your back pocket](https://medium.com/@angebassa/data-alone-isnt-ground-truth-9e733079dfd4)

Expand Down Expand Up @@ -67,9 +65,10 @@ Roger Peng, [_R Programming for Data Science_] [@Peng2018]

* Roger Peng's [other books on LeanPub](https://leanpub.com/u/rdpeng)

Chester Ismay, 2017-03-02, [Getting used to R, RStudio, and R Markdown](https://ismayc.github.io/rbasics-book/)
Chester Ismay and Albert Y. Kim, 2017-08-02, [An Introduction to Statistical and Data Sciences via R](http://moderndive.com/) [@Ismay_Kim_2018]

* Chester Ismay, 2017-03-02, [Getting used to R, RStudio, and R Markdown](https://ismayc.github.io/rbasics-book/)

Chester Ismay and Albert Y. Kim, 2017-08-02, [An Introduction to Statistical and Data Sciences via R](http://moderndive.com/)



Expand All @@ -85,21 +84,24 @@ Chester Ismay and Albert Y. Kim, 2017-08-02, [An Introduction to Statistical and
[Using Big Data to Solve Economic and Social Problems](http://www.equality-of-opportunity.org/bigdatacourse/) -- course at The Equality of Opportunity Project


### Data Science Careers
### Data science careers

Jonny Brooks-Bartlett (2018-03-28) [Here’s why so many data scientists are leaving their jobs](https://towardsdatascience.com/why-so-many-data-scientists-are-leaving-their-jobs-a1f0329d7ea4) -- a splash of cold water realism in the face


***

## Learning data science
## The skills of data science

Of course, how you set out to learn data science hinges on how you define data science. A typology based on data users might be helpful; knowing what sort of data scientist you are will shape what you might want to learn.


### Data analytics leadership
### Data science leadership

Thomas H. Davenport and Jeanne G. Harris, [_Competing on Analytics: The New Science of Winning_], Harvard Business School Press, January 2007. [@Davenport_Harris_2007]


Thomas H. Davenport, ["Competing on Analytics"](https://hbr.org/2006/01/competing-on-analytics), _Harvard Business Review_, January 2006.
* Thomas H. Davenport, ["Competing on Analytics"](https://hbr.org/2006/01/competing-on-analytics), _Harvard Business Review_, January 2006.

Angela Bassa, ["Managing a Data Science Team"](https://hbr.org/2018/10/managing-a-data-science-team), _Harvard Business Review_, 2018-10-24

Expand Down
21 changes: 21 additions & 0 deletions book.bib
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
@Book{@Davenport_Harris_2007,
title = {Competing on Analytics: The New Science of Winning},
author = {Thomas H. Davenport and
Jeanne G. Harris},
publisher = {Harvard Business School Press},
year = {2007},
note = {ISBN 978-1-4221-0332-6}
}



@article{tm,
title = {Text Mining Infrastructure in R},
author = {Ingo Feinerer and
Expand All @@ -12,6 +23,16 @@ @article{tm
}


@Book{Ismay_Kim_2018,
title = {Modern Dive: An Introduction to Statistical and Data Sciences via R},
author = {Chester Ismay and
Albert Y. Kim},
publisher = {self-published},
year = {2018},
url = {https://moderndive.com/},
}


@Book{Peng2018,
title = {R Programming for Data Science},
author = {Roger D. Peng},
Expand Down

0 comments on commit c60fc40

Please sign in to comment.