JackVines commited on
Commit
ec349a8
1 Parent(s): 7736e04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -1
README.md CHANGED
@@ -1,3 +1,39 @@
1
  ---
2
- pipeline_tag: tabular-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
+ tags:
3
+ - tabular-classification
4
+ - sklearn
5
+ widget:
6
+ structuredData:
7
+ Pclass:
8
+ - 3
9
+ - 2
10
+ - 1
11
+ Sex:
12
+ - 1
13
+ - 0
14
+ - 1
15
+ Age:
16
+ - 1
17
+ - 2
18
+ - 3
19
+ SibSp:
20
+ - 0
21
+ - 1
22
+ - 0
23
+ Parch:
24
+ - 1
25
+ - 0
26
+ - 2
27
+ Embarked:
28
+ - 1
29
+ - 2
30
+ - 3
31
+ CabinBool:
32
+ - 1
33
+ - 0
34
+ - 1
35
+ FareBand:
36
+ - 1
37
+ - 2
38
+ - 4
39
  ---