https://github.com/biolab/orange3-datafusion
🍊 :link: Data fusion add-on for Orange3
https://github.com/biolab/orange3-datafusion
data-fusion matrix-decompositions matrix-factorization
Last synced: 7 months ago
JSON representation
🍊 :link: Data fusion add-on for Orange3
- Host: GitHub
- URL: https://github.com/biolab/orange3-datafusion
- Owner: biolab
- License: other
- Created: 2015-06-08T09:53:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T08:17:04.000Z (over 5 years ago)
- Last Synced: 2025-08-01T03:58:16.527Z (7 months ago)
- Topics: data-fusion, matrix-decompositions, matrix-factorization
- Language: Python
- Homepage:
- Size: 7.51 MB
- Stars: 16
- Watchers: 17
- Forks: 18
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Orange3 Data Fusion
===================
This is a data fusion add-on for [Orange3](http://orange.biolab.si). Add-on
wraps [scikit-fusion](http://github.com/marinkaz/scikit-fusion), a Python library for
data fusion, and implements a set of widgets for loading of the data, definition of
data fusion schema, collective matrix factorization and exploration of latent factors.
Installation
------------
To install the add-on, run
python setup.py install
To register this add-on with Orange, but keep the code in the development
directory (do not copy it to Python's site-packages directory), run
python setup.py develop
Usage
-----
Run Orange from the terminal by
python -m Orange.canvas
Data fusion widgets are in the toolbox bar under Data Fusion section.