module coreforecast.grouped_array


class GroupedArray

Array of grouped data

Args:

  • data (np.ndarray): 1d array with the values.
  • indptr (np.ndarray): 1d array with the group boundaries.
  • num_threads (int): Number of threads to use when computing transformations.

method __init__

__init__(data: ndarray, indptr: ndarray, num_threads: int = 1)

This file was automatically generated via lazydocs.