简答题

Apply min-max normalisation to the following list of numbers and provide the normalised list of values (round your answers to two decimal places, e.g., 27.36).

L = [9, 54, 23, 2, 33, 44, 16, 41]

下载APP答题
由4l***6p提供 分享 举报 纠错

相关试题

多选题 Which of the following statements is/are TRUE?

A、

a. Logarithmic transformation is good for skewed data..

B、

b. Z-score normalisation is good for skewed data.

C、

c. Min-max [0-1] normalisation results in non-negative values.

D、

d. Normalisation is a data transformation method.

E、

e. The aim of normalisation is to modify the distribution of values.

F、

f. Z-score normalisation always results in non-negative values.

多选题 Which of the following statements is/are TRUE?

A、

a. Accuracy data quality dimension calculates the percentage of data that has correct values.

B、

b. Benford's law can be used for fraud detection.

C、

c. Data considered as high quality for certain applications may not have sufficient quality for other applications.

D、

d. The complexity of the single column profiling is quadratic.

E、

e. Data profiling and data mining have the same types of input data.

多选题 Data cleaning is an important task in the data wrangling process. What are some of the possible activities you could use to clean data?

A、

Data visualisation

B、

Data standardisation

C、

Data reduction

D、

Data imputation

E、

Data summarisation

单选题 Assume the following two name strings have been converted into q-grams (with q=2), and then encoded into two Bloom filters of length 

l=10 bits using k=2 independent hash functions: 

s1 = susie 

s2 = susi 

bf1 = [0, 0, 1, 1, 1, 0, 1, 1, 1, 1] 

bf2 = [0, 0, 1, 0, 1, 0, 1, 0, 1, 1] 

Which of the following statements is true? 

Select one: 

A、

a. For this example, the Dice coefficient similarity calculated between the q-gram sets generated from s1 and s2 is higher than the Dice coefficient similarity calculated between bf1 and bf2.

B、

b. For this example, the Dice coefficient similarity calculated between the q-gram sets generated from s1 and s2 is lower than the Dice coefficient similarity calculated between bf1 and bf2.

C、

c. For this example, the Dice coefficient similarity calculated between the q-gram sets generated from s1 and s2 is the same as the Dice coefficient similarity calculated between bf1 and bf2.

D、

多选题 Which of the following statements about data types are true?

A、

a. A data set containing the running times of movies (movie lengths) is a time series data set.

B、

b. Movie rating ('very bad', 'bad', 'ok', 'good', 'very good') is a nominal type of data.

C、

c. Conversion between data types always leads to a loss of data quality.

D、

d. Wine names are nominal data.

E、

e. Different data wrangling techniques can handle different types of data.

单选题 When comparing date or time values between two records (to calculate their similarities to be used for record linkage), both dates and times generally cannot be meaningfully compared considering them as string values using one of the approximate string comparison functions discussed in the lectures (such as edit distance or the q-gram based Dice coefficient).

A、

True

B、

False

多选题 Which of the following are data warehouse operations?

A、

a. Copy and paste.

B、

b. Slice and dice.

C、

c. Insert and delete.

D、

d. Roll-up and drill-down.

E、

e. Pivot (rotate).

F、

f. Transform.

多选题 Which of the following statements are true?

A、a. Duplicate records can only occur after data from different sources has been integrated.
B、

b. Age and date of birth values in a database are always correlated.

C、

c. The chi-square test can be used to find the correlation between numerical values.

D、

d. Identifying redundant data can be used to reduce data.

E、

e. Correlation analysis can be used to identify redundant attributes.