feat(src): add inference script for model evaluation
This commit is contained in:
6
code/src/ml/inference.py
Normal file
6
code/src/ml/inference.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
from src.ml.model_selection import inference_model
|
||||||
|
|
||||||
|
model = {"SVM": "D:/thesis/models/sensor1/SVM.joblib",
|
||||||
|
"SVM with PCA": "D:/thesis/models/sensor1/SVM with StandardScaler and PCA.joblib"}
|
||||||
|
|
||||||
|
inference_model(model["SVM"], "D:/thesis/data/dataset_A/zzzAD2.TXT", column_question=1)
|
||||||
Reference in New Issue
Block a user