Detail

Cubic_Crystal_Space_Group_Prediction_Model

yang558_wisc/Cubic_Crystal_Space_Group_Prediction_Model_2022-11-16
Copy
Steven Yang
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)
Type: python object

Run with DLHub SDK

from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('yang558_wisc/Cubic_Crystal_Space_Group_Prediction_Model_2022-11-16', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('yang558_wisc/Cubic_Crystal_Space_Group_Prediction_Model_2022-11-16')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation