Detail

Diffusion_test

rjacobs3_wisc/AlloyBarrierPredictor_test_2021-10-08_v1
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('rjacobs3_wisc/AlloyBarrierPredictor_test_2021-10-08_v1', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('rjacobs3_wisc/AlloyBarrierPredictor_test_2021-10-08_v1')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation