多选题 在机器学习中,常见的特征工程包括?

A、 缺失值填充
B、 特征编码
C、 特征标准化
D、 特征生成
下载APP答题
由4l***jc提供 分享 举报 纠错

相关试题

单选题 用于显示绘图窗口的Matplotlib函数是?

A、show()
B、display()
C、plot()
D、render()

单选题 Matplotlib中用于绘制折线图的函数是?

A、plot()
B、scatter()
C、bar()
D、hist()

单选题 Matplotlib中如何设置标题?

A、set_title()
B、title()
C、plt.title()
D、add_title()

单选题 用于绘制垂直条形图的Matplotlib函数是?

A、bar()
B、barh()
C、plot()
D、pie()

单选题 在Matplotlib中,如何保存图像到文件?

A、savefig()
B、plt.save
C、write_image
D、store_plot

单选题 如何在Matplotlib中绘制饼图?

A、pie()
B、bar()
C、scatter()
D、hist()

单选题 Matplotlib中用于设置坐标轴标签的函数是?

A、xlabel()/ylabel()
B、set_axis_label()
C、label()
D、axis_label()

单选题 如何在Matplotlib中添加图例?

A、legend()
B、label()
C、title()
D、show()