Hardware and Data Requirements

Hardware

PC, Mac, computing cluster or Cloud resource (e.g. Google Colab) capable of running Python 3.

Data

  • Numeric data file in the form of .xlsx file. There must be at least some target feature data, so that models can be fit.

  • First row of data file (each column) should have a text name (as string) which will be used for importing data with MAST-ML.

  • For more information and examples of how to import data into MAST-ML, see the mastml/examples folder and the MASTML_examples_dataimport.ipynb Jupyter notebook.