https://github.com/sandeepbalachandran/predictor
A collection of prediction algorithms for different purposes
https://github.com/sandeepbalachandran/predictor
collection jupyter-notebook machine-learning notebook predictor regression-models scikit-learn
Last synced: about 1 month ago
JSON representation
A collection of prediction algorithms for different purposes
- Host: GitHub
- URL: https://github.com/sandeepbalachandran/predictor
- Owner: SandeepBalachandran
- License: mit
- Created: 2020-10-06T12:33:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-16T08:51:18.000Z (over 5 years ago)
- Last Synced: 2025-05-14T13:19:51.326Z (about 1 year ago)
- Topics: collection, jupyter-notebook, machine-learning, notebook, predictor, regression-models, scikit-learn
- Language: Jupyter Notebook
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Predictor
A collection of Regression models
# Table of contents
- [Introduction](#introduction)
- [Usage](#usage)
- [Installation](#installation)
- [Available models](#available-models)
- [Contribute](#contribute)
# Introduction
- Predictor is a collection of regression models used for different purposes. :smiley:
- Check available models right [here](#availabe-models). The collection looking for your valuable contribution. :heart:
- The repo is purely for learning purpose. :notebook:
# Usage
*For **developers**.*
- Clone this repository using.
- Using HTTP protocol, git clone https://github.com/SandeepBalachandran/Predictor.git
- Using SSH protocol, git clone git@github.com:SandeepBalachandran/Predictor.git
- Using GitHub CLI, gh repo clone SandeepBalachandran/Predictor
- Go to desired location
- Run the notebook
- Predict the values.
# Installation
- Python notebook is prefered.
- Anaconda / Mini conda / Packages used
# Available Models
- Celsius to Fahrenheit Prediction
-
# Contribute
Please check the [**Contributing Guidelines**](https://github.com/SandeepBalachandran/Predictor/blob/master/CONTRIBUTING.md) before contributing.