From 09dad4785717dc4e83b09b616cdc28d0fd1bdd27 Mon Sep 17 00:00:00 2001 From: Lukas Turcani Date: Fri, 7 Jun 2024 10:21:08 +0100 Subject: [PATCH] fix long line --- src/omlt/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/omlt/__init__.py b/src/omlt/__init__.py index 8e702f0b..ae0ac537 100644 --- a/src/omlt/__init__.py +++ b/src/omlt/__init__.py @@ -2,7 +2,8 @@ OMLT ==== -OMLT is a Python package for representing machine learning models (neural networks and gradient-boosted trees) within the Pyomo optimization environment. +OMLT is a Python package for representing machine learning models +(neural networks and gradient-boosted trees) within the Pyomo optimization environment. The package provides various optimization formulations for machine learning models (such as full-space, reduced-space, and MILP) as well as an interface to import sequential Keras and general ONNX models.