hotstepper.Steps.step_data

Steps.step_data(delta_values=False, convert_keys=False)

A clean multi-dimensional numpy array of the step keys and either the cummulative values or the step change values all in floats and ready to use in further analysis.

Note

This function returns a dataset that can directly be consumed by numpy, Sklearn and similar packages for forecasting or analysis.

Parameters
  • delta_values (bool, Optional) – Return the step delta changes instead of the cummulative total at each step key.

  • convert_keys (bool Optional) – If the keys are datetime, they will be converted, else they will remain floats.

Returns

Return type

array