Detail

Metal alloy bulk modulus

rjacobs3_wisc/bulk_modulus_predictor_gbr
Copy
Ryan Jacobs
Scikit-learn estimator
SklearnModel

Input

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

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/bulk_modulus_predictor_gbr', X)

Get More Info with DLHub SDK

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

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation