issues
search
flow2ml
/
Flow2ML
An Open Source Library to make Machine Learning process much Simpler
MIT License
25
stars
26
forks
source link
Fix get dataset issues
#150
Closed
rubyruins
closed
3 years ago
rubyruins
commented
3 years ago
Description:
Resolves the following issues:
Corrects a bug in
prepare_dataset
when processing val_labels
Allows user to select random seed for splitting
Allows user to select between one hot and label encoding
Updated sample code
Fixes #112
Type of change:
[x] New feature (non-breaking change which adds functionality)
Checklist:
[x] My code follows the style guidelines of this project.
[x] I have performed a self-review of my own code.
[x] I have commented my code, particularly in hard-to-understand areas.
[x] My changes generate no new warnings.
Description:
Resolves the following issues:
prepare_dataset
when processing val_labelsFixes #112
Type of change:
Checklist: