Question: Create an algorithm which can correctly decide if a specific order is from business or a private source. Project Intro: an online gift-basket company (clien)

Create an algorithm which can correctly decide if a specific order is from business or a private source.  Create an algorithm which can correctly decide if a specific order
is from business or a private source. Project Intro: an online gift-basket
company (clien) wants to do a marketing campaign know campaign marketing of

Project Intro: an online gift-basket company (clien) wants to do a marketing campaign know campaign marketing of past customers. Their database contains over 100,000 and they need to which orders came from businesses and which came from personal (private) sources. to Unfortunately, there is no box on the order for to indicate which is which. Your job is figure it out for the client. Specifically: create an algorithm which can correctly decide if a specific order is from a business or from a private source, based on the order form specifically, the personal greeting that accompanies the basket. The personal greeting contains up to 120 characters and is written by customer who purchased the order. Some examples of personal greeting messages is given on a separate page. You may assume the algorithm can manipulate the message in any straightforward sort of way for example, you can count up the number of "A" letters in the message, or the number of words, or check capitalization, or see if the word "big" comes just before the word "party whatever you think is appropriate Your algorithm should ultimately be written in rough pseudo-code (computer-like syntax without worrying about actual programming language issues). It should ultimately make a decision (business or private) in every single case. Your assessment will be based on how well your algorithm works, how complete it is, how well explained it is... and how well you justify it's success

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!