Mike Mastanduno

Results 16 comments of Mike Mastanduno

**My first pass through this.** - Ran the examples, they look great. I love the confusion matrix plot. - Loaded up a dataset with 14 classes and 31k rows. -...

- Confusion matrices available via console TrainedSupervisedModel.print_confusion_matrix() or plots TrainedSupervisedModel.confusion_matrix_plot() Fixed in #374 *It does indeed print these from the command line. I like it.* - More robust metrics that...

This is all done except for #424. Ping me when you're ready for review.

To flesh this out more, I think the best way to do it would be: - Added parameter to prep_data - Allow user to specify `TRUE` or the value, default...

I had originally thought this might work well under `evaluate.multiclass`, but now I don't think so. That function is for returning performance stats of best or all models. I think...

Do you have `localhost` set up as an alias to your server? Does it make the connection?

Does `SAM.patient.demograpic` exist?

We have had good luck using the following in our other work: - Numeric: - Mean - Bagged trees imputation - Assign to an outlying number such as `-999` and...

I'm going to move this to "issues" and we can keep an eye on it from there.

Do we need this? Also, @michaellevy , when we do database stuff in the refactor, keep this issue in mind. https://github.com/r-dbi/odbc/issues/140