Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Latest commit

 

History

History
93 lines (73 loc) · 2.14 KB

index.rst

File metadata and controls

93 lines (73 loc) · 2.14 KB

Welcome to DFFML!

Test Status codecov CII Gitter chat PyPI version

You can use DFFML from the :doc:`Command Line <cli>`, :doc:`Python <api/high_level/index>`, or the :doc:`HTTP API <plugins/service/http/index>`, see the :doc:`quickstart/model` to get started right away.

It makes training and using machine learning models as simple as

.. literalinclude:: /../examples/quickstart.py

Output:

Mean Squared Error: 0.0
{'Years': 6, 'Expertise': 13, 'Trust': 0.7, 'Salary': 70.0}
{'Years': 7, 'Expertise': 15, 'Trust': 0.8, 'Salary': 80.0}

This is the documentation for the latest release, documentation for the main branch can be found here.

.. toctree::
    :glob:
    :maxdepth: 2
    :caption: Introduction

    about
    installation
    concepts/index

.. toctree::
    :glob:
    :maxdepth: 2
    :caption: Usage

    quickstart/model
    tutorials/index
    examples/index

.. toctree::
    :glob:
    :maxdepth: 2
    :caption: Reference

    plugins/index
    cli
    plugins/service/http/index
    api/index
    troubleshooting
    arch/index

.. toctree::
    :glob:
    :maxdepth: 2
    :caption: Subprojects

    shouldi

.. toctree::
    :glob:
    :maxdepth: 2
    :caption: Community

    GitHub <https://github.com/intel/dffml>
    Master Branch Docs <https://intel.github.io/dffml/main/>
    publications
    contact
    contributing/index
    news/index
    changelog

Indices and tables