Detail

Alloy thermal conductivity v2

rjacobs3_wisc/thermal_conductivity_predictor_gbr_v2
Copy
Scikit-learn estimator
GradientBoostingRegressor
materials science

Input

string of alloy composition to predict, e.g. "Al2O3"
Type: string

Output

Predicted log thermal conductivity (in W/m-K) at 298K using gradient boosting regression model
Type: float

Run with DLHub SDK

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

Get More Info with DLHub SDK

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

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation