We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931b57c commit e67c669Copy full SHA for e67c669
2 files changed
Makefile
@@ -1,4 +1,7 @@
1
-.PHONY: lint
+.PHONY: lint build build-frontend
2
+
3
+default: build
4
5
## run lint to format golang code
6
lint:
7
gofmt -w -s ./
README.md
@@ -145,8 +145,9 @@ Search Embedding of:
145
146
To make this project work, quite a lot of code are copied and modified from the following libraries:
147
- Neural Network & Parameter Server:
148
- - [go-deep](https://github.com/patrikeh/go-deep)
149
- [gorgonia](https://github.com/gorgonia/gorgonia)
+ - [goro](https://github.com/aunum/goro)
150
+ - [go-deep](https://github.com/patrikeh/go-deep)
151
- [pa-m/sklearn](https://github.com/pa-m/sklearn)
152
- Feature Engineering:
153
- [go-featureprocessing](https://github.com/nikolaydubina/go-featureprocessing)
0 commit comments