Below you will find pages that utilize the taxonomy term “scene”
Post
project 1: Loan Prediction
From the Exploratory Data Analysis that was carried out, I was able to generate insight about the data. I can conclude that the Loan Status is heavily dependent on Credit History for predictions. The model also shows how each features relates to the target. Also, from the evaluation i conducted, it can be seen that of all the models employed for the analysis, Logistic Regression Algorithm(LRA) performed far better(83%) than others.
Post
Project 2: Breast Cancer Analysis and Prediction
The data for this analysis was gotten from Wisconsin(diagnostic) Breast Cancer dataset. The problem at hand was to discover the possibility of detecting cancer at an early stage, based on features collected from the patient.To also analyse the data and build a model that would detect cancerous cells with good accuracy. Using basic clasification models, i was conclude that the model that does the best on the Testing data is the Random Forest Classifier.
Post
Project 2: Titanic Dataset
The data for this analysis was obtained from the Titanic Dataset Science Solutions on Kaggle Website. The problem at hand was to predict the likelihood of survival. The survey was restricted to just gender and passenger class. From the exploratory data analysis of Titanic dataset, I concluded that Women had higher chances of survival. I also compared fare across different classes and found that it varied a lot for class 1 passengers.
Post
project 4: Wine Quality Prediction
The data for this analysis was obtained from the UCI Machine Learning Repository. It was a Team project. After evaluation of the performance of the algorithm and testing with the four different models deployed for the analysis, The following conclusion was made; Random forest classification gave the best and least RMSE value of 0.62. This means that, averagely, an error of + or - 0.62 could be obtained from our prediction.