You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Area Under Curve measure. We now calculate a posterior distribution over the AUC measure. The posterior distribution is included in plots, and we have some get methods to allow people to access the information. #180
Improved information displayed about objects in the command line. There is now much more informative information provided about fitted model objects. This includes a listing of the public methods we can use on the model object. #188, #189
User now has access to various plot methods. You can now call quite a lot of different plot methods on the fitted model object. This will help in creating any custom plots you want. #191