Welcome to the data science corner of my website!
As a data enthusiast, I am thrilled to share with you my experience through the field. I successfully completed a data science bootcamp covering machine learning, artificial intelligence, and data analysis. Here, I explore the endless possibilities of data science and the benefits that come from understanding patterns, trends, and correlations within data. Join me in uncovering advanced techniques, innovative algorithms, and practical applications that convert raw data into meaningful insights, empowering informed decisions and driving transformative progress.
-
Real Estate Price Predictions
Read more: Real Estate Price PredictionsThe real estate price prediction in Ames, Iowa is a popular competition on Kaggle and provides a great dataset to apply creative feature engineering and advanced regression techniques. In this paper, we analyzed the training and test data sets using uni-variate and bi-variate techniques, handled missing values, dealt with outliers, applied machine learning models and…
-
European Investment Funds
Read more: European Investment FundsThis app is designed to allow the user to extract specific information about European investments over the course of ten years. There are three different sets of interactive plots, each being adjusted according to the year selected. In addition to being able to select year, the user will also be able to take a closer…
-
Web Scraping Forbes 2000
Read more: Web Scraping Forbes 2000Forbes Global 2000 ranks the largest companies in the world and provides financial metrics including market capitalization, assets, profits, and sales. I used Selenium and chromedriver to web scrape the list, along with each company’s page. This entailed making the program first scroll to the bottom of the page to load the content and then…