# HG changeset patch # User bgruening # Date 1533418315 14400 # Node ID ff1ec373ad0b2d3d6658585464cc0cf32af29b21 # Parent 902e6f8f9713c81d98a8495cb46b52b3f1cd844d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit cfc9fe24b7975fc5838bb3e456646202898eb977 diff -r 902e6f8f9713 -r ff1ec373ad0b README.rst --- a/README.rst Sat Aug 04 12:16:31 2018 -0400 +++ b/README.rst Sat Aug 04 17:31:55 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?**