Mike Mastanduno
Mike Mastanduno
Add a plot to regression models that plots actual value (x) vs. predicted value (y) and the line y=x. ## User Experience - Given I am a user that has...
We need the `**keyword args` in the advanced class. For instance, I want to pass `balanced = True` through and then sit back and profit.
It's very useful to know what MAE / RMSE of predicting the mean is. Add a function to do this?
and unscaling for interpretation
Say there is a test that is rarely administered. The results are in a column that is 80% null. The value may not be as important as simply having the...
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.