1Orange3 Data Fusion
2===================
3
4This is a data fusion add-on for [Orange3](http://orange.biolab.si). Add-on
5wraps [scikit-fusion](http://github.com/marinkaz/scikit-fusion), a Python library for
6data fusion, and implements a set of widgets for loading of the data, definition of
7data fusion schema, collective matrix factorization and exploration of latent factors.
8
9Installation
10------------
11
12To install the add-on, run
13
14    python setup.py install
15
16To register this add-on with Orange, but keep the code in the development
17directory (do not copy it to Python's site-packages directory), run
18
19    python setup.py develop
20
21Usage
22-----
23
24Run Orange from the terminal by
25
26    python -m Orange.canvas
27
28Data fusion widgets are in the toolbox bar under Data Fusion section.
29