数据挖掘与数据分析数据可视化试题.docx

上传人:p** 文档编号:448197 上传时间:2023-08-28 格式:DOCX 页数:18 大小:26.29KB
下载 相关 举报
数据挖掘与数据分析数据可视化试题.docx_第1页
第1页 / 共18页
数据挖掘与数据分析数据可视化试题.docx_第2页
第2页 / 共18页
数据挖掘与数据分析数据可视化试题.docx_第3页
第3页 / 共18页
数据挖掘与数据分析数据可视化试题.docx_第4页
第4页 / 共18页
数据挖掘与数据分析数据可视化试题.docx_第5页
第5页 / 共18页
数据挖掘与数据分析数据可视化试题.docx_第6页
第6页 / 共18页
数据挖掘与数据分析数据可视化试题.docx_第7页
第7页 / 共18页
数据挖掘与数据分析数据可视化试题.docx_第8页
第8页 / 共18页
数据挖掘与数据分析数据可视化试题.docx_第9页
第9页 / 共18页
数据挖掘与数据分析数据可视化试题.docx_第10页
第10页 / 共18页
亲,该文档总共18页,到这儿已超出免费预览范围,如果喜欢就下载吧!
资源描述

《数据挖掘与数据分析数据可视化试题.docx》由会员分享,可在线阅读,更多相关《数据挖掘与数据分析数据可视化试题.docx(18页珍藏版)》请在第壹文秘上搜索。

1、数据挖掘与数据分析,数据可视化试题1. DataMiningisalsoreferredtoasdataanalysisdatadiscoverydatarecoveryDatavisualization2. DataMiningisamethodandtechniqueinclusiveofdataanalysis.datadiscoveryDatavisualizationdatarecovery3. InwhichstepofDataScienceconsumeAlmost80%oftheworkperiodoftheprocedure.AccumulatingthedataAnalyz

2、ingthedataWranglingthedataRecapitulationoftheData4. WhichStepofDataScienceallowsthemodeltoconsistentlyimproveandprovidepunctualperformanceanddeliverapproximateresults.WranglingthedataAccumulatingthedataAnalyzingthedata5. WhichtoolofDataScienceisrobustmachinelearninglibrary,whichallowstheimplementati

3、onofdeeplearning7algorithms.STableauD3.jsApacheSparkTensorFlow6. WhatisthemainaimofDataMining?toobtaindatafromalessnumberofsourcesandtotransformitintoamoreusefulversionofitself.toobtaindatafromalessnumberofsourcesandtotransformitintoalessusefulversionofitself.toobtaindatafromagreatnumberofsourcesand

4、totransformitintoalessusefulversionofitself.toobtaindatafromagreatnumberofsourcesandtotransformitintoamoreusefulversionofitself.7. Inwhichstepofdataminingtheirrelevantpatternsareeliminatedtoavoidcluttering?CleaningthedataEvaluatingthedataConversionofthedataIntegrationofdata8. DataSciencetismainlyuse

5、dforpurposes.Dataminingismainlyusedforpurposes.scientific,businessbusiness,scientificscientific,scientificNone9. Pandasisaonedimensionallabeledarraycapableofholdingdataofanytype(integer,string,float,pythonobjects,etc.).SeriesFramePanelNone10. HowmanyprincipalcomponentsPandasDataFrameconsistsof?42131

6、1. Importantdatastructureofpandasis/areSeriesDataFrameBoth.Noneoftheabove12. Whichofthefollowingcommandisusedtoinstallpandas?pipinstallpandasinstallpandaspippandas13. Whichofthefollowingfunction/methodhelptocreateSeries?series()Series()(CreateSeries()Noneoftheabove14. NumPYstandsfor?NumberingPythonN

7、umberInPythonNumericalPythonNoneOftheabove15. Whichofthefollowingisnotcorrectsub-packagesofSciPy?scipy.integratescipy.sourcescipy.interpolatescipy.signal16. HowtoimportConstantsPackageinSciPy?importscipy.constantsfromscipy.constantsimportscipy.constants.packagefromscipy.constants.package17. involves

8、lookingatanddescribingthedatasetfromdifferentanglesandthensummarizingit?DataFrameDataVisualizationEDAiAlloftheabove18. whatinvolvesthepreparationofdatasetsforanalysisbyremovingirregularitiesinthedatasothattheseirregularitiesdonotaffectfurtherstepsintheprocessofdataanalysisandmachinelearningmodelbuil

9、ding?DataAnalysisEDA!DataFrameNoneoftheabove19. WhatisnotUtilityofEDA?MaximizetheinsightinthedatasetDetectoutliersandanomaliesVisualizationofdataTestunderlyingassumptions20. whatcanhamperthefurtherstepsinthemachinelearningmodelbuildingprocessIfnotperformedproperly?RecapitulationoftheDataAccumulating

10、thedataEDA(正确答案)Noneoftheabove21. WhichplotforEDAtocheckthedependencybetweentwovariables?HistogramsScatterplotsMapsTimeseriesplots22. Whatfunctionwilltellyouthetoprecordsinthedataset?shapehead(正确答案)showalloftheaboce23. whattypeofdataisusefulforinternalpolicymakingandbusinessstrategybuildingforanorga

11、nization?publicdataprivatedatabothNoneoftheabove24. Thefunctioncan“fillinNAvalueswithnon-nulldata?headfillnashapealloftheabove25. Ifyouwanttosimplyexcludethemissingvalues,thenwhatfunctionalongwiththeaxisargumentwillbeuse?llnareplacedropnaisnull26. WhichofthefollowingattributeofDataFrameisusedtodispl

12、aydatatypeofeachcolumninDataFrame?DtypesDTypesdlypesdatatypes27. WhichofthefollowingfunctionisusedtoloadthedatafromtheCSVfileintoaDataFrame?read.csv()readcsv()read_csv()(正确涔案)Read_csv()28. howtoDisplayfirstrowofdataframeDF?print(DF.head(1)print(DF0:1)print(DF.iloc0:1)Alloftheabove29. Spreadfunctioni

13、sknownasinspreadsheets?pivotunpivotcastorder30. extractasubsetofrowsfromadataframbasedonlogicalconditions?renamefiltersetsubset31. WccanshifttheDataFrame,sindexbyacertainnumberofperiodsusingtheMethod?melt()merge()tail()shift()俚确答案)32. WecanjoinmeltedDataFramesintooneAnalyticalBaseTableusingthefuncti

14、on.join()append()merge()truncate()33. Whatmethosisusedtoconcatenatedatasetsalonganaxis?concatenate()Oz-*Phi、(正确答案)addOmerge()34. Rowscanbeifthenumberofmissingvaluesisinsignificant,asthiswouldnotimpacttheoverallanalysisresults.deletedupdatedaddedall35. Thereisaspecificreasonbehindthemissingvalue.What

15、standsforMissingnotatrandomMCARMARMNARNoneoftheabove36. Whileplottingdata,somevaluesofonevariablemaynotliebeyondtheexpectedrange,butwhenyouplotthedatawithsomeothervariable,thesevaluesmayliefarfromtheexpectedvalue.Identifythetypeofoutliers?UnivariateoutliersMultivariateoutliers1;)ManyVariateOutlinersNoneoftheabove37. ifnumericvaluesarestoredasstrings,thenitwouldnotbepossibletoCalculatemetricssu

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > IT计算机 > 数据结构与算法

copyright@ 2008-2023 1wenmi网站版权所有

经营许可证编号:宁ICP备2022001189号-1

本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。第壹文秘仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知第壹文秘网,我们立即给予删除!