Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying R Machine Learning Essentials
  • Table Of Contents Toc
R Machine Learning Essentials

R Machine Learning Essentials

By : Michele Usuelli
5 (1)
close
close
R Machine Learning Essentials

R Machine Learning Essentials

5 (1)
By: Michele Usuelli

Overview of this book

If your company is like most, the number one reason that projects have failed over the years don’t have to do with technology.  They have to do with people.  People didn’t like the new technology.  People weren’t trained properly on the change.  People hadn’t received adequate communications and didn’t understand the change.  Sound familiar?
Table of Contents (10 chapters)
close
close
9
Index

Modifying the features

Our features are attributes that describe the flag, and some of them might not be in the right format. In this section, we will take a look at each feature and transform it if necessary.

In order to keep track of which features we have already processed, let's start defining an empty vector namesProcessed, which contains the features that we have already processed. When we transform a feature, we add the feature name into namesProcessed:

namesProcessed <- c()

Let's start with the numeric columns, such as red, which have two possible outcomes: 0, in case the flag contains red and 1 otherwise. The red variable defines an attribute, so it should be categorical instead of numeric. Then, we can convert red into a feature that is yes if the color is red and no otherwise.

If we take a look at the charts of each feature, we notice that some of them display only two values that are always 0 and 1. In order to convert each of them into the yes and no format, we can...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
R Machine Learning Essentials
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon