more ignore
This commit is contained in:
parent
f3360d173b
commit
e6e467ad60
2
.gitignore
vendored
2
.gitignore
vendored
@ -44,3 +44,5 @@ Debug
|
||||
*dump
|
||||
*save
|
||||
*csv
|
||||
*.cpage.col
|
||||
*.cpage
|
||||
|
||||
@ -452,7 +452,6 @@ class ColMaker: public IUpdater {
|
||||
utils::Check(n > 0, "colsample_bylevel is too small that no feature can be included");
|
||||
feat_set.resize(n);
|
||||
}
|
||||
std::sort(feat_set.begin(), feat_set.end());
|
||||
utils::IIterator<ColBatch> *iter = p_fmat->ColIterator(feat_set);
|
||||
while (iter->Next()) {
|
||||
this->UpdateSolution(iter->Value(), gpair, *p_fmat, info);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user