Difference between revisions of "Orange3"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:data miningCategory:visualization {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|orange3}} |{{#vardefine:url|https://github.com/biola...") |
|||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:Software]][[Category: | + | [[Category:Software]][[Category:Data Mining]] |
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|orange3}} | |{{#vardefine:app|orange3}} | ||
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 22: | Line 22: | ||
<!--Modules--> | <!--Modules--> | ||
− | == | + | ==Environment Modules== |
− | + | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | |
− | |||
− | |||
− | < | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==System Variables== | ==System Variables== | ||
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== | ||
Line 44: | Line 33: | ||
{{#if: {{#var: exe}}|==Additional Information== | {{#if: {{#var: exe}}|==Additional Information== | ||
− | + | This is a GUI software. Follow the instructions at https://wiki.rc.ufl.edu/doc/GUI_Programs | |
+ | |||
+ | Basic usage: | ||
+ | module load gui | ||
+ | launch_gui_session --module orange3 -e orange-canvas | ||
+ | |||
+ | Connect with xpra locally using the xpra command | ||
+ | xpra attach ssh:jdoe@i111a-s222.rc.ufl.edu:3713 | ||
|}} | |}} |
Latest revision as of 17:08, 10 June 2022
Description
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.
Environment Modules
Run module spider orange3
to find out what environment modules are available for this application.
System Variables
- HPC_ORANGE3_DIR - installation directory
Additional Information
This is a GUI software. Follow the instructions at https://wiki.rc.ufl.edu/doc/GUI_Programs
Basic usage:
module load gui launch_gui_session --module orange3 -e orange-canvas
Connect with xpra locally using the xpra command
xpra attach ssh:jdoe@i111a-s222.rc.ufl.edu:3713