kishoreganth / DataPreprocessing-R-

Datapreprocessing the dataset with R language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 👍

About

Datapreprocessing the dataset with R language.


Languages

Language:R 100.0%