-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add splitting methods to AIRandomPartitioner
splitTrainTestFrom:usingTargetColumn:withProportions: aCollectionOfProportions to split aCollection into multiple sets. The sets to split are determined by the size of aCollectionOfProportions, which looks like #(0.7 0.3), and commonly it represents splitting between a training and test set. Add AIPartitionedDataSet class to hold the splitted data from train and test set.
- Loading branch information
Hernán Morales Durand
committed
Dec 14, 2023
1 parent
318f5a3
commit 9340ee1
Showing
1 changed file
with
20 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters