Hello @ZhangTP1996, first thank you for the lib !
When working with it I had a problem while running large experiments in parallel, because of the fixed feather db tmp path for the openfe features.
I added a custom option to specify this path in the transform function. This solved the parallelization issue but also made it easier to rename and locate the database, which is useful in cases where it was created but not removed due to a crash. Here is the link to my fork with the fix: https://github.com/corentinlger/OpenFE/tree/add_optional_tmp_db_path
I thought it might be useful to add it, as the method still seems to be used and cited.
Hello @ZhangTP1996, first thank you for the lib !
When working with it I had a problem while running large experiments in parallel, because of the fixed feather db tmp path for the openfe features.
I added a custom option to specify this path in the
transformfunction. This solved the parallelization issue but also made it easier to rename and locate the database, which is useful in cases where it was created but not removed due to a crash. Here is the link to my fork with the fix: https://github.com/corentinlger/OpenFE/tree/add_optional_tmp_db_pathI thought it might be useful to add it, as the method still seems to be used and cited.