timesfm-ts - v1.0.0
    Preparing search index...

    Interface CSVForecastLogger

    Progress logger for CSV forecasting operations.

    Inject a custom implementation to capture progress events for logging pipelines or to suppress output in quiet mode. Defaults to console.error when omitted.

    interface CSVForecastLogger {
        info(msg: string): void;
        error(msg: string): void;
    }
    Index

    Methods

    Methods