coan commited on
Commit
4069dbf
1 Parent(s): 3e3461f

Rename README.md to model.pkl

Browse files
Files changed (1) hide show
  1. README.md → model.pkl +2 -2
README.md → model.pkl RENAMED
@@ -1,4 +1,3 @@
1
-
2
  ---
3
  tags:
4
  - autotrain
@@ -7,6 +6,7 @@ tags:
7
  - tabular-regression
8
  datasets:
9
  - botClaiton/autotrain-data
 
10
  ---
11
 
12
  # Model Trained Using AutoTrain
@@ -53,4 +53,4 @@ predictions = model.predict(data) # or model.predict_proba(data)
53
 
54
  # predictions can be converted to original labels using label_encoders.pkl
55
 
56
- ```
 
 
1
  ---
2
  tags:
3
  - autotrain
 
6
  - tabular-regression
7
  datasets:
8
  - botClaiton/autotrain-data
9
+ license: pddl
10
  ---
11
 
12
  # Model Trained Using AutoTrain
 
53
 
54
  # predictions can be converted to original labels using label_encoders.pkl
55
 
56
+ ```