IIIS-Li-Group / OpenFE

OpenFE: automated feature generation with expert-level performance
MIT License
781 stars 99 forks source link

list delete #54

Open Yeoonsu opened 2 months ago

Yeoonsu commented 2 months ago
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'