# HG changeset patch # User bgruening # Date 1533418497 14400 # Node ID 766cab8ada64d41df038a5676cf7f1771d0e0ae2 # Parent 73535ddcfa6975496b300a10e71be2e652222d37 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit cfc9fe24b7975fc5838bb3e456646202898eb977 diff -r 73535ddcfa69 -r 766cab8ada64 README.rst --- a/README.rst Sat Aug 04 12:32:40 2018 -0400 +++ b/README.rst Sat Aug 04 17:34:57 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?**