Rahul-Crudcook commited on
Commit
c33f036
1 Parent(s): 70b0254

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,4 +1,14 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
2
  # Model Card for BigMart Sales Prediction Model
3
 
4
  ## Model Details
@@ -52,4 +62,4 @@ file_path = hf_hub_download(repo_id=repo_id, filename=model_filename)
52
  model = joblib.load(file_path)
53
 
54
  # Example prediction (replace X_test with your test data)
55
- # predictions = model.predict(X_test)
 
1
  ---
2
+ language:
3
+ - en
4
+ library_name: sklearn
5
+ tags:
6
+ - Salespridiction
7
+ - Regression
8
+ - sklearn
9
+ - bigmart
10
+ ---
11
+ ---
12
  # Model Card for BigMart Sales Prediction Model
13
 
14
  ## Model Details
 
62
  model = joblib.load(file_path)
63
 
64
  # Example prediction (replace X_test with your test data)
65
+ # predictions = model.predict(X_test)