SDC, Data Science and Knowledge

Difference between revisions of "Clowdflows.unistra.fr"

From SDC, Data Science and Knowledge
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
==What is ClowdFlows?==
 
==What is ClowdFlows?==
  
It is an online data science service: it enables the user to design and run data analysis workflows on a web browser, without installing any software. It provides lots of widgets from known libraries, e.g. Orange, SciKit, Weka. It can also call external web services. Proceedings is performed on our servers and can access data remotely from files or databases.
+
It is an online data science service: it enables the user to design and run data analysis workflows on a web browser, without installing any software. It provides lots of widgets from known libraries, e.g. Orange, SciKit, Weka. It can also call external web services. Processing is performed on our servers and can access data remotely from files or databases.
  
 
WorkFlows can be made public in order to include the URL in a publication to enable people to reproduce the experiments, and more generally to be used as tutorials. Examples are provided below.
 
WorkFlows can be made public in order to include the URL in a publication to enable people to reproduce the experiments, and more generally to be used as tutorials. Examples are provided below.
  
 
It is an open-source software. It can easily be extended. Our contributions are listed below.
 
It is an open-source software. It can easily be extended. Our contributions are listed below.
 +
 +
A user guide is available [[Clowdflows User Guide|here]].
 +
 +
== Main differences between the nodes ==
 +
 +
* [http://clowdflows.org ClowdFlows.org] is hosted in Ljubljana, Slovenia. [http://clowdflows.unistra.fr ClowdFlows Unistra] is hosted in Strasbourg, France.
 +
* [http://clowdflows.unistra.fr Clowdflows Unistra] has a separated authentification and database.
 +
* Improvements of ClowdFlows and new algorithms implemented in Ljubljana are hosted first on [http://clowdflows.org ClowdFlows.org]. New algorithms implemented in Strasbourg are hosted first on [http://clowdflows.unistra.fr ClowdFlows Unistra].
  
 
==Our contributions==
 
==Our contributions==
  
==In the relational data mining package==
+
===In the relational data mining package===
  
* the rule discovery tool, Tertius. See the example: [http://clowdflows.unistra.fr/workflow/77/ Tertius from files on the family example]
+
* The rule discovery tool, Tertius. See the example: [http://clowdflows.unistra.fr/workflow/77/ Tertius from files on the family example]
  
* the first-order Bayesian classifiers 1BC and 1BC2. See the example: [http://clowdflows.unistra.fr/workflow/14/ 1BC on mutagenesis using cross-validation from DBMS]
+
* The first-order Bayesian classifiers 1BC and 1BC2. See the example: [http://clowdflows.unistra.fr/workflow/14/ 1BC on mutagenesis using cross-validation from DBMS]
  
 
* Propositionalisation using Relaggs, cardinalisation and quantiles. See the example: [http://clowdflows.unistra.fr/workflow/78/ Compare propositionalisation and J48 on urban blocks]
 
* Propositionalisation using Relaggs, cardinalisation and quantiles. See the example: [http://clowdflows.unistra.fr/workflow/78/ Compare propositionalisation and J48 on urban blocks]

Latest revision as of 15:41, 2 February 2016

ClowdFlows.unistra.fr is the node of the ClowdFlows.org network in the university of Strasbourg.

What is ClowdFlows?

It is an online data science service: it enables the user to design and run data analysis workflows on a web browser, without installing any software. It provides lots of widgets from known libraries, e.g. Orange, SciKit, Weka. It can also call external web services. Processing is performed on our servers and can access data remotely from files or databases.

WorkFlows can be made public in order to include the URL in a publication to enable people to reproduce the experiments, and more generally to be used as tutorials. Examples are provided below.

It is an open-source software. It can easily be extended. Our contributions are listed below.

A user guide is available here.

Main differences between the nodes

Our contributions

In the relational data mining package