Sunday, March 20, 2022

ML Resources

 

[1] Machine Learning Simplified https://themlsbook.com/

 Machine Learning Simplified

 

 

No comments:

PostgreSQL json fields

select name->'es_PE',* from product_template where name->>'es_PE' like '%MEGACI%'   References: [1] https:/...