Detail

keras_test_arr

rjacobs3_wisc/keras_test_arr_2023-03-17_arr
Copy
Ryan Jacobs
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_arr_2023-03-17_arr', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('rjacobs3_wisc/keras_test_arr_2023-03-17_arr')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation