How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Bringing financial analysis to the tidyverse
The main features of business-science/tidyquant are: Time Series Analysis.
Projects with overlapping indexed features include: spro/practical-pytorch — Practical PyTorch is a collection of deep learning tutorials and guides focused on implementing recurrent neural… albertoalmuinha/garchmodels — The Tidymodels Extension for GARCH models. alexiosg/rmgarch — Multivariate GARCH Models. alexiosg/rugarch — Univariate GARCH models in R. alkaline-ml/pmdarima — A statistical library designed to fill the void in Python's time series analysis capabilities, including the… alan-turing-institute/sktime — sktime is a machine learning framework designed for time series analysis. It provides a unified interface for…
Practical PyTorch is a collection of deep learning tutorials and guides focused on implementing recurrent neural networks. The project provides practical code for building sequence models and sequence-to-sequence architectures using the PyTorch framework. The repository covers the implementation of models for neural machine translation, character-level text generation, and text classification. It includes examples for transforming input sequences into output sequences for machine translation and synthesizing new text. The project also extends to sequence data prediction and time series analy
The Tidymodels Extension for GARCH models
sktime is a machine learning framework designed for time series analysis. It provides a unified interface for performing time series forecasting, classification, and anomaly detection, integrating these capabilities into a standardized toolkit compatible with the scikit-learn API. The framework allows for the construction of complex analysis workflows through model pipelining and ensemble-based aggregation. It uses adapter-based integration to wrap external time series libraries, providing a single entry point for diverse algorithmic implementations. Its capabilities cover temporal data tran