Detail

semiconductor_defect_levels_predictor

zhuozhao_uchicago/Semiconductor_defect_levels_predictor
Copy
Scikit-learn estimator
GradientBoostingRegressor
materials science

Input

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

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('zhuozhao_uchicago/Semiconductor_defect_levels_predictor', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('zhuozhao_uchicago/Semiconductor_defect_levels_predictor')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation