Metadata-Version: 2.1
Name: pyLearnAlgorithms
Version: 0.2.5
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
        install the package via PiP, use the following command:
        ```
        pip install pyLearnAlgorithms
        ```
        
        ## Update
        To update the package, use the following command via PIP:
        ```
        pip install --upgrade pyLearnAlgorithms
        ```
        
        ## Features
        ```
        - [x] Solving linear regression problems
        - [x] Solving polynomial regression problems
        - [x] Open data on different formats
        - [x] Split data into training, validation and testing
        - [x] Several examples available for learning
        - [x] Setup with package informations
        - [x] License example
        ```
Keywords: Machine Learning,Regression,Classification
Platform: UNKNOWN
Description-Content-Type: text/markdown
