Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Describe specific practical applications for each case study #5

Open
mrflip opened this issue Jan 19, 2013 · 2 comments
Open

Describe specific practical applications for each case study #5

mrflip opened this issue Jan 19, 2013 · 2 comments

Comments

@mrflip
Copy link
Member

mrflip commented Jan 19, 2013

Tie each case study to two-ish practical vertical-focused use cases. For example, for the server log chapter, describe application to ad tech conversion metrics and simple security intrusion detection.

These will typically be in the form of end-of-chapter examples (sketch of the solution and how you'd approach it, but not the solution itself; readership hopefully provides).

/cc @dhruvbansal @joeman @timgasper -- super practical hardnosed use cases invited

@mrflip
Copy link
Member Author

mrflip commented Jan 25, 2013

Geographic data:

  • refineries at geographic points
  • transport by truck, boat, rail or pipeline
  • assume demand is sized by population

Use a greedy algorithm to route fuel to customers


Nearbyness... Reverse Geolocation

Reverse geocoding is the business of turning a lat/long into a named place. Besides a neat party trick it turns out that named places have a few benefits over floating point pairs: a) humans don’t tend to think in floating point pairs.. b) while technically the space is infinite and the lat/long space is finite, in practice the names we use to call places converge rapidly to a very small set (in any given region), and for whatever reason (natural or historical) seem to have an affinity for being hierarchical. Both good properties for clustering, compression, and discovery. -- @kellan


@timgasper
Copy link

Early next week I'll be doing a deep dive into use cases and industries, so
I'll be revisiting this thread with hopefully some helpful ideas at that
time.

On Fri, Jan 25, 2013 at 3:36 AM, Philip (flip) Kromer <
notifications@github.com> wrote:

Geographic data:

  • refineries at geographic points
  • transport by truck, boat, rail or pipeline
  • assume demand is sized by population

Use a greedy algorithm to route fuel to customers


Reply to this email directly or view it on GitHubhttps://github.com//issues/5#issuecomment-12693853.

Tim Gasper

Infochimps| Product Manager

M| (440) 364-5328

E| tim@infochimps.com TW| @timgasper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants