Skip to content
🍊 πŸ”— Data fusion add-on for Orange3
Branch: master
Clone or download
Latest commit 7caa876 Jan 21, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github
doc Small fixes to documentation. Dec 8, 2016
orangecontrib
.gitignore doc: convert to ReST documentation Oct 21, 2016
LICENSE
MANIFEST.in Remove Graphviz references and related *.js files Oct 24, 2015
README.md
setup.py Release v0.1.11 Jul 14, 2017

README.md

Orange3 Data Fusion

This is a data fusion add-on for Orange3. Add-on wraps 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.

You can’t perform that action at this time.