You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is POC for Smart India Hackathon 2020. This Django based website. It includes three machine learning models - Loan Prediction Model, Admission Prediction Model and Email Spam Detection Model
The aim is to build a simple classification model for the given case scenario. The problem statement and the supporting dataset are attached for your reference. After building the classification model we need to predict the feature for the new entry. Classifier: Logistic Regression; Programming language: Python; IDE: Google Colab
Loan Prediction using Regression is a classic binary classification problem in Machine Learning. The goal is to predict whether a Loan Applicant is likely to be approved or rejected based on certain features or attributes.
This is a simple AI project that predicts whether a loan applicant is eligible for a loan or not. The project is implemented in Python and uses machine learning algorithms to make predictions based on various factors such as age, income, credit score, and loan amount.