Metadata-Version: 2.1
Name: trainstation
Version: 1.1
Summary: Convenient training of linear models
Home-page: http://trainstation.materialsmodeling.org/
Platform: unix
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Physics
License-File: LICENSE

**trainstation** — Convenient training of linear models
*******************************************************

**trainstation** is a tool that allows the efficient construction of linear models.
It provides supplementary functionality for handling data and model metrics and relies on the **scikit-learn** library for the actual training.
Many examples for the application of **trainstation** can be found in the documentation of `hiphive <https://hiphive.materialsmodeling.org/>`_ and `icet <https://icet.materialsmodeling.org/>`_.

**trainstation** has been developed  at the `Department of Physics <https://www.chalmers.se/en/departments/physics/Pages/default.aspx>`_
of `Chalmers University of Technology <https://www.chalmers.se/>`_ in Gothenburg, Sweden.
Please consult the `credits page <https://trainstation.materialsmodeling.org/credits>`_ for information on how to cite **trainstation**.
The development of **trainstation** is hosted on `gitlab <https://gitlab.com/materials-modeling/trainstation>`_.
Bugs should be submitted via the `gitlab issue tracker <https://gitlab.com/materials-modeling/trainstation/issues>`_.

Installation
------------

**trainstation** can be installed via ``pip``::

    pip3 install trainstation

If you want to get the absolutely latest version you can install from the repo::

    pip3 install -e git+https://gitlab.com/materials-modeling/trainstation#egg=trainstation
