Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found 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 (2.9%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: mariolpantunes
- License: mit
- Language: Python
- Default Branch: main
- Size: 25.4 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 4
Created over 4 years ago
· Last pushed 12 months ago
Metadata Files
Readme
License
Citation
README.md
pyNNMF - Non-Negative Matrix Factorization (NNMF)
Library for computing Non-Negative Matrix Factorisation with missing values imputation.
Authors
- Mário Antunes - mariolpantunes
License
This project is licensed under the MIT License - see the LICENSE file for details
Status
Owner
- Name: Mário Antunes
- Login: mariolpantunes
- Kind: user
- Location: Aveiro
- Company: @ATNoG
- Repositories: 12
- Profile: https://github.com/mariolpantunes
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: nmf
message: >-
Library for computing Non-Negative Matrix Factorisation
with missing values imputation.
type: software
authors:
- given-names: Mário
family-names: Antunes
email: mario.antunes@ua.pt
affiliation: University of Aveiro
orcid: 'https://orcid.org/0000-0002-6504-9441'
GitHub Events
Total
- Issues event: 1
- Push event: 3
Last Year
- Issues event: 1
- Push event: 3
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Mário Antunes | m****s@g****m | 21 |
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- mariolpantunes (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 12 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 4
- Total maintainers: 1
pypi.org: pynnmf
Library for computing Non-Negative Matrix Factorisation with missing values imputation.
- Homepage: https://github.com/mariolpantunes/pyNNMF
- Documentation: https://pynnmf.readthedocs.io/
- License: MIT License
-
Latest release: 0.1.4
published 12 months ago
Rankings
Dependent packages count: 10.0%
Average: 38.7%
Dependent repos count: 67.4%
Maintainers (1)
Last synced:
10 months ago
Dependencies
requirements.txt
pypi
- numpy >=1.22.2
- pdoc3 >=0.10.0
.github/workflows/main.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
.github/workflows/publish.yml
actions
- actions/checkout v3 composite
- pypa/gh-action-pypi-publish release/v1 composite
pyproject.toml
pypi