Detail

Bandgap Model tests

rjacobs3_wisc/Bandgap_GW_test1_new4
Copy
Scikit-learn estimator
RandomForestRegressor

Input

List of records to evaluate with model. Each record is a list of 26 variables.
Type: ndarray
Shape: ['None', '26']

Output

Predictions of the machine learning model.
Type: ndarray
Shape: ['None']

Run with DLHub SDK

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

Get More Info with DLHub SDK

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

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation