Orange3: Difference between revisions

From UFRC
Jump to navigation Jump to search
Maxprok (talk | contribs)
Created page with "Category:SoftwareCategory:data miningCategory:visualization {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|orange3}} |{{#vardefine:url|https://github.com/biola..."
 
Maxprok (talk | contribs)
No edit summary
Line 5: Line 5:
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
|{{#vardefine:conf|}}          <!--CONFIGURATION-->
|{{#vardefine:conf|}}          <!--CONFIGURATION-->
|{{#vardefine:exe|}}            <!--ADDITIONAL INFO-->
|{{#vardefine:exe|1}}            <!--ADDITIONAL INFO-->
|{{#vardefine:job|}}            <!--JOB SCRIPTS-->
|{{#vardefine:job|}}            <!--JOB SCRIPTS-->
|{{#vardefine:policy|}}        <!--POLICY-->
|{{#vardefine:policy|}}        <!--POLICY-->
Line 44: Line 44:
{{#if: {{#var: exe}}|==Additional Information==
{{#if: {{#var: exe}}|==Additional Information==


WRITE_ADDITIONAL_INSTRUCTIONS_ON_RUNNING_THE_SOFTWARE_IF_NECESSARY
This is a GUI software. To run it follow the instructions at https://wiki.rc.ufl.edu/doc/GUI_Programs
Basic usage:
module load gui orange3
launch_gui_session -e orange-canvas
 
Connect with xpra locally using the xpra command
xpra attach ssh:jdoe@i111a-s222.rc.ufl.edu:3713


|}}
|}}

Revision as of 20:41, 19 October 2016

Description

orange3 website  

Orange is a component-based data mining software. It includes a range of data visualization, exploration, preprocessing and modeling techniques. It can be used through a nice and intuitive user interface or, for more advanced users, as a module for the Python programming language.


Required Modules

Serial

  • orange3

System Variables

  • HPC_{{#uppercase:orange3}}_DIR - installation directory

Additional Information

This is a GUI software. To run it follow the instructions at https://wiki.rc.ufl.edu/doc/GUI_Programs Basic usage:

module load gui orange3
launch_gui_session -e orange-canvas

Connect with xpra locally using the xpra command

xpra attach ssh:jdoe@i111a-s222.rc.ufl.edu:3713