aciobanusebi/s2fa: Factor Analysis (FA), Simple Supervised FA (S2FA), Simple Semi-Supervised FA (S3FA), Missing S3FA (MS3FA)

Factor Analysis is used for dimensionality reduction, an unsupervised task. With some changes, Factor Analysis (FA) can be also be used for [supervised] single-output/multi-output regression (S2FA), for semi-supervised single-output/multi-output regression (S3FA) and for imputing missing values in input or output (MS3FA). In the training phase, S2FA uses an analytic solution in matrix form, S3FA uses the EM algorithm in matrix form, and MS3FA uses the EM algorithm. For the same task, MS3FA would be slower than FA, S2FA, and S3FA. MS3FA can be used to learn a model with missing data and to impute missing values. House data source: 'Long-Kogan Realty, Chicago, USA'

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version1.0.0.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("aciobanusebi/s2fa")
aciobanusebi/s2fa documentation built on Aug. 7, 2021, 6:38 a.m.