项目作者: vineetdcunha

项目描述 :
SPSS to build decision tree, KNN and classification models
高级语言:
项目地址: git://github.com/vineetdcunha/SPSS.git
创建时间: 2020-11-25T01:54:11Z
项目社区:https://github.com/vineetdcunha/SPSS

开源协议:

下载


SPSS

Data analysis using SPSS

Data_Analysis - Analyzing Fisher’s iris data to visualize and interpret the relationship between the two sepal variables, sepal length and sepal width.

Data_Analysis_2 - Hospital dataset - Data distribution and normalization.

Data_Analysis_3 - Spotify Dataset.

Decision Tree

Decision_tree_Lupus - Classification approach by using decision trees and the Lupus data

Decision_tree_Wine_Data - Effect of the class imbalance of the accuracy of the decision trees.

Decision_tree_Wheat_dataset - Decision tree classification model for the three different varieties of wheat: Kama, Rosa and Canadian. 10-fold cross validation and at least five different configurations to produce a decision tree classifier.

Classification

Classification_model_Letter_recognition - Classification model for letter recognition using decision trees as a classification method with a holdout partitioning technique for splitting the data into training versus testing

KNN

KNN - K-nearest neighbor classifier for letter recognition to classify the data

Clustering

Clustering - Perform k-means clustering using all the attributes with the exception of the class label, vary the number of clusters from 3 to 4 to 5 to 6. Hierarchical clustering using all attributes except the class label