Module models

The Models module within this COMBAT package encapsulates a versatile class designed to streamline the process of building predictive models and evaluating their performance across training and test datasets.

This module serves as a comprehensive toolkit for model development, offering an array of functionalities for model training, evaluation, and metric computation.

  1. LogitModel - a class to generate a Logistic Regression Model with functionalities for evaluation and metric computation

The Models module serves as a comprehensive toolkit for predictive modeling, providing users with the tools and functionalities needed to develop, evaluate, and interpret predictive models effectively.

By encapsulating model-building logic and evaluation metrics within a single class, this module streamlines the model development process and empowers users to make informed decisions when designing and deploying predictive models in real-world applications.