Published in CodeX·Apr 13, 2021Stock Prediction using Regression Algorithm in PythonAn end-to-end explanation on using ML algorithms to predict stock prices — For this exercise, I will use the Yfinance library for scrapping information right away from Yahoo Finance website, Yahoo Finance is a great website that gives a quick glimpse of listed equities, funds, and investment data for the company you are looking for. …Regression Analysis12 min read
Published in CodeX·Mar 20, 2021Diabetes prediction system with KNN algorithmFirst I would like to approach this mini project as if I have a problem to solve, the project will be solved with adopting K-nearest neighbour (KNN) predictive model , so obviously it is a classification model challenge. In this case I’ve chosen a dataset related to healthcare which is…Knn Algorithm7 min read