pip install datasetsforecast
load
from datasetsforecast.phm2008 import PHM2008
train_df, test_df = PHM2008.load(directory='data', group='FD001') train_df.shape, test_df.shape
((20631, 17), (13096, 17))
Was this page helpful?