- 博客(3)
- 收藏
- 关注
原创 训练集、验证集和测试集
参考:https://blog.youkuaiyun.com/kieven2008/article/details/81582591一、含义与区别一般做预测分析时,会将数据分为两大部分。一部分是训练数据,用于构建模型,一部分是测试数据,用于检验模型。训练集(train set) —— 用于模型拟合的数据样本。 在数据分析中,有些算法需要利用现有的数据构建模型,比如贝叶斯分类器,决策树...
2019-09-05 10:37:10
851
原创 分子量(Molar Mass, ACM/ICPC Seoul 2007, UVa1586)
An organic compound is any member of a large class of chemical compounds whose molecules contain carbon. The molar mass of an organic compound is the mass of one mole of the organic compound. The mola...
2018-07-27 11:34:27
395
原创 Score(ACM/ICPC Seoul 2005,UVa1585)
#include<iostream>#include<string>using namespace std;int main(){ char score[90]; int k; cin >> k; while (k--) { memset(score, 'X', sizeof(score)); cin >> score;...
2018-07-25 15:26:11
249
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人