Metadata-Version: 1.1
Name: PyMissingData
Version: 1.0.3
Summary: An approach based on Bayesians Networks to fill missing values
Home-page: http://arsandov.github.io/PyMissingData
Author: Augusto Sandoval
Author-email: augustocsandoval@gmail.com
License: Harvard University
Download-URL: https://github.com/arsandov/PyMissingData/releases/tag/1.0.2alpha
Description: To take full advantage of all information available, it is best to use as many available catalogs as possible. For example, adding u-band or X-ray information while classifying quasars based on their variability is highly likely to improve the overall performance.
        Because these catalogs are taken with different instruments, bandwidths, locations, times, etc., the intersection of these catalogs is smaller than any single catalog; thus, the resulting multi-catalog contains missing values. Traditional classification methods cannot deal with the resulting missing data problem because to train a classification model it is necessary to have all features for all training members.
        PyMissingData allows you to perform inference to predict missing values given the observed data and dependency relationships between variables.
Keywords: Missing Values,Machine Learning,Bayesian Networks
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
