Metadata-Version: 2.1
Name: likelihood
Version: 1.1.10
Summary: A package that performs the maximum likelihood algorithm.
Home-page: https://github.com/jzsmoreno/likelihood/
Author: J. A. Moreno-Guerra
Author-email: jzs.gm27@gmail.com
License: UNKNOWN
Description: ![likelihood](https://raw.githubusercontent.com/RodolfoFerro/likelihood/main/likelihood.png)
        
        ![GitHub last commit](https://img.shields.io/github/last-commit/jzsmoreno/likelihood?style=for-the-badge)
        ![GitHub repo size](https://img.shields.io/github/repo-size/jzsmoreno/likelihood?style=for-the-badge)
        ![License](https://img.shields.io/github/license/jzsmoreno/likelihood?style=for-the-badge)
        
        <!-- Project description -->
        This repository contains the code to build the likelihood package from the ML course taught by Ivan Avalos Lopez and J. A. Moreno-Guerra.
        
        ## Prerequisities
        
        Before you begin, ensure you have met the following requirements:
        
        * You have a _Windows/Linux/Mac_ machine running [Python 3.6+](https://www.python.org/).
        * You have installed the latest versions of [`pip`](https://pip.pypa.io/en/stable/installing/) and [`virtualenv`](https://virtualenv.pypa.io/en/stable/installation/) or `conda` ([Anaconda](https://www.anaconda.com/distribution/)).
        
        ## Installation
        
        This package can be easily installed with pip:
        ```bash
        pip install likelihood
        ```
        
        ## Examples
        
        You can check the [examples](https://github.com/jzsmoreno/likelihood/tree/main/examples) folder.
        
        More examples will be added soon.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
