Taylor Miller

Results 73 issues of Taylor Miller

- I've cleaned up the README so that the .rst conversion works for PyPI. Why they still do not support markdown is beyond me. - Added some functions to help...

I'm not sure this PR ever got completed. This PR from @achimkoh fixes issue #4 plot_generic_dependence_dictionary -> plot_dependencies total.get_compress_dictionary_into_key_median() -> total.median() plt.savefig -> fig.savefig

I created this code snippet doing some client work and it has been very helpful when I want to work with dataframes. It uses scikit-learn's `train_test_split()` and appears to be...

enhancement
utilities

## Background This is how we should be communicating validation output. ![Screen Shot 2018-01-29 at 8.25.13 PM.png](https://images.zenhubusercontent.com/588f854351aa2c30577316a1/21f0c42f-8bce-4d78-b197-7201dd681b16) ### Working code from client work ``` def plot_distributions(df, actual_col, prediction_col, pos_label='Y', neg_label='N',...

enhancement
utilities

## TODO - [ ] merge master into 372 - [ ] resolve merge conflicts from https://github.com/HealthCatalyst/healthcareai-py/pull/467

technical debt

## Example R Output ``` Warning messages: 1: In private$loadData() : Each of the following categorical variables has levels that occur 3 times or fewer: - MaritalStatusDSC : 3 levels...

help wanted

- [ ] convert to transformer - [ ] audit and increase tests if needed

help wanted

Move everything below "PyPI Package Creation and Updating" in the readme to another file

help wanted

filters.py is too big. Make a dataframe_filters module that has a separate file for each filters

help wanted