Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

How to use variable with exponential values for classification problem in r

$
0
0

@manishceeri wrote:

Dear Experts and Data Scientist,

I need to know the detail method or reference to solve or learn about following questions:

a) I am working on classification problem of predicting the purchase of Y based on 22 features.
out of these 22 features, two features are in exponential form (i.e 8.05+E+12), so how to use these for classification using Random Forest and Logistic Regression.

b) in the same problem of part a above, out of these 22 features I have two features containing dates , so how to use these dates in Random Forest and Logistic Regression.
I have used
as.numeric(as.date(data$F15)), but this resulted in negative numbers.

c) what kind of data type for independent variable or feature is valid for using random forest for classification task.

hoping for the answer as early as possible.

thank you

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles