Skip to content

Latest commit

 

History

History
72 lines (48 loc) · 2.69 KB

README.md

File metadata and controls

72 lines (48 loc) · 2.69 KB

CustomerChurnPrediction

PyPI v0.5 MIT License build

Arepositoryforpredictthecustomerchurndata

Workflows

  1. Update config.yaml
  2. Update schema.yaml
  3. Update params.yaml
  4. Update the entity
  5. Update the configuration manager in src config
  6. Update the components
  7. Update the pipeline
  8. Update the main.py
  9. Update the app.py

Contributing

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.

Repository Code Formatting

This repository follows a consistent code formatting approach to enhance readability and maintainability.

Python Files

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

HTML files in this repository are formatted using Prettier. Prettier is a code formatter that supports multiple languages, including HTML.

License

This project is licensed under the MIT License.

Acknowledgements


Feel free to customize this README.md template to suit your project's specific details and add any additional sections you find relevant.

Thanks !