Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix save with save_dataset=False #850

Merged
merged 2 commits into from
Jan 9, 2024
Merged

fix save with save_dataset=False #850

merged 2 commits into from
Jan 9, 2024

Conversation

jmoralez
Copy link
Member

@jmoralez jmoralez commented Jan 2, 2024

Fixes the save method when save_dataset=False by restoring the id, time and target column names, this means that when doing transfer learning the column names need to be the same (even though the data can be different).

Also adds a test to verify that this works and avoid breaking it in the future.

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@jmoralez jmoralez marked this pull request as ready for review January 2, 2024 22:35
@jmoralez jmoralez requested a review from cchallu January 2, 2024 22:35
@jmoralez jmoralez added the fix label Jan 2, 2024
@jmoralez jmoralez merged commit 20c2c09 into main Jan 9, 2024
15 checks passed
@jmoralez jmoralez deleted the fix-save-no-dataset branch January 9, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants