Skip to content

Latest commit

 

History

History
82 lines (61 loc) · 2.11 KB

File metadata and controls

82 lines (61 loc) · 2.11 KB

en construction permanente

Les maths d'abord, la programmation ensuite

Le livre The Elements of Statistical Learning est considéré comme la bible en matière de machine learning. Ce site aborde des sujets connexes. Le site est aussi disponible (format brut de fonderie) sur github/mlstatpy gitlogo.

.. toctree::
    :maxdepth: 1
    :caption: Mathematics

    c_clus/index
    c_ml/index
    c_ml/index_reg_lin
    c_ml/index_reg_log
    c_nlp/index
    c_metric/index
    c_algo/index
    c_garden/index

.. toctree::
    :maxdepth: 1
    :caption: Examples

    api/index
    i_ex
    defthe_index
    auto_examples/index
    notebooks/index

.. toctree::
    :maxdepth: 1
    :caption: More

    glossary
    CHANGELOGS
    license
    genindex
    modindex
    search

On fait beaucoup de choses avec l'informatique mais en pratique on doit maintenir, on doit réécrire sans cesse. Faire un peu de théorie ça repose.

Xavier Dupré

.. only:: html

    .. image:: https://ci.appveyor.com/api/projects/status/5env33qptorgshaq?svg=true
        :target: https://ci.appveyor.com/project/sdpython/mlstatpy
        :alt: Build Status Windows

    .. image:: https://circleci.com/gh/sdpython/mlstatpy/tree/main.svg?style=svg
        :target: https://circleci.com/gh/sdpython/mlstatpy/tree/main

    .. image:: https://badge.fury.io/py/mlstatpy.svg
        :target: https://pypi.org/project/mlstatpy/

    .. image:: https://img.shields.io/badge/license-MIT-blue.svg
        :alt: MIT License
        :target: https://opensource.org/license/MIT/

    .. image:: https://codecov.io/github/sdpython/mlstatpy/coverage.svg
        :target: https://codecov.io/github/sdpython/mlstatpy

    .. image:: http://img.shields.io/github/issues/sdpython/mlstatpy.png
        :alt: GitHub Issues
        :target: https://github.com/sdpython/mlstatpy/issues

Older versions