Skip to content
This repository was archived by the owner on Jan 4, 2023. It is now read-only.
/ yamll Public archive

Some machine learning algorithms implementation in Python and Numpy

License

Notifications You must be signed in to change notification settings

ddaletski/yamll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another Machine Learning Library

Some machine learning algorithms implementation in Python and Numpy

Modules

Linear methods (module linear)

Linear regression

linear_regression.py contains LinearRegression class - an implementation of linear regression model with L1 and L2 regulatization

Features space (module features)

Polynomial features

polynomial_features.py contains PolynomialFeatures static class which allows to expand basis to polynomial features for use in linear models

About

Some machine learning algorithms implementation in Python and Numpy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages