Churn_Prediction / README.md
UholoDala's picture
Update README.md
5bc28b5
|
raw
history blame
990 Bytes
metadata
title: Churn Prediction
emoji: πŸŒ–
colorFrom: yellow
colorTo: red
sdk: gradio
sdk_version: 3.35.2
app_file: app.py
pinned: false

The Process

The procedure begins with exporting the essential items from the notebook, followed by correctly designing an interface, importing the necessary objects for modeling, and then writing the code to process inputs. The procedure can be summarized as follows:

- Import machine learning components into the app script.

- Create an interface,

####- Create a function to handle inputs. ####- Values are passed through the interface. ####- Restore these values in the backend, ####- Apply the required processing, ####- To produce predictions, submit the processed values to the ML model. ####- Process the acquired predictions and present them on the interface.

Created by: Jacob. Jaroya

https://www.linkedin.com/in/jjaroya/

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference