Module utils

Source
Expand description

Core utilities for working with datasets

This module provides the Dataset struct and helper functions for manipulating and transforming datasets.

Structs§

Dataset
Represents a dataset with features, optional targets, and metadata

Functions§

normalize
Helper function to normalize data (zero mean, unit variance)