Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
113
def
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
119
def
medical():
Callers
1
linear_svm_gradient.py
File · 0.70
Calls
1
get_clouds
Function · 0.90
Tested by
no test coverage detected