notes on python machine learning linux and other programming related topics
Go to file
Guillaume Redoulès b358803bb6 index
adding a index.html file at the root and a redirect to the real index.html
2017-10-14 21:49:04 +02:00
content update to the site 2017-10-14 21:35:49 +02:00
output update to the site 2017-10-14 21:35:49 +02:00
plugins update to the site 2017-10-14 21:35:49 +02:00
theme update to the site 2017-10-14 21:35:49 +02:00
.gitattributes Initial commit 2017-06-11 09:03:41 +02:00
.gitignore update to the site 2017-10-14 21:35:49 +02:00
develop_server.sh update to the site 2017-10-14 21:35:49 +02:00
fabfile.py update to the site 2017-10-14 21:35:49 +02:00
gh-pages update to the site 2017-10-14 21:35:49 +02:00
index.html index 2017-10-14 21:49:04 +02:00
LICENSE Initial commit 2017-06-11 09:03:41 +02:00
make update to the site 2017-10-14 21:35:49 +02:00
Makefile update to the site 2017-10-14 21:35:49 +02:00
pelicanconf.py update to the site 2017-10-14 21:35:49 +02:00
publishconf.py update to the site 2017-10-14 21:35:49 +02:00
readme.md update to the site 2017-10-14 21:35:49 +02:00

Notes on Data Science, Machine Learning, and Artificial Intelligence

I am a data scientist originally trained as a quantitative political scientist. My career has focused on applying data science to political and social issues. Years ago, I became frustrated at a major gap in the existing literature. On one side sat data science, with roots in mathematics and computer science. On the other side was the social sciences, with hard-earned expertise modeling and predicting complex human behavior. However, despite each field having much to lend to the other, collaborations between the two have been exceptionally rare.

The motivation of this ongoing book project is to bridge that gap: to create a practical guide to applying data science to political and social phenomena.

Writing Content Procedure

  • Write in Jupyter or markdown
  • Add to correct folder
  • Add YAML matter: Title: Beautiful Soup Basic HTML Scraping
    Slug: beautiful_soup_html_basics
    Summary: Beautiful Soup Basic HTML Scraping
    Date: 2016-05-01 12:00
    Category: Python
    Tags: Web Scraping
    Authors: Chris Albon
  • Change ![png](...) to ![png]({filename}/images/scipy_simple_clustering/output_26_1.png)
  • Move post images in their folder to content/images/{filename}
  • Run Pelican
  • View Page

Deployment Procedure

  • pelican content -o output -s pelicanconf.py
  • ghp-import output
  • git push origin gh-pages

Development Procedure

  • cd output
  • python -m pelican.server
  • pelican

To Do List

  • Rewrite bio / CV
  • add comments to css