Detail

Diffusion_test_21_req_AS

None/AlloyBarrierPredictor_test21_req_AS
Copy
Python static method

Input

list of material compositions to predict
Type: list

Output

Predicted value from trained sklearn model
Type: float

Run with DLHub SDK

from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('None/AlloyBarrierPredictor_test21_req_AS', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('None/AlloyBarrierPredictor_test21_req_AS')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation