Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 400 Bytes

File metadata and controls

15 lines (10 loc) · 400 Bytes

Python ML App

This simple application demonstrates how to train and tune a machine learning model using scikit-learn. It uses the Iris dataset and logistic regression. The code includes examples for loading data, training a model, evaluating it, and performing hyperparameter tuning with grid search.

Running the example

python -m ml_app.app

Running tests

pytest