class documentation
class SplitDataSet(Generic[
Constructor: SplitDataSet(train_input, train_target, develop_input, develop_target, ...)
Undocumented
Method | __init__ |
Undocumented |
Instance Variable | develop |
Undocumented |
Instance Variable | develop |
Undocumented |
Instance Variable | test |
Undocumented |
Instance Variable | test |
Undocumented |
Instance Variable | train |
Undocumented |
Instance Variable | train |
Undocumented |
def __init__(self, train_input:
DatasetType
, train_target: DatasetType
, develop_input: DatasetType
, develop_target: DatasetType
, test_input: DatasetType
, test_target: DatasetType
):
(source)
¶
Undocumented