Detail

Test3c_dbtt

rjacobs3_wisc/Test3c_dbtt
Copy
Ryan Jacobs
Python static method
materials science

Input

Numpy array containing 9-element feature vector in proper order: [temp, amt C, amt Cu, amt Ni, amt Mn, amt P, amt Si, log fluence, log flux]
Type: ndarray
Shape: ['None', '9']

Output

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

Run with DLHub SDK

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

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('rjacobs3_wisc/Test3c_dbtt')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation