Package to conduct factor analysis on data
Project description
Factor Analysis
import tensorflow as tf
f = factor_analysis.factors.Factor(data, factor_analysis.posterior.Posterior(covariance_prior, means))
noise = factor_analysis.noise.Noise(f, f.posterior)
with tf.Session() as sess:
print(f.create_factor().eval())
print(noise.create_noise(f.create_factor()).eval())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
factor-analysis-0.0.1.tar.gz
(2.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file factor-analysis-0.0.1.tar.gz.
File metadata
- Download URL: factor-analysis-0.0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea32b7fb81d496d9980259c4fd4d2c96a88cd97774e86cf36f7f1f5ee2a376e2
|
|
| MD5 |
1da02daf7143c03c4bb81965da8580bd
|
|
| BLAKE2b-256 |
2d0fb6536f87ece13c260c409354624dbfe6e4116e4c5c13a8e6dd99fc5b75e0
|
File details
Details for the file factor_analysis-0.0.1-py3-none-any.whl.
File metadata
- Download URL: factor_analysis-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38a25420f096455ee35471aa64d5aeb7c082ad16aa0e1ba7a27f79ccbb762eae
|
|
| MD5 |
7977eb10a4495a5408fb2d434deefbdb
|
|
| BLAKE2b-256 |
8fd3761c0b8071db1067c5839c79159efe8ad21f468005d12f98a3004d56ee3d
|