Library

Video Player is loading.
 
Current Time 0:00
Duration -:-
Loaded: 0%
 
x1.00


Back

Games & Quizzes

Training Mode - Typing
Fill the gaps to the Lyric - Best method
Training Mode - Picking
Pick the correct word to fill in the gap
Fill In The Blank
Find the missing words in a sentence Requires 5 vocabulary annotations
Vocabulary Match
Match the words to the definitions Requires 10 vocabulary annotations

You may need to watch a part of the video to unlock quizzes

Don't forget to Sign In to save your points

Challenge Accomplished

PERFECT HITS +NaN
HITS +NaN
LONGEST STREAK +NaN
TOTAL +
- //

We couldn't find definitions for the word you were looking for.
Or maybe the current language is not supported

  • 00:18

    Hi! Welcome back for another five minutes in New Zealand

  • 00:22

    with Data Mining with Weka.

  • 00:24

    This is Lesson 1.3, and we're going to look at exploring datasets

  • 00:28

    in this lesson.

  • 00:32

    We looked at this data file in the last lesson. It's the

  • 00:36

    weather data

  • 00:38

    toy dataset, of course. It has fourteen days, or

  • 00:42

    instances, and each instance, each day, is described by

  • 00:46

    five attributes,

  • 00:47

    four to do with the weather, and

  • 00:49

    the last attribute,

  • 00:51

    which we called the class value,

  • 00:53

    the thing that we're trying to predict, whether or not to play this

  • 00:57

    unspecified game.

  • 00:59

    This is called a classification problem.

  • 01:03

    We're trying to predict the class value.

  • 01:05

    Let's open up Weka.

  • 01:07

    It's here on my desktop.

  • 01:09

    I'm going to go into the Explorer.

  • 01:11

    We always use the Explorer.

  • 01:13

    I'm going to open the file.

  • 01:15

    I put the datasets in My Documents folder, so I can see them here.

  • 01:20

    Just open

  • 01:21

    the Weka datasets and the nominal weather data.

  • 01:26

    There's the weather data in Weka.

  • 01:30

    As we saw last time,

  • 01:31


  • 01:33

    you can see the size of the dataset, the number of instances—fourteen—

  • 01:37

    you can see the attributes,

  • 01:39

    you can click any of these attributes

  • 01:41

    and get the values for those attributes

  • 01:44

    up here in this panel.

  • 01:46

    You also get at the bottom a histogram of the attribute values

  • 01:52

    with respect to the different class values. The different class

  • 01:55

    values are

  • 01:56

    blue for yes, play and

  • 02:00

    red for no, don't play.

  • 02:03

    By default,

  • 02:04

    the last attribute in Weka is always the class value.

  • 02:07

    You can change this if you like. If you change it here you can decide to

  • 02:10

    predict a different one other than the last attribute.

  • 02:17

    That's the weather dataset, and we've already explored that.

  • 02:23

    As I said, it's a classification problem, sometimes called a supervised learning

  • 02:27

    problem. Supervised

  • 02:29

    because you get to know the

  • 02:30

    class values of the training instances.

  • 02:34

    We take as inputted data set as classified examples,

  • 02:38

    these examples are independent examples with a class value attached.

  • 02:42


  • 02:43

    The idea is to produce automatically

  • 02:47

    some kind of model

  • 02:48

    that can classify new examples.

  • 02:50

    That's the classification problem.

  • 02:52

    Here is what the examples look like. This is an instance, with

  • 02:57

    the different attribute values

  • 02:59

    a fixed set of features,

  • 03:01

    and then we add to that

  • 03:02

    the class to get the classified example.

  • 03:05

    That's what we have to have in our training dataset.

  • 03:10


  • 03:11

    These attributes or features can be discrete or continuous.

  • 03:14

    What we

  • 03:15

    looked at in the weather data were

  • 03:18

    discrete, or we call them nominal,

  • 03:20

    attribute values where they belong to a certain fixed set,

  • 03:23

    or they can be numeric

  • 03:25

    or continuous values.

  • 03:27

    Also, the class can be discrete or continuous. We're looking at a discrete class,

  • 03:32

    yes or no, in the case of the weather data. Another kind of machine

  • 03:36

    learning problem would involve

  • 03:37

    continuous classes, where you're trying to predict a number.

  • 03:41

    That's called a regression problem

  • 03:43

    in the trade.

  • 03:45

    I'm going to have a look at a similar

  • 03:48

    dataset to the weather dataset.

  • 03:52

    The numeric weather

  • 03:53

    dataset.

  • 03:54

    Let me just open that in Weka,

  • 03:57

    weather.numeric.arff.

  • 04:00

    Here it is. It's very similar,

  • 04:02

    almost identical in fact,

  • 04:05

    for 14 instances, 5 attributes, the same attributes.

  • 04:09

    Maybe I should just look at this dataset

  • 04:12

    in the edit panel.

  • 04:13

    You can see here that two of the attributes—temperature and humidity—

  • 04:17

    are numeric attributes, whereas previously they were nominal

  • 04:21

    attributes. So here there are numbers.

  • 04:25

    What we see when we look at the attributes values for outlook, just as

  • 04:29

    before, we have

  • 04:30

    sunny, overcast and rainy.

  • 04:32

    For temperature, though, we can't enumerate the values,

  • 04:36

    there are too many numbers to enumerate.

  • 04:38

    We have the minimum and maximum value, mean, and standard deviation.

  • 04:42

    That's what Weka gives you

  • 04:44

    for the numeric values.

  • 04:46


  • 04:49

    I'm going to look at a different dataset.

  • 04:53

    I'm going to look at the glass dataset, which is a rather more extensive dataset.

  • 04:57

    It's a real world dataset,

  • 04:59

    not a terribly big one.

  • 05:02

    Let's open it.

  • 05:04

    Here we've got 214 instances

  • 05:07

    and 10 attributes.

  • 05:09

    Here are the 10 attributes, it's not clear what they are.

  • 05:13

    Let's look at the class,

  • 05:15

    by default the last

  • 05:17

    attribute shown.

  • 05:20

    There are seven values for the class, and the labels of these values give

  • 05:24

    you some indication of what this dataset is about.

  • 05:26

    We have headlamps, tableware, and containers.

  • 05:31

    Then we have building and vehicle windows,

  • 05:34

    both float and non-float.

  • 05:36

    You may not know this, but there are

  • 05:37

    different ways of making glass, and

  • 05:40

    the floating process is a way of making glass.

  • 05:43

    These are seven different kinds of glass.

  • 05:47

    What are the attribute values?

  • 05:50

    I don't know what you remember about physics,

  • 05:52


  • 05:53

    and I guess it doesn't matter if you don't remember.

  • 05:55

    RI stands for the refractive index.

  • 05:59

    It's always a good idea to check for reasonableness when you're looking at

  • 06:02

    datasets. It's really important to

  • 06:04

    get down and dirty with your data.

  • 06:06

    Here we're looking at the values of the refractive index—a minimum of 1.511,

  • 06:10


  • 06:12

    a maximum of 1.534.

  • 06:14

    It's good to think about whether these are

  • 06:16

    reasonable values for refractive index. If you go to the web and have a look around,

  • 06:20

    you'll find that these are

  • 06:21

    good values for

  • 06:22

    the refractive index.

  • 06:24

    Na.

  • 06:25

    If you did chemistry, you'll recognize Na as sodium.

  • 06:29

    Here, it looks like these are percentages,

  • 06:33

    the different percentages of sodium.

  • 06:36

    Magnesium, Mg,

  • 06:38

    and so on. We would expect Silicon (Si),

  • 06:43

    to make up the majority of glass. It varies between 69.81%

  • 06:47


  • 06:49

    and 75.41%.

  • 06:51

    These are percentages of different elements in the glass.

  • 06:57

    We can confirm our guesses here by looking at the data file itself.

  • 07:02

    Let me just find the glass data.

  • 07:04

    It's in Weka datasets,

  • 07:07


  • 07:08


  • 07:09

    and it's glass.arff.

  • 07:12


  • 07:14

    This is the ARFF

  • 07:15

    file format.

  • 07:17

    It starts with a bunch of comments about

  • 07:20

    the glass database. These lines beginning with percentage signs (%) are comments.

  • 07:24

    You can read about this. We don't have time to read it now.

  • 07:27

    You can see about the attributes and it does say that

  • 07:31

    the attributes are

  • 07:32

    refractive index, sodium, magnesium, and so on.

  • 07:36

    And the type of glass, just like I said, is about

  • 07:39

    windows, containers, and tableware, and so on.

  • 07:45

    We can get down to the end of the comments,

  • 07:48

    and here we have stuff for Weka. This is the ARFF format. The relation has a

  • 07:53

    name,

  • 07:54

    you'll see it printed in the interface when you look.

  • 07:57

    The attributes are defined, they are real valued attributes,

  • 08:01

    numeric attributes.

  • 08:03

    The type

  • 08:04

    attribute is nominal, and the different values of type are

  • 08:08

    enumerated here in quotes.

  • 08:11

    That defines the relation and the attributes. Then we have an

  • 08:14

    '@data' line, and following that in the ARFF format, are simply the instances,

  • 08:19

    one after the other, with the attribute values all on one line, ending with

  • 08:24

    class by default. This is the

  • 08:26

    class value for the first instance.

  • 08:29

    I think there are 214

  • 08:31

    instances here.

  • 08:33

    There's the last one.

  • 08:37

    That's the ARFF format. It is a very simple,

  • 08:39

    textual file format.

  • 08:43

    Now we've confirmed our guesses about these numbers being percentages

  • 08:46

    and different elements.

  • 08:49

    We can think about

  • 08:52

    this some more. It's important then, that these numbers are

  • 08:56

    reasonable. If they went negative, for example,

  • 09:00

    that would indicate some kind of corrupted value. You can't have a negative

  • 09:03

    percentage.

  • 09:04

    We're expected silicon to be the majority component;

  • 09:08

    we're expecting the refractive index to be in this kind of range. It's always a good

  • 09:12

    idea when you get a dataset to just

  • 09:14

    click around in the Weka interface

  • 09:16

    and make sure things look real. Rather small amounts

  • 09:20

    of aluminum in glass. I guess that's not surprising;

  • 09:24

    I don't know very much about glass myself.

  • 09:27

    We're just kind of checking for reasonableness here—

  • 09:29

    a very good thing to do.

  • 09:36

    That's it then.

  • 09:37

    In this lesson, we've looked at the classification problem.

  • 09:40

    We've looked at the nominal weather data and the numeric weather data.

  • 09:44

    We've talked about nominal versus numeric attributes,

  • 09:47

    and we've

  • 09:48

    talked about the ARFF file format.

  • 09:50

    We've looked at the glass.arff

  • 09:52

    dataset,

  • 09:54

    and I've talked about sanity checking of attributes, and the importance of

  • 09:57

    getting down and dirty with your data.

  • 10:00

    If you'd like some further background on this, you can read Section 11.1

  • 10:04

    of the text and read about Preparing the data and Loading the data

  • 10:08

    into the Explorer.

  • 10:10

    Whether or not you do that,

  • 10:11

    please go and look at the activity associated with this lesson.

  • 10:16

    We'll see you soon. Bye!

All

The example sentences of REASONABLENESS in videos (1 in total of 1)

it personal pronoun 's verb, 3rd person singular present always adverb a determiner good adjective idea noun, singular or mass to to check verb, base form for preposition or subordinating conjunction reasonableness noun, singular or mass when wh-adverb you're proper noun, singular looking verb, gerund or present participle at preposition or subordinating conjunction

Use "reasonableness" in a sentence | "reasonableness" example sentences

How to use "reasonableness" in a sentence?

  • The single greatest world transformation would simply be the embrace of global reasonableness and pluralistic tolerance the global embrace of egoic-rationality (on the way to centauric vision-logic).
    -Ken Wilber-
  • But there remains the question: what righteousness really is. The method and secret and sweet reasonableness of Jesus.
    -Matthew Arnold-
  • In contrast to logic, there is common sense, or still better, the Spirit of Reasonableness.
    -Lin Yutang-
  • But the reasonableness of this command to obey parents, is clear, and easily understood by children, even when quite young.
    -Noah Webster-
  • It is significant that it is as difficult to get charity out of piety as to get reasonableness out of rationalism.
    -Reinhold Niebuhr-
  • When cowardice becomes a fashion its adherents are without number, and it masquerades as forbearance, reasonableness and whatnot.
    -Eric Hoffer-
  • The theologian considers sin mainly as an offence against God; the moral philosopher as contrary to reasonableness.
    -Thomas Aquinas-
  • Everybody can do something toward creating in his own environment kindly feelings rather than anger, reasonableness rather than hysteria, happiness rather than misery.
    -Bertrand Russell-

Definition and meaning of REASONABLENESS

What does "reasonableness mean?"

/ˈrēz(ə)nəb(ə)lnəs/

noun
sound judgement.