Chris Lo

Results 31 issues of Chris Lo

#### Reference Issues/PRs Closes #1905 #### What does this implement/fix? Explain your changes. - Implements `predict_var` and `predict_quantile` for `NaiveForecaster` - We apply the following algorithm from FPP3 Chapter 5....

#### Reference Issues/PRs Closes #3437 #### What does this implement/fix? Explain your changes. - Implements `_predict_var` for `STLForecaster` - Adds conditional tagging logic under `__init__` #### Does your contribution introduce...

**Is your feature request related to a problem? Please describe.** - `EnsembleForecaster` does not have`_predict_interval capabilities **Describe the solution you'd like** - Add a check that all underlying forecasters have...

implementing algorithms
module:forecasting
enhancement

**Is your feature request related to a problem? Please describe.** - `STLForecaster` does not have `predict_var` or `predict_quantile` capabilities **Describe the solution you'd like** Since the current implementation already assumes...

implementing algorithms
module:forecasting
enhancement

**Tools** - https://docs.pydantic.dev/latest/integrations/datamodel_code_generator/ - https://github.com/ghandic/jsf

testing

**User Story:** I want to build automated investigations given findings from Datadog security products. Datadog's key security features can be grouped in the following: - CSPM findings - SIEM signals...

enhancement
good first issue
integration
tracker

**Is your feature request related to a problem? Please describe.** I would like to support Excel-like formulas to perform complex piecemeal transformations directly within the input field. **Describe the solution...

enhancement
good first issue
frontend
engine

For the financial forecasting use-case, instead of implementing technical indicators from scratch, we can leverage talib's native integration with polars. https://github.com/ta-lib/ta-lib-python

enhancement
help wanted

## Rationale We currently have `plot_forecasts` function in `functime.plotting`. However, we also support probablistic forecasts (see `forecaster.conformalize`. We need to do a better job promoting this functionality. The best way...

enhancement
good first issue

## Problem Time series with counts less than the number of lags are silently dropped at predict time. For example, during M5 benchmarking, time series with lengths less than `lags=24`...

documentation
good first issue