GDP Forcasting
-
Updated
Nov 20, 2021
GDP Forcasting
資料科學的日常研究議題
An npm package to make it easier to deal with a handful of values, and try to model them in one of the most used mathematical models, with an R/Numpy-like accuracy algorithm
This project calculates the equation of the line of best fit of a given correlation
This repository contains all the Machine Learning projects I did using different Machine Learning methods. Python being the main software used.
I leveraged an algorithmic approach to predict the price and carat of the diamond using Machine Learning. Various regression models have been trained and their performance has been evaluated using the R Squared Score followed by tuning of the hyperparameters of top models. I have also carried out a trade-off based on the R Squared Score and the …
Exploring the confidence-Interval concept and bootstrapping.
An introduction into the world of machine learning with a comprehensive Udemy online course, designed for beginners, to learn Python programming fundamentals and gain valuable insights into the practical applications of machine learning.
Builds a ranking model to predict the relevance score for query-product pairs in HomeDepot’s product search.
Implementation of Simple Linear Regression to analyze the relationship between experience and salary, including model evaluation using residuals and R² score.
developing several models (Linear Regression, Multiple Linear Regression, and Polynomial Regression) that will predict the price of the car using the variables or features. Then evaluating these models (in-sample, and cross-validation) using R-squared and Mean-Squared-Error metrics to find out which model is a better fit for this dataset.
This project aims to enhance the accuracy and efficiency of stock market predictions by employing a sophisticated machine learning methodology. This project leverages the power of PySpark, a robust framework for distributed data processing, to handle large datasets and perform complex computations.
Compute a moving squared sample Pearson product-moment correlation coefficient incrementally.
Compute a squared sample Pearson product-moment correlation coefficient.
Predicting annual highest of sneakers on StockX
Statistical analysis to predict the importance of various manufacturing parameters on fuel economy of a prototype car.
Predicts ice cream sales based on temperature using Polynomial Regression. The model captures the non-linear relationship between temperature and sales, achieving R² ≈ 0.94 (train) and 0.89 (test). Includes data preprocessing, model training , Evaluation, and interactive results visualization.
Using multiple linear regression model to predict customer demand in order to make business decision
Add a description, image, and links to the r-squared topic page so that developers can more easily learn about it.
To associate your repository with the r-squared topic, visit your repo's landing page and select "manage topics."