Hi I’m Bilal, cofounder of ClearBrain (<a href="https://clearbrain.com" rel="nofollow">https://clearbrain.com</a>). ClearBrain helps you automatically build predictive models for which of your users are most likely to convert or churn in your app. Think AmazonML for marketing analysts.<p>Our founding team comes from Optimizely & Google where we built similar predictive tools for our marketing teams. At each company, we kept building the same components of a predictive pipeline - javascript snippets to collect data, ETL jobs to transform that data, and cron jobs to run a regression. We were spending hours a week maintaining these pipelines, but the time-consuming part wasn’t the algorithms (as they’re open sourced) it was the transformations.<p>So with ClearBrain we decided to automate the data transformation steps. We built our system in Spark ML (scala), Data Pipeline, and Go. Instead of instrumenting yet another Javascript snippet, we use existing data in Segment (YC S11) and Heap (YC W13) through standard integrations. And because every Segment/Heap dataset has the same schema, our system can process it with the same transformations into a machine-readable feature matrix. When a customer selects a user action tracked in Segment/Heap to predict, our transformed matrix is run through a logistic regression via Spark ML, and outputs a probabilistic score for each user to perform that action based on users who performed it in the past.<p>This distills the predictive modeling process to a simple UI to identify high-probability users in minutes. We’ve built the tool with marketers in mind, to help them identify which users may convert or churn, and export those users to marketing tools like Facebook Ads, Hubspot, etc. We’ve also found good reception from startups that have marketing objectives but lack the resources to deploy ML-driven campaigns themselves.<p>We look forward to feedback from the HN community! :)<p>Bilal
Looks very interesting. We're looking for something like this. The website talks also about the "Facebook Aha moment"... So would you guys also be able to predict which action(s) we should push our users towards to convert better? and which action(s) are less important?<p>Any plans to connect to Amplitude? and/or if we feed events directly to you via a JS API? (we don't use heap or segment, that's why I'm asking)
Bilal nice to meet you - have a high growth SAAS startup that this looks perfect for, what's the best way to get onboarded and give this a material try?
Are you concerned about the European Union’s new (General Data Protection Regulation)[<a href="https://syncedreview.com/2018/01/31/will-new-eu-regulations-starve-data-hungry-deep-learning-models/" rel="nofollow">https://syncedreview.com/2018/01/31/will-new-eu-regulations-...</a>]?
How correlated is your models output with a simple measure of the volume of interactions a user has with an app?<p>Main question...is this a domain where ML really adds a lot of value beyond the basic concept of High Interaction (lots of time spent and clicks/pages visited) -> High conversion Probability?
I'm not really familiar with this space, but is there a non-enterprise option here? I would love to try something like this out but the price point is too high for me.