chore: commit remaining modified files from refactoring
This commit is contained in:
@@ -260,7 +260,7 @@ def build_parser() -> argparse.ArgumentParser:
|
||||
parser.add_argument(
|
||||
"--window-size",
|
||||
choices=["quarterly", "annual"],
|
||||
default="quarterly",
|
||||
default="annual",
|
||||
help="Time window granularity",
|
||||
)
|
||||
parser.add_argument("--svd-k", type=int, default=50, help="SVD dimensions")
|
||||
|
||||
Reference in New Issue
Block a user