for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
from sklearn.linear_model import SGDClassifier
from .meta_sklearn_clf import MetaSkLearnClf
class LassoClf(MetaSkLearnClf):
def __init__(self, **kwargs):
super().__init__(classifier_instance=SGDClassifier(loss='modified_huber', penalty='l1'), **kwargs)
This check looks for lines that are too long. You can specify the maximum line length.