Show HN: PostgresML, now with analytics and project management
11–20 of 76 posts
Re: Show HN: PostgresML, now with analytics and project management
#12Re: Show HN: PostgresML, now with analytics and project management
#13What affiliation does this have with PostgreSQL?
None, it's just an extension. Which is part of what is so awesome about PostgreSQL, everyone can build extensions that look and feel native and can do almost anything.
E.g. Postico uses an elephant but not the _same_ elephant - https://eggerapps.at/postico/
Re: Show HN: PostgresML, now with analytics and project management
#14Re: Show HN: PostgresML, now with analytics and project management
#15Very cool! Will probably use it soon.
Re: Show HN: PostgresML, now with analytics and project management
#16Can 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 ?
Re: Show HN: PostgresML, now with analytics and project management
#17Re: Show HN: PostgresML, now with analytics and project management
#18Do you plan on adding support for managed PostgreSQL services like RDS in the future?
Re: Show HN: PostgresML, now with analytics and project management
#19Earlier quoted context omitted.
None, it's just an extension. Which is part of what is so awesome about PostgreSQL, everyone can build extensions that look and feel native and can do almost anything.
You might want to use a different elephant logo... the branding implies that it is an official part of the project. E.g. Postico uses an elephant but not the _same_ elephant - https://eggerapps.at/postico/
Re: Show HN: PostgresML, now with analytics and project management
#20How do you deal with different dataset train/validation/test? How do you measure the degradation of the model? Is there any way to select the metric you target (accuracy, f1-score or any other)?