Files
mf-fitter/src
Dylan Knutson c4e79a36f9 Add argument parsing for data loading configuration
- Introduced a new `args.rs` file to define command-line arguments for data loading parameters, including source and target table details, matrix factorization settings, and optional interaction limits.
- Refactored `main.rs` to utilize the new argument structure, enhancing code organization and readability.
- Removed the previous inline argument definitions, streamlining the main application logic.

These changes improve the configurability and maintainability of the data loading process.
2024-12-28 18:16:39 +00:00
..
2024-12-28 04:40:09 +00:00