2023-Kaggle-LECR-Top3-TrainCode icon indicating copy to clipboard operation
2023-Kaggle-LECR-Top3-TrainCode copied to clipboard

2023 Kaggle LECR 金牌 Top3 训练代码

Results 2 2023-Kaggle-LECR-Top3-TrainCode issues
Sort by recently updated
recently updated
newest added

`if train_flag: df_topic_tmp = df_topic[df_topic['id'].isin(valid_topic_id)].copy().reset_index(drop=True) df_topic_tmp = df_topic_tmp[df_topic_tmp['category'] == 'source'].copy().reset_index(drop=True)`

df_target_pseudo = pd.read_csv(f'./data/submission_pseudo.csv') 请问这个文件也可以提供一下吗?