You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is often useful to make a note of the version of the various libraries used in a study. I personally prefer using the package.__version__ attribute whenever I can at the top of any notebook. This helps highlighting later on which version of a certain library I had used, even when I am just glancing over the notebooks and not running them explicitly.
I would request you to consider adding a boruta.__version__ attribute.
Check out this StackOverflow answer, it has a workaround that does not require boruta.__version__. Some other answers on the same question seem to indicate that the __version__ attribute convention is not going to be around much longer, anyway.
It is often useful to make a note of the version of the various libraries used in a study. I personally prefer using the
package.__version__
attribute whenever I can at the top of any notebook. This helps highlighting later on which version of a certain library I had used, even when I am just glancing over the notebooks and not running them explicitly.I would request you to consider adding a
boruta.__version__
attribute.🔥 As a reference, please take a look at this issue for
pyteomics
library which used some strategies from themendley
repo.The text was updated successfully, but these errors were encountered: