/DataPreprocessing-R-

Datapreprocessing the dataset with R language.

Primary LanguageR

DataPreprocessing-R-

Overview

Data preprocessing for dataset in R language .

Prerequisites

R language is different from python language. Packages are different

install the libraries

install.packages('caTools')

import the libraries in the project

library(caTools)

Clone the repo and work with your own dataset . Scale the data and clean.

Enjoy preprocessing ❕ Enjoy Developing 👍