...
 
Commits (2)
    https://gitcode.net/csdn_codechina/deep_learning/-/commit/353e8850bb733deb71fd6cfe8a2d5fb786cb55ae add comments 2021-06-22T11:47:26+08:00 MaoXianxin qq1044467857@gmail.com https://gitcode.net/csdn_codechina/deep_learning/-/commit/4326a7d450142d9c965b4aca72366983bb3f2f1f add comments 2021-06-22T11:54:05+08:00 MaoXianxin qq1044467857@gmail.com
......@@ -2,6 +2,8 @@ import pandas as pd
import numpy as np
import argparse
# Generate data growth analysis results for two time periods
# Just need to modify csv1_path, csv2_path, result_name
# Just change the parameters here
parser = argparse.ArgumentParser()
parser.add_argument('--csv1_path', default='0618.csv', type=str)
......
......@@ -2,6 +2,9 @@ import yaml
import pandas as pd
import argparse
# Featured projects for updating the explore page
# Just need to modify result_name
# Just change the parameters here
parser = argparse.ArgumentParser()
parser.add_argument('--index_yml', default='/home/mao/Downloads/operation-work/explore/index.yml', type=str)
......