判斷題支持大數(shù)據(jù)業(yè)務(wù)的基礎(chǔ)是數(shù)據(jù)人才。

您可能感興趣的試卷

你可能感興趣的試題

3.多項選擇題

如下表student中,如何篩選type為包含數(shù)學(xué)或語文的記錄?()

A.select*from student where type=“數(shù)學(xué)” and type=“語文”
B.select*from student where type=“數(shù)學(xué)” or type=“語文”
C.select*from student where type in(“數(shù)學(xué)”,“語文”)
D.select*from student where type in(“數(shù)學(xué)”、“語文”)

4.多項選擇題于大數(shù)據(jù)的來源,以下理解正確的是()

A.大數(shù)據(jù)是數(shù)據(jù)量變積累達(dá)到質(zhì)變的結(jié)果
B.數(shù)據(jù)的產(chǎn)生需要經(jīng)歷很長時間
C.我們每個人都是數(shù)據(jù)的制造者
D.當(dāng)今的世界,基本上一切都可以用數(shù)字表達(dá),所以叫數(shù)字化的世界

5.多項選擇題下列對ID3算法的描述,正確的是()

A.每個節(jié)點的分支度都不相同
B.使用Information Gain作為節(jié)點分割的依據(jù)
C.可以處理數(shù)值型態(tài)的字段
D.無法處理空值的字段