Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetOrder
Method
GetOrder
catboost/libs/data/objects.h:315–317 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
313
}
314
315
EObjectsOrder GetOrder() const {
316
return CommonData.Order;
317
}
318
319
TMaybeData<TConstArrayRef<TGroupId>> GetGroupIds() const { // [objectIdx]
320
return CommonData.GroupIds.GetMaybeNumData();
Callers
14
TrainEvalSplit
Function · 0.80
LoadPools
Function · 0.80
PrepareTrainTestSplit
Function · 0.80
BuildSrcDataFromDataProvider
Function · 0.80
ReorderByTimestampLearnDataIfNeeded
Function · 0.80
TFoldsCreationParams
Method · 0.80
CreateEstimatedFeaturesData
Method · 0.80
TestSubsetFeatures
Function · 0.80
CompareObjectsData
Function · 0.80
LoadPools
Function · 0.80
TrainModel
Function · 0.80
ModelBasedEval
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestSubsetFeatures
Function · 0.64