feat: add models/ and *.pkl to .gitignore, remove tracked model files from git history

This commit is contained in:
Marko Djordjevic 2026-02-18 10:55:48 +01:00
parent 4ba1327a53
commit ea89543c0f
91 changed files with 2 additions and 202 deletions

View file

@ -1,23 +0,0 @@
artifact_path: file:///home/homoludens/projekti/bitcon/candle_annotator/services/ml/mlruns/358560345319124639/models/m-045042d4be424487a3c0ff303d90466d/artifacts
flavors:
python_function:
env:
conda: conda.yaml
virtualenv: python_env.yaml
loader_module: mlflow.sklearn
model_path: model.pkl
predict_fn: predict
python_version: 3.13.5
sklearn:
code: null
pickled_model: model.pkl
serialization_format: cloudpickle
sklearn_version: 1.8.0
skops_trusted_types: null
mlflow_version: 3.9.0
model_id: m-045042d4be424487a3c0ff303d90466d
model_size_bytes: 793682
model_uuid: m-045042d4be424487a3c0ff303d90466d
prompts: null
run_id: f1a0c7b223484d019564929940766c10
utc_time_created: '2026-02-15 20:29:38.262687'

View file

@ -1,15 +0,0 @@
channels:
- conda-forge
dependencies:
- python=3.13.5
- pip
- pip:
- mlflow==3.9.0
- cloudpickle==3.1.2
- numpy==2.4.2
- pandas==2.3.3
- psutil==7.2.2
- pyarrow==22.0.0
- scikit-learn==1.8.0
- scipy==1.17.0
name: mlflow-env

View file

@ -1,7 +0,0 @@
python: 3.13.5
build_dependencies:
- pip
- setuptools==82.0.0
- wheel
dependencies:
- -r requirements.txt

View file

@ -1,8 +0,0 @@
mlflow==3.9.0
cloudpickle==3.1.2
numpy==2.4.2
pandas==2.3.3
psutil==7.2.2
pyarrow==22.0.0
scikit-learn==1.8.0
scipy==1.17.0

View file

@ -1,10 +0,0 @@
artifact_location: file:///home/homoludens/projekti/bitcon/candle_annotator/services/ml/mlruns/358560345319124639/models/m-045042d4be424487a3c0ff303d90466d/artifacts
creation_timestamp: 1771187378036
experiment_id: '358560345319124639'
last_updated_timestamp: 1771187384983
model_id: m-045042d4be424487a3c0ff303d90466d
model_type: ''
name: model
source_run_id: f1a0c7b223484d019564929940766c10
status: 2
status_message: null

View file

@ -1 +0,0 @@
1771187376598 0.8947368421052632 0 f1a0c7b223484d019564929940766c10

View file

@ -1 +0,0 @@
1771187376658 0.8928571428571429 0 f1a0c7b223484d019564929940766c10

View file

@ -1 +0,0 @@
1771187376682 0.896551724137931 0 f1a0c7b223484d019564929940766c10

View file

@ -1 +0,0 @@
1771187376614 0.8947044334975369 0 f1a0c7b223484d019564929940766c10

View file

@ -1 +0,0 @@
1771187376707 0.0 0 f1a0c7b223484d019564929940766c10

View file

@ -1 +0,0 @@
1771187376626 0.8949312937516204 0 f1a0c7b223484d019564929940766c10

View file

@ -1 +0,0 @@
1771187376641 0.8064516129032258 0 f1a0c7b223484d019564929940766c10

View file

@ -1 +0,0 @@
1771187376666 1.0 0 f1a0c7b223484d019564929940766c10

View file

@ -1 +0,0 @@
1771187376691 0.0 0 f1a0c7b223484d019564929940766c10

View file

@ -1 +0,0 @@
1771187376650 1.0 0 f1a0c7b223484d019564929940766c10

View file

@ -1 +0,0 @@
1771187376674 0.8125 0 f1a0c7b223484d019564929940766c10

View file

@ -1 +0,0 @@
1771187376699 0.0 0 f1a0c7b223484d019564929940766c10

View file

@ -1 +0,0 @@
1771187376484 1.0 0 f1a0c7b223484d019564929940766c10

View file

@ -1 +0,0 @@
1771187376492 1.0 0 f1a0c7b223484d019564929940766c10

View file

@ -1 +0,0 @@
1771187376501 1.0 0 f1a0c7b223484d019564929940766c10

View file

@ -1,23 +0,0 @@
artifact_path: file:///home/homoludens/projekti/bitcon/candle_annotator/services/ml/mlruns/358560345319124639/models/m-cf12ffc008e047e1a37f58efe209422c/artifacts
flavors:
python_function:
env:
conda: conda.yaml
virtualenv: python_env.yaml
loader_module: mlflow.sklearn
model_path: model.pkl
predict_fn: predict
python_version: 3.13.5
sklearn:
code: null
pickled_model: model.pkl
serialization_format: cloudpickle
sklearn_version: 1.8.0
skops_trusted_types: null
mlflow_version: 3.9.0
model_id: m-cf12ffc008e047e1a37f58efe209422c
model_size_bytes: 793682
model_uuid: m-cf12ffc008e047e1a37f58efe209422c
prompts: null
run_id: 509970efc3e0494ba3c2fbd7dd24d438
utc_time_created: '2026-02-15 20:33:18.754593'

View file

@ -1,15 +0,0 @@
channels:
- conda-forge
dependencies:
- python=3.13.5
- pip
- pip:
- mlflow==3.9.0
- cloudpickle==3.1.2
- numpy==2.4.2
- pandas==2.3.3
- psutil==7.2.2
- pyarrow==22.0.0
- scikit-learn==1.8.0
- scipy==1.17.0
name: mlflow-env

View file

@ -1,7 +0,0 @@
python: 3.13.5
build_dependencies:
- pip
- setuptools==82.0.0
- wheel
dependencies:
- -r requirements.txt

View file

@ -1,8 +0,0 @@
mlflow==3.9.0
cloudpickle==3.1.2
numpy==2.4.2
pandas==2.3.3
psutil==7.2.2
pyarrow==22.0.0
scikit-learn==1.8.0
scipy==1.17.0

View file

@ -1,10 +0,0 @@
artifact_location: file:///home/homoludens/projekti/bitcon/candle_annotator/services/ml/mlruns/358560345319124639/models/m-cf12ffc008e047e1a37f58efe209422c/artifacts
creation_timestamp: 1771187598541
experiment_id: '358560345319124639'
last_updated_timestamp: 1771187605161
model_id: m-cf12ffc008e047e1a37f58efe209422c
model_type: ''
name: model
source_run_id: 509970efc3e0494ba3c2fbd7dd24d438
status: 2
status_message: null

View file

@ -1 +0,0 @@
1771187597069 0.8947368421052632 0 509970efc3e0494ba3c2fbd7dd24d438

View file

@ -1 +0,0 @@
1771187597121 0.8928571428571429 0 509970efc3e0494ba3c2fbd7dd24d438

View file

@ -1 +0,0 @@
1771187597155 0.896551724137931 0 509970efc3e0494ba3c2fbd7dd24d438

View file

@ -1 +0,0 @@
1771187597081 0.8947044334975369 0 509970efc3e0494ba3c2fbd7dd24d438

View file

@ -1 +0,0 @@
1771187597191 0.0 0 509970efc3e0494ba3c2fbd7dd24d438

View file

@ -1 +0,0 @@
1771187597090 0.8949312937516204 0 509970efc3e0494ba3c2fbd7dd24d438

View file

@ -1 +0,0 @@
1771187597104 0.8064516129032258 0 509970efc3e0494ba3c2fbd7dd24d438

View file

@ -1 +0,0 @@
1771187597133 1.0 0 509970efc3e0494ba3c2fbd7dd24d438

View file

@ -1 +0,0 @@
1771187597166 0.0 0 509970efc3e0494ba3c2fbd7dd24d438

View file

@ -1 +0,0 @@
1771187597113 1.0 0 509970efc3e0494ba3c2fbd7dd24d438

View file

@ -1 +0,0 @@
1771187597145 0.8125 0 509970efc3e0494ba3c2fbd7dd24d438

View file

@ -1 +0,0 @@
1771187597176 0.0 0 509970efc3e0494ba3c2fbd7dd24d438

View file

@ -1 +0,0 @@
1771187596947 1.0 0 509970efc3e0494ba3c2fbd7dd24d438

View file

@ -1 +0,0 @@
1771187596958 1.0 0 509970efc3e0494ba3c2fbd7dd24d438

View file

@ -1 +0,0 @@
1771187596967 1.0 0 509970efc3e0494ba3c2fbd7dd24d438

Binary file not shown.