update pretrain ratio

This commit is contained in:
RYDE-WORK 2026-01-21 23:36:53 +08:00
parent c392b48994
commit e123fc8f3e
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -18,7 +18,7 @@ app = typer.Typer()
def main( def main(
input_path: Path = EXTERNAL_DATA_DIR / "all_data_LiON.csv", input_path: Path = EXTERNAL_DATA_DIR / "all_data_LiON.csv",
output_dir: Path = PROCESSED_DATA_DIR, output_dir: Path = PROCESSED_DATA_DIR,
train_ratio: float = 0.9, train_ratio: float = 0.7,
seed: int = 42, seed: int = 42,
): ):
""" """