Skip to content

Commit c7b092e

Browse files
committed
minor changes to README
1 parent 08201be commit c7b092e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,18 @@ Partial port of scikit-learn to [go](http://golang.org)
3232

3333

3434

35-
All of this is
35+
This is
36+
3637
- a personal project to get a deeper understanding of how all of this magic works
38+
3739
- a recent work still in progress, subject to refactoring, so interfaces may change, especially args to NewXXX
38-
- processed with gofmt, golint, go vet
40+
41+
- linted with ~~gofmt, golint, go vet~~ [revive](https://github.com/mgechev/revive)
42+
3943
- unit tested but coverage should reach 90%
40-
- underdocumented but python sklearn documentation should be sufficient
44+
45+
- underdocumented but [scikit-learn doc](http://scikit-learn.org/stable/documentation.html) is your friend
46+
4147

4248
Many thanks to gonum and scikit-learn authors and contributors
4349

0 commit comments

Comments
 (0)