Live data from Hacker News

Show HN: Flashfed.com – a flash sale aggregator powered by machine learning

flashfed.com

1–4 of 4 posts

Re: Show HN: Flashfed.com – a flash sale aggregator powered by machine learning

#2
I trained a least-squares linear regression model to predict the 'sharability' of a given sale using n-gram feature hashing on data I scraped, applied weights and normalized by percentile, from social media sites.

It's built using Huginn[0], Azure ML[1], and Wordpress.

If anyone has any suggestions to improve the model, or really anything else, please feel free to comment or drop me an email at badmin@flashfed.com

[0]:https://github.com/huginn/huginn [1]:https://studio.azureml.net

Re: Show HN: Flashfed.com – a flash sale aggregator powered by machine learning

#3
post #2

I trained a least-squares linear regression model to predict the 'sharability' of a given sale using n-gram feature hashing on data I scraped, applied weights and normalized by percentile, from social media sites. It's built using Huginn[0], Azure ML[1], and Wordpress. If anyone has any suggestions to improve the model, or really anything else, please feel free to comment or drop me an email at badmin@flashfed.com [0…

Nice use of Huginn!

Re: Show HN: Flashfed.com – a flash sale aggregator powered by machine learning

#4
post #3
post #2

I trained a least-squares linear regression model to predict the 'sharability' of a given sale using n-gram feature hashing on data I scraped, applied weights and normalized by percentile, from social media sites. It's built using Huginn[0], Azure ML[1], and Wordpress. If anyone has any suggestions to improve the model, or really anything else, please feel free to comment or drop me an email at badmin@flashfed.com [0…

Nice use of Huginn!

Thanks for building it!