Skip to content

Commit

Permalink
Updating Model Serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
ingandresgamer committed Nov 25, 2023
1 parent b88c091 commit 29c67f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/model.pkl.dvc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
outs:
- md5: 95e98c95b50d9da33193ad4d59abbc50
size: 883780
- md5: 2f9ee30cf511837ee2cdbb05b460adb1
size: 744547
hash: md5
path: model.pkl

1 comment on commit 29c67f3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Model Pipeline Description

imputer:SimpleImputer()

core_model:GradientBoostingRegressor(n_estimators=460)

Train Score 0.988

Validation Score 0.756

Test Score 0.757

Please sign in to comment.