Randy Olson

Results 28 issues of Randy Olson

If any foreign language speakers would like to contribute to `word-freqs` so it can support any other foreign languages, please commit to this issue.

enhancement

Description of library: http://peekaboo-vision.blogspot.com/2012/11/a-wordcloud-in-python.html Library: https://github.com/amueller/word_cloud Takes the words generated in `word_freqs` and passes them to `word_cloud`.

enhancement

Create unit tests to automate testing before checkin.

enhancement

Write a wrapper for datacleaner that allows it to act as a scikit-learn transformer. See the [scikit-learn docs](http://scikit-learn.org/stable/developers/contributing.html#apis-of-scikit-learn-objects) for information on the transformer API.

enhancement
help wanted

In the immediate future, datacleaner will: - Encode all non-numerical variables as numerical variables - Replace all NaNs with the median of the column _or_ drop all NaN rows (configurable)...

enhancement

Whenever `pip` is out of date, it prompts us with yellow text, which makes it stand out to the user. Is it possible to make `update_checker` do the same? I...

Provide common functions for MDR such as: - [x] Entropy / MDR entropy measures - Common MDR visualizations - [x] Colorized MDR grid - [ ] Entropy network - [x]...

enhancement

enhancement
help wanted

The Twitter API has the option to pull user names from a Twitter list. Add a function that takes the URL to a Twitter list and follows all of the...

enhancement