Data science glossary: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
mNo edit summary
(+ data type)
Line 26: Line 26:
== S ==
== S ==
* [https://en.wikipedia.org/wiki/Database_schema (database) schema] [繁] [https://zh.wikipedia.org/wiki/Schema_(%E6%95%B0%E6%8D%AE%E5%BA%93) (資料庫) 模式、架構] [簡] (数据库) 模式、架构。"Schema is a set of interrelated database objects, such as tables, table columns, data types of the columns, indexes, foreign keys, and so on." (MySQL<ref>[https://dev.mysql.com/doc/refman/5.7/en/glossary.html#glos_schema MySQL :: MySQL 5.7 Reference Manual :: MySQL Glossary]</ref>) 相關文件: [[Create database schema document]]
* [https://en.wikipedia.org/wiki/Database_schema (database) schema] [繁] [https://zh.wikipedia.org/wiki/Schema_(%E6%95%B0%E6%8D%AE%E5%BA%93) (資料庫) 模式、架構] [簡] (数据库) 模式、架构。"Schema is a set of interrelated database objects, such as tables, table columns, data types of the columns, indexes, foreign keys, and so on." (MySQL<ref>[https://dev.mysql.com/doc/refman/5.7/en/glossary.html#glos_schema MySQL :: MySQL 5.7 Reference Manual :: MySQL Glossary]</ref>) 相關文件: [[Create database schema document]]
== T ==
* data type [繁] [https://zh.wikipedia.org/wiki/%E8%B3%87%E6%96%99%E9%A1%9E%E5%9E%8B 資料類型] [簡] 数据类型。「資料類型描述了數值的表示法、解釋和結構,並以演算法操作,或是物件在記憶體中的儲存區,或者其它儲存裝置。」 (資料來源: [https://zh.wikipedia.org/wiki/%E8%B3%87%E6%96%99%E9%A1%9E%E5%9E%8B 維基百科])。相關文件: [[Data type | 資料表欄位設計時,針對不同資料類型,建議的資料型態]]。


== 參考資料 ==
== 參考資料 ==

Revision as of 15:53, 5 November 2018

資料科學相關詞彙


icon_scale_pencil.png This article "Data science glossary" is still being written. If there are any incomplete parts, you are welcome to directly edit them. 這篇文章「Data science glossary」內容還在撰寫中,如果有不完整的部分,歡迎你直接動手修改


D

E

K

  • Knowledge discovery in databases (KDD) [繁] 資料庫的知識探索 [簡] 数据库的知识发现。KDD 處理程序包含「data preparation, data selection, data cleaning, incorporation of appropriate prior knowledge, and proper interpretation of the results of mining, are essential to ensure that useful knowledge is derived from the data. 」從原始資料中萃取有價值的知識。(Fayyad, Piatetsky-Shapiro, and Smyth 1996[2])

M

P

  • pattern [繁] 樣式 [簡] 模式。「從資料中找出隱藏的規則性或因果關係,即尋找樣式」(資料來源: 陳允傑, 2018[3])

Q

S

T

參考資料