CoolFace
Apppublic

cpv2280/population-prediction

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
App README

title: Population Prediction emoji: ๐Ÿ‘€ colorFrom: green colorTo: gray sdk: gradio sdkversion: 5.12.0 appfile: app.py pinned: false license: apache-2.0 short_description: Machine Learning Techniques applied to real datasets ---

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


๐ŸŒŸ ML Predictor: Linear, Polynomial, Random Forests & KNN Regression

๐Ÿ“Œ Overview

This web app allows users to make predictions using different Machine Learning models: โœ… Linear Regression - Best for simple trends โœ… Polynomial Regression - Captures non-linear relationships โœ… K-Nearest Neighbors (KNN) - Uses nearest data points for predictions โœ… Random Forests - Uses multiple decision trees to make predictions

๐Ÿ’ก No installation required! Simply enter values and get instant results.


๐Ÿš€ Try it Now

๐Ÿ”— [Launch the ML Predictor](https://charlapv.github.io/ICS5110/)


๐Ÿ”ง How to Use

  1. 1.Select a model (Linear, Polynomial, Random Forests or KNN).
  2. 2.Upload the file population_dataset.csv file
  3. 3.Click Predict to see the result.
  4. 4.View the visualization of the prediction.

๐Ÿ“œ About the Models

**Model****Best For****Description**
Linear RegressionSimple trendsFits a straight line to the data
Polynomial RegressionNon-linear patternsUses higher-degree terms for flexibility
KNN RegressionPattern-based dataPredicts based on nearest neighbors
Random ForestsComplex non-linear dataUses multiple decision trees to make predictions

๐Ÿ“ฌ Need Help?

If you have any questions, reach out via the GitHub Repository:

๐Ÿ”— GitHub: Your GitHub Repo