def buildNet(self): net = linear_model.SGDRegressor( n_iter = 1, alpha = 0.0001, shuffle=False ) return net