victor HF staff commited on
Commit
c711691
1 Parent(s): 29d1d66

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: unknown
3
+ inference: false
4
+ tags:
5
+ - mlconsole
6
+ - tabular-classification
7
+ library_name: mlconsole
8
+ metrics:
9
+ - accuracy
10
+ - loss
11
+ datasets:
12
+ - train.csv
13
+ model-index:
14
+ - name: titanic-survival-with-ml-console
15
+ results:
16
+ - task:
17
+ type: tabular-classification
18
+ name: tabular-classification
19
+ dataset:
20
+ type: train.csv
21
+ name: train.csv
22
+ metrics:
23
+ - type: accuracy
24
+ name: Accuracy
25
+ value: 0.7882882952690125
26
+ - type: loss
27
+ name: Model loss
28
+ value: 0.5075606107711792
29
+
30
+ ---
31
+
32
+ # train.csv (#2)
33
+ Trained on [ML Console](https://mlconsole.com).
34
+
35
+ [Load the model on ML Console](https://mlconsole.com/model/hf/victor/titanic-survival-with-ml-console).