Arepositoryforpredictthecustomerchurndata
- Update config.yaml
- Update schema.yaml
- Update params.yaml
- Update the entity
- Update the configuration manager in src config
- Update the components
- Update the pipeline
- Update the main.py
- Update the app.py
Contributions are welcome! If you'd like to contribute to the project, feel free to submit issues or pull requests. Please ensure your contributions align with the project's coding standards and guidelines.
This repository follows a consistent code formatting approach to enhance readability and maintainability.
Python files in this repository are formatted using Black. Black is a code formatter that automatically formats your Python code to adhere to the PEP 8 style guide.
To ensure that your Python code is formatted correctly, you can install Black and format the code by running the following command in your terminal:
pip install black
black .
HTML files in this repository are formatted using Prettier. Prettier is a code formatter that supports multiple languages, including HTML.
This project is licensed under the MIT License.
- The project utilizes the Django Framework for web development.
- UI styling is based on Bootstrap for a responsive design.
- Icons are provided by Font Awesome.
Feel free to customize this README.md
template to suit your project's specific details and add any additional sections you find relevant.
Thanks !