Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dataset ¶
type Dataset struct {
Eras []EraData
}
Dataset represents the entire dataset, composed of multiple eras.
func LoadDatasetFromParquet ¶
LoadDatasetFromParquet loads a dataset from a Parquet file.
func (*Dataset) NormalizeFeatures ¶
func (d *Dataset) NormalizeFeatures()
NormalizeFeatures applies z-score normalization to the features of the dataset.
type EraData ¶
type EraData struct { Era int Stocks []StockData EraStats []float64 // e.g. precomputed aggregate stats for the era (mean, var, etc.) }
EraData represents all the data for a single era.
Click to show internal directories.
Click to hide internal directories.