mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-14 13:28:51 -06:00
Reorganize imports; start moving data to instance.training_data
This commit is contained in:
@@ -3,11 +3,12 @@
|
||||
# Released under the modified BSD license. See COPYING.md for more details.
|
||||
|
||||
import numpy as np
|
||||
from miplearn.classifiers.cv import CrossValidatedClassifier
|
||||
from numpy.linalg import norm
|
||||
from sklearn.preprocessing import StandardScaler
|
||||
from sklearn.svm import SVC
|
||||
|
||||
from miplearn.classifiers.cv import CrossValidatedClassifier
|
||||
|
||||
E = 0.1
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user