Add ScikitLearnRegressor; move sklean classes to their own file

This commit is contained in:
2021-04-01 07:54:14 -05:00
parent 820a6256c2
commit 59c734f2a1
8 changed files with 119 additions and 85 deletions

View File

@@ -1,7 +1,6 @@
# MIPLearn: Extensible Framework for Learning-Enhanced Mixed-Integer Optimization
# Copyright (C) 2020, UChicago Argonne, LLC. All rights reserved.
# Released under the modified BSD license. See COPYING.md for more details.
from typing import cast
from numpy.linalg import norm
from sklearn.svm import SVC