We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6925d56 commit 00ad0feCopy full SHA for 00ad0fe
README.md
@@ -2,6 +2,13 @@
2
3
Framework and utilities for creating and validating ML models
4
5
+## Features
6
+
7
+- CLI tool for creation and validation of models
8
+- Choose from predefined templates
9
+- validate model
10
+- write custom tests for each model
11
12
## Install the tool
13
14
This will install the modelmaker CLI tool
@@ -24,9 +31,6 @@ modelmaker new --name mynewproject
24
31
modelmaker templates
25
32
```
26
33
27
-## Features
34
+**Current Templates**
28
35
29
-- CLI tool for creation and validation of models
30
-- Choose from predefined templates
-- validate model
-- write custom tests for each model
36
+- default (simple classification model)
0 commit comments