How to build a data mining web app?
github.com
How to build a data mining web app?
1–10 of 26 posts
Re: How to build a data mining web app?
#2Is this normal?
Re: How to build a data mining web app?
#3I must be stupid, but I just can't wrap my head around this three-axis-in-a-2D-space graph: http://hnpickup.appspot.com/ Is this normal?
EDIT: As I say in the "warning" section of the readme file: usually it's not a good idea to show the raw data because it will confuse the end user. And if you add more explanation you will cause clutter and cognitive overload. I show the raw data mostly for people that want to dig into the source code.
Re: How to build a data mining web app?
#4I must be stupid, but I just can't wrap my head around this three-axis-in-a-2D-space graph: http://hnpickup.appspot.com/ Is this normal?
Re: How to build a data mining web app?
#5 # Section Header
Paragraph text.
then GitHub will render it nicely.Re: How to build a data mining web app?
#6Re: How to build a data mining web app?
#7A tip: if you rename README.txt to README.markdown and change the headers to look like: # Section Header Paragraph text. then GitHub will render it nicely.
btbytes did the md formatting for me. I will accept the pull request as soon as I get home.
Re: How to build a data mining web app?
#8I must be stupid, but I just can't wrap my head around this three-axis-in-a-2D-space graph: http://hnpickup.appspot.com/ Is this normal?
Maybe think of it as two different graphs with the same x-axis, superimposed?
That said, what is a pickup ratio? Some sort of measure of extra votes over time?
Re: How to build a data mining web app?
#9Re: How to build a data mining web app?
#10Be warned! Google App Engine Pricing has gone up by as much as 500% since Nov 7. The code is based on GAE and you just need be warned that if you spend time and build around it, be ready for some crazy billing. I'm talking from personal experience :(
I have ~100 visits per day. That costs me ~$0.10 per day.
More details here:
https://github.com/entaroadun/hnpickup/wiki/Hacker-News-Pick...