Metadata-Version: 2.1
Name: pyLearnAlgorithms
Version: 0.1.8
Summary: Python Machine Learning algorithms based on Numpy, Scipy and Panda.
Home-page: https://github.com/Alyssonmach/pyLearnAlgorithms
Author: Alysson Machado
Author-email: alysson.barbosa@ee.ufcg.edu.br
License: MIT License
Description: # pyLearnAlgorithms
        this package was developed as one of the results of a research project developed at the Federal University of Campina Grande.
        
        ## Getting Started
        #### Dependencies
        You need Python 3.6 or later to use **pyLearnAlgorithms**. You can find it at [python.org](https://www.python.org/).
        
        You also need numpy, scipy, pandas and matplotlib packages. If you have pip, just run:
        ```
        pip install numpy
        pip install scipy
        pip install pandas]
        ip install matplotlib
        ```
        #### Installation
        Clone this repo to your local machine using:
        ```
        git clone https://github.com/Alyssonmach/pyLearnAlgorithms.git
        ```
        
        ## Features
        - Solving linear regression problems
        - Solving polynomial regression problems
        - Open data of different formats
        - Split the data into different strata to analyze the model
        - File structure for PyPI packages
        - Setup with package informations
        - License example
        
Keywords: Machine Learning,Regression,Classification
Platform: UNKNOWN
Description-Content-Type: text/markdown
