Skip to content

Commit

Permalink
[blogs] tweak header and footers
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Paczuski committed Jan 28, 2017
1 parent d1c9c24 commit c5e8da0
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 6 deletions.
36 changes: 34 additions & 2 deletions python-packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,24 @@

<body>

<h1>[Draft] Ranking Popular Python Packages for Data Science</h1>
<h1>Ranking Popular Python Packages for Data Science</h1>

<p>At The Data Incubator <a href="https://www.thedataincubator.com/">The Data Incubator</a>,
we pride ourselves on having the latest data science curriculum. Much of our
curriculum is based on feedback from corporate and government partners about
the technologies they are looking to learn. But we wanted to develop a more
data-driven approach to what we should be teaching in
our
<a href="https://www.thedataincubator.com/training.html">data science corporate training</a> and
our <a href="https://www.thedataincubator.com/fellowship.html">free fellowship</a> for
masters and PhDs looking to enter data science careers in industry. Here are
the results.</p>

<h1>The Rankings</h1>

<p>Below is a ranking of Python packages applicable in Data Science, based on
Github and Stack Overflow activity, as well as PyPI Downloads.</p>
Github and Stack Overflow activity, as well
as <a href="https://pypi.python.org/pypi">PyPI (The Python Package Index)</a> downloads.</p>

<p>The table shows standardized scores, where a value of 1 means one standard
deviation above average (average = score of 0). See below for methods.</p>
Expand Down Expand Up @@ -128,5 +142,23 @@ <h1>Methods</h1>

<p>All data was downloaded on January 26, 2017.</p>

<h1>Resources</h1>

<p>Source code is available
on
<a href="https://www.thedataincubator.com/">The Data Incubator</a>'s
<a href="https://github.com/thedataincubator/data-science-blogs/">Github</a>. If you're
interested in learning more, consider</p>

<ol>
<li><a href="https://www.thedataincubator.com/training.html">Data science corporate training</a></li>
<li><a href="https://www.thedataincubator.com/fellowship.html">Free eight-week fellowship</a> for masters and PhDs looking to enter industry</li>
<li><a href="https://www.thedataincubator.com/hiring.html">Hiring Data Scientists</a></li>
</ol>

<h1>Authors:</h1>

<p><a href="https://github.com/tianhuil/">Michael Li</a> and <a href="https://github.com/pavopax/">Paul Paczuski</a>.</p>

</body>
</html>
32 changes: 30 additions & 2 deletions python-packages.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# [Draft] Ranking Popular Python Packages for Data Science
# Ranking Popular Python Packages for Data Science

At The Data Incubator [The Data Incubator](https://www.thedataincubator.com/),
we pride ourselves on having the latest data science curriculum. Much of our
curriculum is based on feedback from corporate and government partners about
the technologies they are looking to learn. But we wanted to develop a more
data-driven approach to what we should be teaching in
our
[data science corporate training](https://www.thedataincubator.com/training.html) and
our [free fellowship](https://www.thedataincubator.com/fellowship.html) for
masters and PhDs looking to enter data science careers in industry. Here are
the results.

# The Rankings

Below is a ranking of Python packages applicable in Data Science, based on
Github and Stack Overflow activity, as well as PyPI Downloads.
Github and Stack Overflow activity, as well
as [PyPI (The Python Package Index)](https://pypi.python.org/pypi) downloads.

The table shows standardized scores, where a value of 1 means one standard
deviation above average (average = score of 0). See below for methods.
Expand Down Expand Up @@ -116,3 +130,17 @@ score.
Some manual checks were done to confirm Github repository location.

All data was downloaded on January 26, 2017.

# Resources
Source code is available
on
[The Data Incubator](https://www.thedataincubator.com/)'s
[Github](https://github.com/thedataincubator/data-science-blogs/). If you're
interested in learning more, consider

1. [Data science corporate training](https://www.thedataincubator.com/training.html)
2. [Free eight-week fellowship](https://www.thedataincubator.com/fellowship.html) for masters and PhDs looking to enter industry
3. [Hiring Data Scientists](https://www.thedataincubator.com/hiring.html)

# Authors:
[Michael Li](https://github.com/tianhuil/) and [Paul Paczuski](https://github.com/pavopax/).
18 changes: 16 additions & 2 deletions top-r-packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,18 @@

<h1>Top R packages for Machine Learning</h1>

<p>At The Data Incubator <a href="https://www.thedataincubator.com/">The Data Incubator</a>, we pride ourselves on having the latest data science curriculum. Much of our curriculum is based on feedback from corporate and government partners about the technologies they are looking to learn. But we wanted to develop a more data-driven approach to what we should be teaching in our <a href="https://www.thedataincubator.com/training.html">data science corporate training</a> and our <a href="https://www.thedataincubator.com/fellowship.html">free fellowship</a> for masters and PhDs looking to enter data science careers in industry. Here are the results.</p>

<h1>The Rankings</h1>

<p>What are the most popular ML packages? Let's look at a ranking based on package
downloads and social website activity.</p>

<p><img src="img/rank.png" width=400px></img></p>

<p><em>Notable: OneR: 1 (SO); mlr: 2 (Github); ranger: 4 (Github); SuperLearner: 5 (Github)</em></p>

<p>The ranking is based on average rank of CRAN downloads and Stack Overflow
<p>The ranking is based on average rank of CRAN (<a href="https://cran.r-project.org/">The Comprehensive R Archive Network</a>) downloads and Stack Overflow
activity (<a href="ranking.csv">full ranking here [CSV] </a>). CRAN downloads are from the past year. Stack Overflow ranks the
number of results based on package name in a question body, along with a tag
'R'. GitHub ranking is based on the number of stars for the
Expand Down Expand Up @@ -176,7 +180,17 @@ <h1>Top R packages for Data Science?</h1>

<h1>Resources</h1>

<p>Source code is available on Github [TODO ADD LINK].</p>
<p>Source code is available on <a href="https://www.thedataincubator.com/">The Data Incubator</a>'s <a href="https://github.com/thedataincubator/data-science-blogs/">Github</a>. If you're interested in learning more, consider</p>

<ol>
<li><a href="https://www.thedataincubator.com/training.html">Data science corporate training</a></li>
<li><a href="https://www.thedataincubator.com/fellowship.html">Free eight-week fellowship</a> for masters and PhDs looking to enter industry</li>
<li><a href="https://www.thedataincubator.com/hiring.html">Hiring Data Scientists</a></li>
</ol>

<h1>Authors:</h1>

<p><a href="https://github.com/tianhuil/">Michael Li</a> and <a href="https://github.com/pavopax/">Paul Paczuski</a>.</p>

</body>
</html>

0 comments on commit c5e8da0

Please sign in to comment.