Metadata-Version: 1.1
Name: time_series_binder
Version: 1.0.2
Summary: Time Series Binder is a Python library for time series analysis and forecasting. It offers a comprehensive set of tools and models, including Pandas integration, statistical methods, neural networks with Keras, and the NeuralProphet library. With Time Series Binder, you can easily manipulate, visualize, and predict time series data, making it an essential toolkit for researchers and analysts.
Home-page: UNKNOWN
Author: Jhun Brian Andam
Author-email: brianandam123@gmail.com
License: MIT
Description: # Time Series Binder
        
        Time Series Binder is a Python library for time series analysis and forecasting. It provides a comprehensive set of tools and models to manipulate, visualize, and predict time series data. This library is designed to assist researchers and analysts in performing various time series tasks with ease and efficiency.
        
        ## Features
        
        - Integration with Pandas for seamless data manipulation and preprocessing.
        - Statistical methods for analyzing time series data, including trend analysis, seasonality decomposition, and outlier detection.
        - Neural network models powered by Keras for advanced time series forecasting.
        - Integration with the NeuralProphet library for additional forecasting capabilities.
        - Visualization tools for creating insightful plots and visual representations of time series data.
        - Integration with scikit-learn for additional machine learning functionality.
        - Convenient progress tracking with the tqdm library.
        - Tabulate module for nicely formatted tables.
        - Inspection utilities for exploring time series data and models.
        
        Change Log
        ==================
        
        0.0.1 (27/05/2023)
        ------------------
        First Release
Keywords: Time Series Analysis,Forecasting
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
