Detail

MASTML_Metallic_Glass_Bulk_Modulus

bafflerbach_wisc/MASTML_Metallic_Glass_Bulk_Modulus_2023-01-10
Copy
Benjamin Afflerbach
Python static method
materials science metallic glass

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('bafflerbach_wisc/MASTML_Metallic_Glass_Bulk_Modulus_2023-01-10', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('bafflerbach_wisc/MASTML_Metallic_Glass_Bulk_Modulus_2023-01-10')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation