Detail

Bandgap Model tests

rjacobs3_wisc/Bandgap_GW_2020_05_21_v5
Copy
Python static method

Input

list of material compositions to predict
Type: list

Output

Predicted value from trained sklearn 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/Bandgap_GW_2020_05_21_v5', X)

Get More Info with DLHub SDK

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

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation