Metadata-Version: 2.1
Name: mymlpackage
Version: 0.1
Summary: A collection of minimal and clean implementations of machine learning algorithms.
Home-page: https://github.com/lmbd92/ML_II_UdeA/tree/main/Taller2/mymlpackage
Author: Lina Beltrán
Author-email: linam.beltran@udea.edu.co
License: MIT
Description-Content-Type: text/markdown

This is my custom ML package based on the
[scikit-learn](https://scikit-learn.org/stable/) library. It contains the
following modules:

- PCA library
- SVD library
- K-means library
- K-medoids library
- t-SNE library
