Show HN: PostgresML, now with analytics and project management
51–60 of 76 posts
Re: Show HN: PostgresML, now with analytics and project management
#52Re: Show HN: PostgresML, now with analytics and project management
#53Hello really nice ! Can you explane the differences with https://madlib.apache.org/ ? Wouldnt an OLAP db better suited than pg for this kind of workload ? Does being a postgreSQL module make it compatible with citus, greemplum or timescale ?
OLAP vs OLTP will depend on your ML use case. Online predictions will likely be better served by an OLTP vs offline batch predictions being better served by OLAP. OLAP use cases often involve a lot of extra complexity out of the gate, and something we're targeting is to help startups maintain the simplest possible tech stack early on while they are still growing and exploring PMF. At a high enough level, it should ju…
I've used Madlib in the past and although it was 'successful', the constraint was unfamiliarity with the library from our data scientists, who preferred the classic Python libraries.
Re: Show HN: PostgresML, now with analytics and project management
#54Earlier quoted context omitted.
The data split technique is one of the optional parameters for the call to ‘train’. Model degradation is a really interesting topic, that is hopefully made less difficult when retraining is trivialized, but we also want to add deeper analytics into individual model predictions, as well as better model explanations with tools like shap. We haven’t exposed custom performance metrics in the API yet, but we’re computing…
When I was talking about metrics I meant metrics of the model (accuracy, precission, recall, mean square error, etc), not performance.
https://demo.postgresml.org/models/1 https://demo.postgresml.org/models/15
The short term goal would be to expose more metrics from the toolkit.
Re: Show HN: PostgresML, now with analytics and project management
#55Do you plan on adding support for managed PostgreSQL services like RDS in the future?
Re: Show HN: PostgresML, now with analytics and project management
#56Re: Show HN: PostgresML, now with analytics and project management
#57I wonder if/how a PostgreSQL plug-in can provide an optimal mix of computing and storage resources for varying machine learning workloads.