MCPcopy Create free account
hub / github.com/lazyprogrammer/machine_learning_examples / clouds

Function clouds

svm_class/linear_svm_gradient.py:113–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111
112
113def clouds():
114 X, Y = get_clouds()
115 Xtrain, Xtest, Ytrain, Ytest = train_test_split(X, Y, test_size=0.33)
116 return Xtrain, Xtest, Ytrain, Ytest, 1e-3, 200
117
118
119def medical():

Callers 1

Calls 1

get_cloudsFunction · 0.90

Tested by

no test coverage detected