摘要:
参考:https://go.dev/blog/using-go-modules go mod init creates a new module, initializing the go.mod file that describes it. go build, go test, and other 阅读全文
摘要:
Say you have one feature and a target with 3 possible values X = np.array([3.4, 3.4, 3. , 2.8, 2.7, 2.9, 3.3, 3. , 3.8, 2.5]) y = np.array([0, 0, 0, 1 阅读全文