Skip to content

Commit 00ad0fe

Browse files
committed
update readme
1 parent 6925d56 commit 00ad0fe

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
Framework and utilities for creating and validating ML models
44

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+
512
## Install the tool
613

714
This will install the modelmaker CLI tool
@@ -24,9 +31,6 @@ modelmaker new --name mynewproject
2431
modelmaker templates
2532
```
2633

27-
## Features
34+
**Current Templates**
2835

29-
- CLI tool for creation and validation of models
30-
- Choose from predefined templates
31-
- validate model
32-
- write custom tests for each model
36+
- default (simple classification model)

0 commit comments

Comments
 (0)