Import py27-nimfa-1.0 as wip/py-nimfa.
Nimfa is a Python scripting library which includes a number of published matrix factorization algorithms, initialization methods, quality and performance measures and facilitates the combination of these to produce new strategies. The library represents a unified and efficient interface to matrix factorization algorithms and methods. The nimfa library works with numpy dense matrices and scipy sparse matrices (where this is possible to save on space). The library has support for multiple runs of the algorithms which can be used for some quality measures. By setting runtime specific options tracking the residuals error within one (or more) run or tracking fitted factorization model is possible.Extensive documentation with working examples which demonstrate real applications, commonly used benchmark data and visualization methods are provided to help with the interpretation and comprehension of the results.
This commit is contained in:
parent
0344282d00
commit
37e8747ca3
4 changed files with 37 additions and 0 deletions
14
py-nimfa/DESCR
Normal file
14
py-nimfa/DESCR
Normal file
|
@ -0,0 +1,14 @@
|
|||
Nimfa is a Python scripting library which includes a number of published matrix
|
||||
factorization algorithms, initialization methods, quality and performance
|
||||
measures and facilitates the combination of these to produce new strategies.
|
||||
The library represents a unified and efficient interface to matrix factorization
|
||||
algorithms and methods.
|
||||
|
||||
The nimfa library works with numpy dense matrices and scipy sparse matrices
|
||||
(where this is possible to save on space). The library has support for multiple
|
||||
runs of the algorithms which can be used for some quality measures. By setting
|
||||
runtime specific options tracking the residuals error within one (or more) run
|
||||
or tracking fitted factorization model is possible.Extensive documentation with
|
||||
working examples which demonstrate real applications, commonly used benchmark
|
||||
data and visualization methods are provided to help with the interpretation and
|
||||
comprehension of the results.
|
17
py-nimfa/Makefile
Normal file
17
py-nimfa/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/01/17 16:14:11 jihbed Exp $
|
||||
|
||||
DISTNAME= nimfa-1.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/n/nimfa/
|
||||
FETCH_USING= curl
|
||||
|
||||
MAINTAINER= jihbed.research@gmail.com
|
||||
HOMEPAGE= http://nimfa.biolab.si
|
||||
COMMENT= Python Library for Nonnegative Matrix Factorization Techniques
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
py-nimfa/PLIST
Normal file
1
py-nimfa/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/01/17 16:14:11 jihbed Exp $
|
5
py-nimfa/distinfo
Normal file
5
py-nimfa/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/01/17 16:14:11 jihbed Exp $
|
||||
|
||||
SHA1 (nimfa-1.0.tar.gz) = dfa2e1b7f7c15318742057a6c10d45e0b0269b33
|
||||
RMD160 (nimfa-1.0.tar.gz) = 096ca26319092ba0b3dc48f5efa32ed53d7c21ff
|
||||
Size (nimfa-1.0.tar.gz) = 5716313 bytes
|
Loading…
Reference in a new issue