Skip to content

list delete#54

Open
Yeoonsu wants to merge 2 commits intoIIIS-Li-Group:masterfrom
Yeoonsu:master
Open

list delete#54
Yeoonsu wants to merge 2 commits intoIIIS-Li-Group:masterfrom
Yeoonsu:master

Conversation

@Yeoonsu
Copy link
Copy Markdown

@Yeoonsu Yeoonsu commented Sep 3, 2024

File ~/anaconda3/envs/tfm_env/lib/python3.10/site-packages/openfe/openfe.py:303, in OpenFE.fit(self, data, label, task, train_index, val_index, candidate_features_list, init_scores, categorical_features, metric, drop_columns, n_data_blocks, min_candidate_features, feature_boosting, stage1_metric, stage2_metric, stage2_params, is_stage1, n_repeats, tmp_save_path, n_jobs, seed, verbose)
    301 self.myprint(f"The number of candidate features is {len(self.candidate_features_list)}")
...
--> 719     f.delete()
    720 with ProcessPoolExecutor(max_workers=self.n_jobs) as ex:
    721     with tqdm(total=n) as progress:

AttributeError: 'list' object has no attribute 'delete'

Yeonsu Kim added 2 commits September 3, 2024 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant