You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
The most used way of loading and saving a Dataset is with Dataset._save_to_dir_ and Dataset._load_from_dir_, but these methods have names starting with _
Solution
Improve methods load and save to work both on directories and archives, and avoid tempting the user to use methods starting with _