Data Driven Summary
Data Driven Summary
User Interface – Control the layout, appearance, widget for user inputs and display the output.
Ex: the title, page layout, texto input, radio button, dropdown menu, graphics output, etc.
server.R
Server – set of instructions that uses the input provided by user, process them and produces the
required output.
Recommender systems are software agents that identify the interests and preferences of
individual consumers and make recommendations. They have the potential to support and
improve the quality of the decisions consumers make when searching for and selecting products
online.
Personalized recommendations
This approach is used for exemple for books or movies and use the ratings from the users
to recommend items.
Compute the similarity of an unseen item with the user profile based on the keyword
overlap.
Limitations:
Case-based Recommendation
Operates through a process of remembering one or a small set of concrete cases and basing
decisions on comparisons between the new and old situations (medical diagnosis, legal
interpretation)
Decisions made by recommender systems are affected by various biases, originating from data,
algorithms, presentation or user.
Precision: for exemple the proportion of recommended movies that are actually good
A set of logically related tasks performed to achieve a defined business outcome.” Davenport
(1990) A business process is a closed, repeating set of interconnected tasks performed by
(human or machine) agents in a temporal or causal order required to fulfill a business function
the aim of which is to create value.
Example exercise 1:
A typical order-to-cash process is triggered by the receipt of a purchase order from a customer.
The purchase order has to be checked against the stock regarding the availability of the item(s)
requested. Depending on stock availability the purchase order may be confirmed or rejected. If
the purchase order is confirmed, an invoice is emitted and the goods requested are shipped.
The process completes by archiving the order or if the order is rejected.
pontos de decisão (XORsplit) e pontos de fusão de fluxos alternativos (XOR-join)
New Solution
Example exercise 2: Order distribution process
A company has two warehouses, one in Amsterdam, the other in Hamburg, that store different
products. When an order is received, it is distributed across these warehouses: if some of the
relevant products are maintained in Amsterdam, a sub-order is sent there; likewise, if some
relevant products are maintained in Hamburg, a sub-order is sent there. Afterwards, the order
is registered and the process completes.
Example exercise 3:
Process Maps
Classification
Classification is the problem of identifying to which (existing) class a new observation belongs
to.
Constructing multiple decision trees during training phase. Final decision on majority of trees:
Random Forest Strenghts
• fast training, but slow in making predictions (large number of decision trees)
The object is assigned to the most common class among its K nearest neighbours.
The organization of unlabeled data, into similarity groups called clusters. A cluster is a
collection of data items which are “similar” between them, and “dissimilar” to data items in
other clusters.
a. K-Means (algoritmo de agrupamento particional)
The primary role is to improve the quality of decision making. Better decisions can be achieve
by:
• Using more/better information in rational decisions, i.e. using evidence and facts
• Reducing irrational/biased decisions
Debiasing
• Identify the existence and nature of the potential bias. This includes understanding the
environment of the bias and the cognitive triggers of the bias;
• Consider alternative means for reducing or eliminating the bias;
• Monitor and evaluate the effectiveness of the debiasing technique chosen. The
possibility of negative side effects should be a particular concern.
Analysis Cycle
• Make the decision-maker articulate what they know about the decision.
• Offer ways to decompose the problem into more understandable subproblems or themes.
• Consider a wider set of decision situations or scenarios. Then, consider the nature of the
current situation in light of the expanded conception.