Some machine learning algorithms implementation in Python and Numpy
linear_regression.py contains LinearRegression
class - an implementation of linear regression model with L1 and L2 regulatization
polynomial_features.py contains PolynomialFeatures
static class which allows to expand basis to polynomial features for use in linear models