blag/posts/2016-12-13-cincyfp-r-crosspost.md
Chris Hodapp 92c4efac7d Update to newer Haskell version (5.3 -> 8.3) to get new Pandoc.
I needed the ability to use ATTR_HTML in org-mode:
https://github.com/jgm/pandoc/pull/2927

Doing this update required me to fix somes YAML in some posts.
2017-12-13 21:16:39 -05:00

25 lines
805 B
Markdown

---
title: "CincyFP presentation: R & Feature Transformation"
author: Chris Hodapp
date: December 13, 2016
tags: r, cincyfp
---
Another cross-post (sort of): The slides and notebooks from my
presentation on "R and Feature Learning"
to
[CincyFP](https://cincyfp.wordpress.com/2016/11/29/december-meeting-5/) are
online.
Presentation slides
are
[here](../assets_external/2016-12-13-cincyfp-r-crosspost/CincyFP_R_slides.slides.html) and
the notebook live-coded in the presentation is
at
[Live_demo.ipynb](https://github.com/Hodapp87/cincyfp_presentation_R_2016_12/blob/master/Live_demo.ipynb).
This is on
[my GitHub](https://github.com/hodapp87/cincyfp_presentation_R_2016_12) as
well as
[CincyFP's GitHub](https://github.com/cincy-functional-programmers/cincyfp-presentations/tree/master/2016-12-r-pca).