An open API service indexing awesome lists of open source software.

https://github.com/samia35-2973/world-university-ranking-2023-prediction

This repository is about creating models for predicting world university rankings 2023. The World University Rankings 2023 dataset include 1,799 universities across 104 countries and regions, making them the largest and most diverse university rankings to date. A clean dataset is generated through data preprocessing.
https://github.com/samia35-2973/world-university-ranking-2023-prediction

data-cleaning data-preprocessing data-visualization decision-trees machine-learning machine-learning-algorithms model-training prediction world-university-rankings world-university-rankings-2023

Last synced: 8 months ago
JSON representation

This repository is about creating models for predicting world university rankings 2023. The World University Rankings 2023 dataset include 1,799 universities across 104 countries and regions, making them the largest and most diverse university rankings to date. A clean dataset is generated through data preprocessing.

Awesome Lists containing this project

README

          

# world-university-ranking-2023-prediction

## Overview
This repository is about creating models for predicting world university rankings 2023. The World University Rankings 2023 dataset include 1,799 universities across 104 countries and regions, making them the largest and most diverse university rankings to date. A clean dataset is generated through data preprocessing.

## Original Dataset
[World University Rankings 2023](https://www.kaggle.com/datasets/alitaqi000/world-university-rankings-2023)

## Cleaned Dataset
The Original data is preprocessed with proper encoding, handling null and NaN values. The code is in Decision Tree File. The cleaned Dataset is updated on kaggle for more information.
[World University Rankings 2023 - Cleaned](https://www.kaggle.com/datasets/samiatisha/world-university-rankings-2023-clean-dataset)

## Models Used
1. Decision Tree(Entropy)
2. Random Forest(Entropy)