likelihood

Code generated from the Machine Learning course to optimization tasks

https://github.com/jzsmoreno/likelihood

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.2%) to scientific vocabulary

Keywords

hacktoberfest machine-learning python
Last synced: 6 months ago · JSON representation

Repository

Code generated from the Machine Learning course to optimization tasks

Basic Info
  • Host: GitHub
  • Owner: jzsmoreno
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 10.9 MB
Statistics
  • Stars: 7
  • Watchers: 0
  • Forks: 4
  • Open Issues: 0
  • Releases: 32
Topics
hacktoberfest machine-learning python
Created over 5 years ago · Last pushed 7 months ago
Metadata Files
Readme License Codeowners

README.md

likelihood

GitHub last commit GitHub repo size License

This repository contains the code to build the likelihood package which contains tools for typical tasks in maintain machine learning models in production and the training of custom models, for more information review our documentation.

Prerequisites

Before you begin, ensure you have met the following requirements:

Installation

This package can be easily installed with pip: bash pip install likelihood

Examples

You can check the examples folder.

More examples will be added soon.

Owner

  • Login: jzsmoreno
  • Kind: user

Physicist and Machine Learning Consultant

GitHub Events

Total
  • Create event: 42
  • Issues event: 1
  • Release event: 21
  • Watch event: 2
  • Delete event: 48
  • Issue comment event: 1
  • Push event: 123
  • Pull request event: 37
Last Year
  • Create event: 42
  • Issues event: 1
  • Release event: 21
  • Watch event: 2
  • Delete event: 48
  • Issue comment event: 1
  • Push event: 123
  • Pull request event: 37

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 1
  • Total Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
jzsmoreno 4****o 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 8
  • Total pull requests: 63
  • Average time to close issues: 6 months
  • Average time to close pull requests: 1 day
  • Total issue authors: 1
  • Total pull request authors: 5
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.05
  • Merged pull requests: 62
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 31
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 31
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jzsmoreno (8)
Pull Request Authors
  • jzsmoreno (61)
  • RodolfoFerro (7)
  • jafetcc02 (5)
  • bhawesh96 (1)
  • Soteloemma12 (1)
Top Labels
Issue Labels
hacktoberfest (8) version-1.0.1 (8)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 455 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 3
  • Total versions: 43
  • Total maintainers: 1
pypi.org: likelihood

A package that performs the maximum likelihood algorithm.

  • Versions: 43
  • Dependent Packages: 0
  • Dependent Repositories: 3
  • Downloads: 455 Last month
Rankings
Dependent repos count: 8.9%
Dependent packages count: 10.1%
Forks count: 15.4%
Average: 16.1%
Stargazers count: 21.6%
Downloads: 24.6%
Maintainers (1)
Last synced: 7 months ago

Dependencies

setup.py pypi
  • corner *
  • matplotlib *
  • numpy *
.github/workflows/code-quality.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
.github/workflows/publish-to-pypi.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
  • pypa/gh-action-pypi-publish release/v1 composite
requirements.txt pypi
  • black *
  • corner *
  • flake8 ==6.0.0
  • isort ==5.12.0
  • matplotlib *
  • mypy ==1.4.1
  • mypy-extensions ==1.0.0
  • numba *
  • numpy *
  • pydocstyle ==6.3.0
  • scipy *
  • types-openpyxl ==3.1.0.15