Detail

DBTT_test

rjacobs3_wisc/DBTT_test_2022-05-17_v1
Copy
Ryan Jacobs
Python static method
materials science

Input

Dataframe containing feature vector in proper order: [temp, amt C, amt Cu, amt Ni, amt Mn, amt P, amt Si, log fluence, log flux]
Type: string

Output

Dict of GPR predictions and error bars of delta_sigma_y_MPa
Type: float

Run with DLHub SDK

from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('rjacobs3_wisc/DBTT_test_2022-05-17_v1', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('rjacobs3_wisc/DBTT_test_2022-05-17_v1')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation