-
Stephanie L. Markman commented on the post, W13 Discussion Questions, on the site DATA ANALYTICS 1 year ago
Explain in your own words the terms Support, Confidence and Lift used in Association rule discovery?
Suport is a fraction of how many items in the set have the variables or distinctions in which you want over […]
-
Stephanie L. Markman commented on the post, W12 Discussion Questions, on the site DATA ANALYTICS 1 year, 1 month ago
Data mining would be useful if you are trying to decide what products to include in a package to sell to customers.This would be an example of descriptive analytics because to do this you would have to use the […]
-
Stephanie L. Markman commented on the post, W11 Discussion Questions, on the site DATA ANALYTICS 1 year, 1 month ago
Classification is the process of determining what group a data element belongs to. This is done based on the data contained in the element. Whereas, Clustering is the grouping of data so that the elements will […]
-
Stephanie L. Markman commented on the post, W10 Discussion Questions, on the site DATA ANALYTICS 1 year, 1 month ago
Regarding Decision Trees and Classification, why does one need the Chi-squared test and Gini test?
The Chi-squared test is the proportion of the group whereas the Gini test is the diversity of the group. A high […]
-
Stephanie L. Markman commented on the post, W9 Discussion Questions, on the site DATA ANALYTICS 1 year, 1 month ago
Summarize what data mining is and what data mining is not.
Data mining is the exploration of large quantities of data to create an understanding of a meaningful pattern. Also, it is the extraction of previously […]
-
Stephanie L. Markman changed their profile picture 1 year, 1 month ago
-
Stephanie L. Markman commented on the post, W8 Discussion Questions, on the site DATA ANALYTICS 1 year, 2 months ago
1. What are the key OBJECTIVES and ISSUES of getting the information into the data mart (ETL)?
The key objectives of getting the information into the data mart are extracting the data, transforming the data, […]
-
Stephanie L. Markman commented on the post, W7 Discussion Question, on the site DATA ANALYTICS 1 year, 2 months ago
a) choosing business process: determine what the cube is going to be about and what questions you want to answer about the business
b) decide on the level of granularity: This determines how much detail you […]
-
Stephanie L. Markman commented on the post, W6 Discussion Questions, on the site DATA ANALYTICS 1 year, 2 months ago
Alter is if you want to change the table such as by adding a column where as insert into is if you want change the table data such as by adding a row. An example of Alter is ALTER TABLE `m1orderdb`.`Product` DROP […]
-
Stephanie L. Markman commented on the post, W5 Discussion Questions, on the site DATA ANALYTICS 1 year, 3 months ago
DML stands for data manipulation language and DDL stands for data definition language. DML is used for query and update commands. An example of this would be SELECT which extracts data from a database or DELETE […]
-
Stephanie L. Markman commented on the post, W4 Discussion Questions, on the site DATA ANALYTICS 1 year, 3 months ago
We use the SQL command SELECT DISTINCT to retrieve unique values. An example of this would be SELECT DISTINCT `CITY`, `State` FROM `OrderDB`.`Customer`
-
Stephanie L. Markman commented on the post, W3 Discussion Questions, on the site DATA ANALYTICS 1 year, 3 months ago
To resolve a many to many relationship you must add additional tables. An example of this would be product and order have a many to many relationship, so the Order-Product table is created to resolve this. Order […]
-
Stephanie L. Markman commented on the post, W2 Discussion Questions, on the site DATA ANALYTICS 1 year, 3 months ago
A primary key is a key that makes an entity uniquely identifiable. Where as a foreign key does not include information that is uniquely identifiable and is included for linking data tables together and including […]
-
Stephanie L. Markman commented on the post, W1 Discussion Questions, on the site DATA ANALYTICS 1 year, 4 months ago
Transactional data is data that is currently occurring and used to analyze an event. Where as, analytical data is data that has happened in the past that is used to make and support business decisions.
-
Stephanie L. Markman changed their profile picture 1 year, 6 months ago



CONNECT