- Machine Learning With Go
- Daniel Whitenack
- 130字
- 2021-07-08 10:37:27
SQL-like databases
Although there is a good bit of hype around interesting NoSQL databases and key-value stores, SQL-like databases are still ubiquitous. Every data scientist will, at some point, be processing data from an SQL-like database, such as Postgres, MySQL, or SQLite.
For example, we may be required to query one or more tables in a Postgres database to generate a set of features for model training. After using that model to make predictions or identify anomalies, we may send results to another database table that drives a dashboard or other reporting tool.
Go, of course, interacts nicely with all the popular data stores, such as SQL, NoSQL, key-value, and so on, but here, we will focus on SQL-like interactions. We will utilize database/sql for these interactions throughout the book.
- Google Apps Script for Beginners
- Learning Cython Programming
- Mastering Adobe Captivate 2017(Fourth Edition)
- 計算機(jī)圖形學(xué)編程(使用OpenGL和C++)(第2版)
- Twilio Best Practices
- Software Testing using Visual Studio 2012
- 匯編語言程序設(shè)計(第2版)
- Python GUI Programming Cookbook
- YARN Essentials
- Python機(jī)器學(xué)習(xí)實(shí)戰(zhàn)
- Learning Vaadin 7(Second Edition)
- 大數(shù)據(jù)分析與應(yīng)用實(shí)戰(zhàn):統(tǒng)計機(jī)器學(xué)習(xí)之?dāng)?shù)據(jù)導(dǎo)向編程
- 執(zhí)劍而舞:用代碼創(chuàng)作藝術(shù)
- Spring Security Essentials
- Python Interviews