# HG changeset patch # User bgruening # Date 1533418470 14400 # Node ID 46454f9d8e4f89ce385e123c05ee88e9f2fffd5a # Parent 7bee4014724ab8338bc2c42500ce154c5bdad1f1 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit cfc9fe24b7975fc5838bb3e456646202898eb977 diff -r 7bee4014724a -r 46454f9d8e4f README.rst --- a/README.rst Sat Aug 04 12:46:28 2018 -0400 +++ b/README.rst Sat Aug 04 17:34:30 2018 -0400 @@ -1,9 +1,9 @@ -*************** Galaxy wrapper for scikit-learn library -*************** +*************************************** Contents ======== + - `What is scikit-learn?`_ - `Scikit-learn main package groups`_ - `Tools offered by this wrapper`_ @@ -16,10 +16,10 @@ ____________________________ -.. _What is scikit-learn? +.. _What is scikit-learn?: What is scikit-learn? -=========================== +===================== Scikit-learn is an open-source machine learning library for the Python programming language. It offers various algorithms for performing supervised and unsupervised learning as well as data preprocessing and transformation, model selection and evaluation, and dataset utilities. It is built upon SciPy (Scientific Python) library. @@ -29,9 +29,8 @@ .. _Scikit-learn main package groups: -====== Scikit-learn main package groups -====== +================================ Scikit-learn provides the users with several main groups of related operations. These are: @@ -54,9 +53,8 @@ .. _Tools offered by this wrapper: -=================== Available tools in the current wrapper -=================== +====================================== The current release of the wrapper offers a subset of the packages from scikit-learn library. You can find: @@ -73,16 +71,15 @@ .. _Machine learning workflows: Machine learning workflows -=============== +========================== Machine learning is about processes. No matter what machine learning algorithm we use, we can apply typical workflows and dataflows to produce more robust models and better predictions. Here we discuss supervised and unsupervised learning workflows. .. _Supervised learning workflows: -=================== Supervised machine learning workflows -=================== +===================================== **What is supervised learning?** @@ -132,9 +129,8 @@ .. _Unsupervised learning workflows: -======================= Unsupervised machine learning workflows -======================= +======================================= **What is unsupervised learning?**