Ai Dreams Forum

Member's Experiments & Projects => AI Programming => Topic started by: infurl on September 23, 2020, 12:53:45 am

Title: Machine learning for fun and profit.
Post by: infurl on September 23, 2020, 12:53:45 am
 PostgreSQL and Machine Learning (http://PostgreSQL and Machine Learning)

Quote
I will show you how to apply Machine Learning algorithms on data from the PostgreSQL database to get insights and predictions. I will use an Automated Machine Learning (AutoML) supervised. It is an open-source python package. Thanks to AutoML I will get quick access to many ML algorithms: Decision Tree, Logistic Regression, Random Forest, Xgboost, Neural Network. The AutoML will handle feature engineering as well. I will show you python code snippets that can be reused to integrate Machine Learning with PostgreSQL as a part of the ETL pipeline.