Metadata-Version: 2.3
Name: tfp_causalimpact_customized
Version: 0.1.25
Summary: A stable version of the tfcasualimpact package
Requires-Python: >=3.10
Requires-Dist: altair>=5.5.0
Requires-Dist: japanize-matplotlib>=1.1.3
Requires-Dist: matplotlib>=3.9.3
Requires-Dist: numpy<=2.1.0
Requires-Dist: pandas>=2.2.3
Requires-Dist: plotly>=5.24.1
Requires-Dist: tensorflow-probability>=0.25.0
Requires-Dist: tensorflow>=2.18.0
Requires-Dist: tf-keras>=2.18.0
Description-Content-Type: text/markdown

# tfp_causalimpact_customized

## Features

- Rebuilt of [TFP CausalImpact](https://github.com/google/tfp-causalimpact)

### Matplotlib Japanese Support

- Added support for Japanese fonts and characters in Matplotlib plots.
- Enhanced compatibility with Japanese data visualization requirements.

### Improved Matplotlib Plots

- Enhanced plotting capabilities for clearer and more informative visualizations.
- Customized plot styles and themes to better represent causal impact analysis.

## Comparison with [tfcausalimpact](https://github.com/WillianFuks/tfcausalimpact)

### Enhancements Over tfcausalimpact

- **Stability:** Resolved the issue of results changing from run to run, ensuring consistent outcomes.
  See [Result change from run to run in tfcausalimpact](https://stackoverflow.com/questions/69257795/result-change-from-run-to-run-in-tfcausalimpact).
- **Performance:** Optimized performance for faster computations and larger datasets.
- **Customization:** Increased flexibility in model customization and parameter tuning.

### Fixed Issues

- **Consistent Results:** Fixed
  the [Result change from run to run in tfcausalimpact](https://stackoverflow.com/questions/69257795/result-change-from-run-to-run-in-tfcausalimpact)
  issue to ensure reproducible results across multiple runs.
- **Bug Fixes:** Addressed various bugs reported in the
  original [tfcausalimpact](https://github.com/WillianFuks/tfcausalimpact) repository to enhance overall stability and
  reliability.

## Getting Started

1. **Installation**
   ```bash
   uv add tfp_causalimpact_customized
   ```
