https://github.com/alexslemonade/fancysvd
Only the IterativeSVD algorithm from iskandr/fancyimpute to make dependency resolution easier.
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 4 DOI reference(s) in README -
✓Academic publication links
Links to: ncbi.nlm.nih.gov, zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.1%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
Repository
Only the IterativeSVD algorithm from iskandr/fancyimpute to make dependency resolution easier.
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
- Releases: 0
Created almost 5 years ago
· Last pushed over 2 years ago
https://github.com/AlexsLemonade/fancySVD/blob/master/
[](https://travis-ci.org/AlexsLemonade/fancySVD) [](https://coveralls.io/github/AlexsLemonade/fancySVD?branch=master) [](http://dx.doi.org/10.5281/zenodo.51773)

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
```python
from fancySVD import IterativeSVD
imputed_matrix = IterativeSVD().fit_transform(matrix)
```
## Algorithms
* `IterativeSVD`: Matrix completion by iterative low-rank SVD decomposition. Should be similar to SVDimpute from [Missing value estimation methods for DNA microarrays](http://www.ncbi.nlm.nih.gov/pubmed/11395428) by Troyanskaya et. al.
## 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:
```bibtex
@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},
}
```
Owner
- Name: Alex's Lemonade Stand Foundation
- Login: AlexsLemonade
- Kind: organization
- Website: https://www.alexslemonade.org
- Repositories: 70
- Profile: https://github.com/AlexsLemonade
Childhood Cancer Data Lab of ALSF
GitHub Events
Total
Last Year
Committers
Last synced: over 3 years ago
All Time
- Total Commits: 204
- Total Committers: 13
- Avg Commits per committer: 15.692
- Development Distribution Score (DDS): 0.426
Top Committers
| Name | Commits | |
|---|---|---|
| Alex Rubinsteyn | a****n@g****m | 117 |
| Sergey Feldman | s****n@g****m | 54 |
| Kurt Wheeler | k****1@g****m | 21 |
| sergeyf | s****y@d****m | 3 |
| P M | 1****p@u****m | 1 |
| David | d****a@g****m | 1 |
| Chelsea Zhang | z****a@g****m | 1 |
| Brett Beaulieu-Jones | b****j@g****m | 1 |
| Karthik Ramanathan | k****h@g****m | 1 |
| Tim O'Donnell | t****l@g****m | 1 |
| Sourabh Sandanshi | s****i@g****m | 1 |
| Ahmet Can Ozbek | o****n@g****m | 1 |
| Johan Gustafsson | j****n@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 1
- Total pull requests: 6
- Average time to close issues: N/A
- Average time to close pull requests: 18 minutes
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 5
- Bot issues: 0
- Bot pull requests: 1
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
- kurtwheeler (1)
Pull Request Authors
- kurtwheeler (5)
- dependabot[bot] (2)
Top Labels
Issue Labels
Pull Request Labels
dependencies (2)
Dependencies
requirements.txt
pypi
- numpy >=1.19.5
- scikit-learn >=0.21.2
setup.py
pypi
- scikit-learn ==0.24.2