Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Machine Learning
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
johannes bilk
Machine Learning
Wiki
Home
Data
Data Loader
Changes
Page history
New page
Templates
Clone repository
Update Data Loader
authored
1 year ago
by
johannes bilk
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Home/Data/Data-Loader.md
+11
-1
11 additions, 1 deletion
Home/Data/Data-Loader.md
with
11 additions
and
1 deletion
Home/Data/Data-Loader.md
View page @
4e35fb53
Stuff
\ No newline at end of file
Data loaders take care of iterating over data by batch size. It can shuffle and k-fold.
```
python
from
machineLearn.data
import
DataLoader
```
Usage:
```
python
DataLoader
(
dataSet
,
batchSize
,
shuffle
=
True
,
kFold
=
kFold
)
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.