Linear, Random Forest and Neural Network Regression

버전 1.0.1 (6.19 KB) 작성자: Ayesha Sohail
When analysing data with outliers, it is sometimes harder to develop model. This folder contains three supervised learners.
다운로드 수: 113
업데이트 2024/10/11

라이선스 보기

%% Acknowledgements
% Data Source:
% The climate data used in this analysis was obtained from:
% NOAA Global Summary of the Day dataset
(if for some reason, you can not download the data from url, you can find the excel file in the folder, simply edit first few command by load....csv)
% This dataset contains annual global mean temperature data.
% Function Sources:
% - detectImportOptions:
% This function automatically detects the import options for reading a table from a file or URL.
% Documentation: https://www.mathworks.com/help/matlab/ref/detectimportoptions.html
% - readtable:
% This function reads tabular data from a file or URL and creates a table.
% Documentation: https://www.mathworks.com/help/matlab/ref/readtable.html
% - TreeBagger:
% This function creates a Random Forest model using bagging for regression.
% Documentation: https://www.mathworks.com/help/stats/treebagger.html
% - plot:
% This function creates a line plot of data.
% Documentation: https://www.mathworks.com/help/matlab/ref/plot.html
% - saveas:
% This function saves the current figure to a specified file format.
% Documentation: https://www.mathworks.com/help/matlab/ref/saveas.html

인용 양식

Ayesha Sohail (2026). Linear, Random Forest and Neural Network Regression (https://kr.mathworks.com/matlabcentral/fileexchange/173805-linear-random-forest-and-neural-network-regression), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2024b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가
버전 게시됨 릴리스 정보
1.0.1

Image added

1.0.0