diffuser34 commited on
Commit
a0f113c
1 Parent(s): 224b935

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -1,4 +1,3 @@
1
-
2
  ---
3
  tags:
4
  - autotrain
@@ -7,6 +6,8 @@ tags:
7
  - tabular-regression
8
  datasets:
9
  - autotrain-uzdtm-nwkp2/autotrain-data
 
 
10
  ---
11
 
12
  # Model Trained Using AutoTrain
@@ -53,4 +54,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
  - autotrain-uzdtm-nwkp2/autotrain-data
9
+ library_name: flair
10
+ pipeline_tag: tabular-regression
11
  ---
12
 
13
  # Model Trained Using AutoTrain
 
54
 
55
  # predictions can be converted to original labels using label_encoders.pkl
56
 
57
+ ```