arange¶
- getml.data.columns.arange(start: float = 0.0, stop: Optional[float] = None, step: float = 1.0)[source]¶
Returns evenly spaced variables, within a given interval.
- Args:
- start (float, optional):
The beginning of the interval. Defaults to 0.
- stop (float):
The end of the interval.
- step (float, optional):
The step taken. Defaults to 1.