# model-utils **Repository Path**: the_machine/model-utils ## Basic Information - **Project Name**: model-utils - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Model-Uitls Utility functions for modeling. ## Model Evaluation ```python from modelutils.ModelUtil import ModelEval meval = ModelEval(y_test, y_score) auc, ks = meval.get_aucks() meval.plot_rocks() ``` ![plot_rocks](pics/plot_rocks.png)