MLOPs_end2end_api / models /feature_meta.json
RCEjosephkarl
Initial commit: end-to-end MLOps pipeline project
a7af3e9
Raw
History Blame Contribute Delete
310 Bytes
{
"feature_cols": [
"Hours Used Per Day",
"Cost",
"User Age",
"Primary Usage",
"Brand",
"Computer Age (Months)"
],
"target_col": "Needs Replacement",
"scaler_path": "/home/karl-joseph-cacao/Documents/MSDS2026/Term_04/MLOps_MSDS2026/MLOps_end2end_MSDS2026/models/scaler.joblib"
}