multivariate-linear-regression
There are 32 repositories under multivariate-linear-regression topic.
dr-mushtaq/Machine-Learning
A complete A-Z guide to Machine Learning and Data Science using Python. Includes implementation of ML algorithms, statistical methods, and feature selection techniques in Jupyter Notebooks. Follow Coursesteach for tutorials and updates.
ECP-Solutions/VBA-Expressions
A powerful library extending VBA with over 100 functions for math, stats, finance, and data manipulation. It supports matrix operations, and user-defined functions, enhancing automation and analysis within Microsoft Office and LibreOffice environments for data management, financial calculations, an more.
JBris/multivariate_analysis_examples
Several examples of multivariate techniques implemented in R, Python, and SAS. Multivariate concrete dataset retrieved from https://archive.ics.uci.edu/ml/datasets/Concrete+Slump+Test. Credit to Professor I-Cheng Yeh.
imanirajian/Machine-Learning
Machine learning: Practical applications
kunalagra/ML-Notebooks
Machine Learning Notebooks for various Algorithms with data file
repetere/jsonstack-model
Deep Learning Classification, LSTM Time Series, Regression and Multi-Layered Perceptrons with Tensorflow
kapilbhise/ml-lab
Machine learning algorithms
LintangWisesa/ML_Sklearn_MultivariateRegression
Basic Machine Learning using Sklearn: 📈📉 Multivariate Linear Regression
Sameeksharajsb/Regression-Models-Clustering-and-Dimensionality-Reduction
A hub that contains notebooks that implement Regression models, illustrates LR via Gradient Descent, compares K-means vs Spectral vs Hierarchical, compares PCA vs t-SNE
samtwl/Machine-Learning
This repository contains several machine learning projects done in Jupyter Notebooks
amarlearning/machine-learning-coursera
Repository contains all assignment solutions and dataset that I used in completing this course
friendly/mvinfluence
Influence Measures and Diagnostic Plots for Multivariate Linear Models
merb92/multivariate-linear-regression----housing-prices
Predict housing prices to help a startup complete a beta version of its product using Multivariate Linear Regression
abirmondal/Multivariate-Linear-Regression
This code is designed from scratch. It also generates it own n-dimensional data set.
andiosika/Multiple-linear-regression-for-predicting-home-prices
Using 21 categorical and numeric features in a multivariate linear regression to find that 79% of a home price can be positively affected by a combination of certain features like location, square feet, condition and age of the home.
Francisco0178/Multivariate-Forecasting-using-ARIMA-LM-ARIMAX-on-Pollution-Data
A multivariate time series forecasting of pollution data using ARIMA, LM & ARIMAX in R
globosco/A-learned-sorted-table-search-library
A library including collection of methods for performing element search in ordered tables
kritika11-eng/Multivariate-Linear-Regression-Model-Development-for-a-construction-project-
Performed graphical and numerical EDA, correlation and residual error analysis, log normalization
madhurimarawat/Pattern-Recognition-and-Machine-Learning
This repository contains Pattern Recognition and Machine Learning programs in the Python programming language.
OrNixz/reducing-traffic-mortality-in-the-USA
Data Science Project from DataCamp
Prashant812/Abalone-Age
Prediction of Abalone's age through its number of rings.
yundk7/Area_Lookup_Heroku
Using Zillow database and google API, plots nearby places of user input center location. Utilizing data obtained, finds relationship between real estate values and local amenities with multi-variable linear regression.
arpitHub/Excel_Linear_Regression_Analysis
Linear Regression Analysis for Bike Rental System using Excel and R
Daniele-montalbano/R-Robust-Estimation-With-Outliers-Using-Bootstrap
In this repository, using the statistical software R, are been analyzed robust techniques to estimate multivariate linear regression in presence of outliers, using the Bootstrap, a simulation method where the construction of sample distribution of given statistics occurring through resampling the same observed sample.
faezeamin/ML-Linear-Regression
Linear Regression algorithm for two- and multi-dimensional feature space
JonJae/RegressionAnalysis_PricePrediction
Small Data Analysis Project as part of the Data Science bootcamp at neuefische.
lcarcamo1526/avocado-prices
Preciting avocado prices using Facebook Prophet
sbrbot/MLR
Multivariate Linear Regression
JaniShreyas/MultivariateLinearRegression
From Scratch implementation of Multivariate Linear Regression