healthcareai-r
healthcareai-r copied to clipboard
R tools for healthcare machine learning
Have at it! Please test connecting and writing to tables. You should be able to specify schemas and not get strange errors or behavior. Docs and error messages should make...
Create an evaluate method multiclass so that a confusion matrix is printed as a tibble. I think most of the code to do this is already in `plot.multiclass_multiclass_df`
Update this to use db_write in the primary examples. Move anything RODBC-related to an appendix.
Can borrow from current package.
Make it so the print method returns the ignored columns specified in prep_data.
@mmastand commented on [Tue Jun 13 2017](https://github.com/HealthCatalyst/healthcareai-py/issues/292) I filed an issue [here](https://github.com/rstats-db/DBI/issues/181) and [here](https://stackoverflow.com/questions/44534986/how-does-one-write-to-an-ms-sql-table-with-specific-schema-from-r-using-dbi). Reading works fine from any table. Writing only works if the table schema is the DB...