Detail

Diffusion_test_init_AS

aristana_uchicago/AlloyBarrierPredictor_test_2021-10-01_v4_AS
Copy
Python static method

Input

Material composition as a string
Type: string

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('aristana_uchicago/AlloyBarrierPredictor_test_2021-10-01_v4_AS', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('aristana_uchicago/AlloyBarrierPredictor_test_2021-10-01_v4_AS')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation