Skip to content
View zkurtz's full-sized avatar
Block or Report

Block or report zkurtz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
zkurtz/README.adoc

Welcome

Here you’ll find a few snippets of mostly dev/experimental/sandbox code. Although I’ve put a couple of these projects on pypi, I don’t maintain any of them, so this is mainly a personal code journal that I occasionally turn to for inspiration in my "real" work.

Installation

To install the zkurtz/zkurtz/src python package. First clone this repo, cd into it, and then:

pip install -e .
pip install -r requirements.txt

ipython kernel install --user --name zkurtz

The last line above register the jupyter kernel to be able to run notebooks; this assumes your virtualenv name is "zkurtz".

Popular repositories

  1. pydens pydens Public

    Density estimation powered by scalable regression tools

    Jupyter Notebook 7 3

  2. ASAP-AES-workbench ASAP-AES-workbench Public

    Automated essay scoring with word2vec and more

    Jupyter Notebook 4 4

  3. shmistogram shmistogram Public

    Piecewise-uniform univariate density estimation and visualization

    Python 2

  4. when_will_it_end when_will_it_end Public

    Monitor the progress of a loop with occasional informative statements instead of a progress bar

    Python 1

  5. stats_rules_for_success stats_rules_for_success Public

    An amateur presentation on how to succeed as a statistician in industry

    R

  6. license_proliferator license_proliferator Public

    Prepend licensing text to all relevant files in a repository

    Python