Detail

Superconductivity-GPR-test2

wu545_wisc/Superconductivity-GPR-test2_2022-08-03
Copy
Wu Michael
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('wu545_wisc/Superconductivity-GPR-test2_2022-08-03', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('wu545_wisc/Superconductivity-GPR-test2_2022-08-03')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation