Metadata-Version: 2.4
Name: orange3-factoranalysis
Version: 0.0.2
Summary: Orange3 add-on for Factor Analysis visualization
Author-email: Chris Lee <github@chrislee.dhs.org>
License: CC-BY-NC-SA-4.0
Project-URL: Homepage, https://github.com/chrislee35/orange3-factoranalysis
Keywords: orange3 add-on
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Orange3>=3.34.0
Requires-Dist: orange-canvas-core>=0.1.28
Requires-Dist: orange-widget-base>=4.20.0
Requires-Dist: scipy>=1.13.1
Requires-Dist: pandas>=2.2.3
Requires-Dist: Orange3-ImageAnalytics>=0.13.0
Requires-Dist: factor_analyzer>=0.5.1
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: recommonmark; extra == "doc"
Requires-Dist: sphinx_rtd_theme; extra == "doc"
Dynamic: license-file

# Orange3-FactorAnalysis

This widgets performs Factor Analysis on the input table and displays it in a visualization.

Within the Add-ons installer, click on "Add more..." and type in orange3-factoranalysis

Here is an example workflow using the iris dataset.

![Factor Analysis widget displaying the Iris dataset](imgs/iris-factor-analysis.png)

## Credits

A huge amount of the code for this widget came from *suriikata*'s [Orange-FA-widget](https://github.com/suriikata/Orange-FA-widget).

> Najlepša hvala za ta čudovit začetek z Orange pripomočkom za faktorsko analizo.
