.. image:: https://github.com/billingegroup/ml4ms/actions/workflows/testing.yml/badge.svg :target: https://github.com/billingegroup/ml4ms/actions/workflows/testing.yml
.. image:: https://img.shields.io/pypi/v/ml4ms.svg :target: https://pypi.python.org/pypi/ml4ms
Python package for facilitating machine learning tasks on collections of materials data, especially including measured spectra.
ml4msrc.json
in the current directory for configuration information (rc
stands for "run-control").. code-block:: JSON
{ "client": "fs", "databases": [ {"name": "test_db", "url": ".", "path": "db", "public": false } ] }
install the package in your environment. cd to ml4ms directory and run pip install -e .
(you will have to do this again to update it)
to use it the first time
db
in that folderdb
put all the collections you want in different files.ok its all set up, now whenever you want to use it
ml4msrc.json
fileml4ms
and it will run the code (you can do this from your IDE but you will have to set it up (run
in PyCharm) to run in the sandbox directory