Skip to content

Cleanup read csv#29

Merged
PimMeulensteen merged 4 commits intomainfrom
cleanup-read-csv
Mar 19, 2026
Merged

Cleanup read csv#29
PimMeulensteen merged 4 commits intomainfrom
cleanup-read-csv

Conversation

@PimMeulensteen
Copy link
Copy Markdown
Contributor

@PimMeulensteen PimMeulensteen commented Mar 16, 2026

No description provided.

@PimMeulensteen PimMeulensteen linked an issue Mar 16, 2026 that may be closed by this pull request
@PimMeulensteen PimMeulensteen marked this pull request as ready for review March 16, 2026 14:16
@PimMeulensteen PimMeulensteen force-pushed the cleanup-read-csv branch 2 times, most recently from 1f368ed to eb75246 Compare March 16, 2026 15:47
@PimMeulensteen PimMeulensteen requested a review from wowtor March 16, 2026 15:47
Comment thread lrmodule/helpers.py
return all_features[:, 0]


def transform_marktype_accf(original_score):
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deze kan er denk ik ook uit?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

op zich vind ik het niet zo erg om deze er in te houden, voor het geval we toch ooit accf willen gebruiken.

Comment thread lrmodule/input_data.py Outdated
@@ -20,43 +16,6 @@ class TestTrainSplit(StrEnum):
SPLIT_COLUMNS = ["split1", "split2", "split3"]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ik denk dat deze SPLIT_COLUMNS ook wel weg kan, want hij zit al in de yaml? Hij wordt nu alleen nog gebruikt in de PredefinedCrossValidation om het aantal splits te herleiden, maar dat kan ook uit de shape van de splits attribute, en dan is het gegarandeerd in sync met de data.

@PimMeulensteen PimMeulensteen merged commit e68ead9 into main Mar 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

replace ScatchCsvReader by FeatureDataCsvFileParser

2 participants