Skip to main content

Only the IterativeSVD algorithm from the fancyimpute package

Project description

Build Status Coverage Status DOI

plot

A fork of https://github.com/iskandr/fancyimpute which only includes its IterativeSVD algorithm. The original fancyimpute project had many more algorithms which required installing Tensorflow, which was difficult to do because of dependency issues. This minimal project is much simpler to install.

To install:

pip install fancySVD

Important Caveats

(1) This project is in "bare maintenance" mode. That means we are not planning on adding more imputation algorithms or features (but might if we get inspired). Please do report bugs, and we'll try to fix them. Also, we are happy to take pull requests for more algorithms and/or features.

Usage

from fancySVD import IterativeSVD

imputed_matrix = IterativeSVD().fit_transform(matrix)

Algorithms

Citation

As this project was forked from work done in https://github.com/iskandr/fancyimpute, if you use fancySVD in your academic publication, please cite the original authors as follows:

@software{fancyimpute,
  author = {Alex Rubinsteyn and Sergey Feldman},
  title={fancyimpute: An Imputation Library for Python},
  url = {https://github.com/iskandr/fancyimpute},
  version = {0.5.4},
  date = {2016},
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fancySVD-0.1.3.tar.gz (10.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page