mirror of
https://github.com/RYDE-WORK/lnp_ml.git
synced 2026-03-21 09:36:32 +08:00
update pretrain ratio
This commit is contained in:
parent
c392b48994
commit
e123fc8f3e
Binary file not shown.
Binary file not shown.
@ -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,
|
||||||
):
|
):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user