Python static method
materials science
Input
input features
Type: ndarray
Shape: ['None', 'None']
Output
output preds and ebars
Type: ndarray
Shape: ['None', 'None']
Run with DLHub SDK
from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('rjacobs3_wisc/keras_test_2023-03-17_v7', X)
Get More Info with DLHub SDK
from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('rjacobs3_wisc/keras_test_2023-03-17_v7')
DLHub SDK Installation
pip install dlhub_sdk
DLHub SDK documentation