Detail

MASTML_Tutorial_Model

hyuan73_wisc/MASTML_Tutorial_Model_2022-07-08
Copy
User MASTML
Python static method
materials science

Input

Dict containing input parameters for mastml.mastml_predictor make_prediction_dlhub function
Type: dict

Output

pandas dataframe containing predicted values (y_pred) and uncertainties (y_err), if applicable
Type: python object

Run with DLHub SDK

from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('hyuan73_wisc/MASTML_Tutorial_Model_2022-07-08', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('hyuan73_wisc/MASTML_Tutorial_Model_2022-07-08')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation