Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / scikit-learn-contrib/boruta_py issues and pull requests
#136 - Boruta Screening Feature Validation
Issue -
State: open - Opened by xuxwen 3 months ago
#135 - Out of sample metrics
Issue -
State: open - Opened by AhmedThahir 3 months ago
- 1 comment
#134 - support_ + support_weak_ at transform()
Issue -
State: open - Opened by FeFortti 4 months ago
#133 - Bump up gh-action-pypi-publish to v1.9.0
Pull Request -
State: closed - Opened by rodrigc 6 months ago
#132 - Clean up GitHub Action, add manual trigger for testing
Pull Request -
State: closed - Opened by rodrigc 6 months ago
#131 - Error while using it with CatBoost
Issue -
State: open - Opened by Diyacmenezes202 7 months ago
#130 - AttributeError: module 'numpy' has no attribute 'int'.
Issue -
State: open - Opened by Sameerpython 7 months ago
- 4 comments
#129 - Fix error with numpy version
Pull Request -
State: open - Opened by Cristobal314 8 months ago
- 1 comment
#128 - How to speed up the algorithm?
Issue -
State: open - Opened by kkckk1110 8 months ago
- 2 comments
#127 - Error with package version specification upon installation
Issue -
State: open - Opened by RobertPJenkins 9 months ago
- 1 comment
#126 - Why does the number of total features (Confirmed + Tentative + Rejected) not equal to the input features?
Issue -
State: open - Opened by abhay0210 10 months ago
#125 - Replaced VERSION_PLACEHOLDER with 0.3 for poetry compatibility
Pull Request -
State: open - Opened by matteobolner 10 months ago
#124 - New release
Issue -
State: closed - Opened by FeFortti 11 months ago
- 2 comments
#123 - Does boruta apply to time series data?
Issue -
State: open - Opened by kkckk1110 11 months ago
- 1 comment
#122 - AttributeError: module 'numpy' has no attribute 'int'. `np.int` was a deprecated alias for the builtin `int`.
Issue -
State: open - Opened by jorgesolerrr over 1 year ago
- 13 comments
#121 - BorutaPy selects different features in different iterations
Issue -
State: open - Opened by VEZcoding over 1 year ago
- 1 comment
#120 - AttributeError: module 'numpy' has no attribute 'bool' when using BorutaPy with RandomForestClassifier
Issue -
State: open - Opened by codewithawr over 1 year ago
- 3 comments
#119 - Error when using BorutaPy with LogisticRegression
Issue -
State: open - Opened by codewithawr over 1 year ago
#118 - Fix original code link
Pull Request -
State: closed - Opened by Ingvar-Y over 1 year ago
- 1 comment
#117 - Improved typing in the example notebook + support to open the notebook directly from the readme.
Pull Request -
State: closed - Opened by diegogm over 1 year ago
#116 - Kaggle n_estimators issue with DecisionTreeClassifier
Issue -
State: open - Opened by MarcinKamil84 over 1 year ago
- 2 comments
#115 - TypeError: BorutaPy.__init__() got an unexpected keyword argument 'early_stopping'
Issue -
State: open - Opened by arilwan almost 2 years ago
- 1 comment
#114 - Possible problems in installation
Issue -
State: closed - Opened by celestinoxp almost 2 years ago
- 1 comment
#113 - AttributeError: module 'numpy' has no attribute 'int'.
Issue -
State: open - Opened by notuntoward almost 2 years ago
- 9 comments
#112 - What percentage of shadow features does each real feature outperform?
Issue -
State: open - Opened by rwjmiller about 2 years ago
#111 - Version update of Boruta on pypi?
Issue -
State: closed - Opened by proexcuse over 2 years ago
- 13 comments
#110 - Fix spelling and grammar errors in README.md
Pull Request -
State: closed - Opened by arsenkhy over 2 years ago
- 1 comment
#109 - Automate PyPi Releases
Pull Request -
State: closed - Opened by aglove2189 over 2 years ago
#108 - Can I somehow speed the Borutapy process
Issue -
State: closed - Opened by VEZcoding over 2 years ago
- 2 comments
#107 - PKG for the survival analysis
Issue -
State: open - Opened by MoMaz123 almost 3 years ago
- 6 comments
#106 - ImportError: cannot import name 'BorutaPy' from 'boruta'
Issue -
State: open - Opened by soemthlng almost 3 years ago
- 1 comment
#105 - max_iter values
Issue -
State: open - Opened by sacmax almost 3 years ago
- 3 comments
#104 - why estimators num is calculated by feature num in this way?
Issue -
State: open - Opened by aichiyudemao about 3 years ago
#103 - fix docstring typo
Pull Request -
State: closed - Opened by erikvdp about 3 years ago
#102 - numpy type aliases replaced by builtin types
Pull Request -
State: closed - Opened by simontamayo over 3 years ago
- 4 comments
#101 - Numpy types aliases deprecated (`np.int`, `np.bool` and `np.float`)
Issue -
State: closed - Opened by simontamayo over 3 years ago
#100 - Implements sample_weight and optional permutation and SHAP importance, categorical features, boxplot
Pull Request -
State: open - Opened by ThomasBury over 3 years ago
- 6 comments
#99 - Does BorutaPy work with cuML RandomForestClassifier?
Issue -
State: open - Opened by curtisraymond over 3 years ago
- 8 comments
#98 - Any updates in future ?
Issue -
State: closed - Opened by skykiseki over 3 years ago
#97 - select features & xgboost with Shap
Pull Request -
State: open - Opened by gdupret over 3 years ago
#96 - ENH: Add option for minimum number of confirmed features
Issue -
State: open - Opened by MarkPundurs almost 4 years ago
#95 - importance_history_
Issue -
State: open - Opened by mreagor almost 4 years ago
- 2 comments
#94 - Early stopping support
Pull Request -
State: closed - Opened by Yard1 about 4 years ago
- 1 comment
#93 - added hack-support for n_features_to_select
Pull Request -
State: closed - Opened by bgalvao about 4 years ago
- 2 comments
#92 - No n_features_to_select parameter
Issue -
State: open - Opened by bgalvao about 4 years ago
- 1 comment
#91 - Misleading documentation regarding similarity to original R Boruta
Issue -
State: closed - Opened by DSKritzinger about 4 years ago
- 1 comment
#90 - Please add a __version__ attribute to this library
Issue -
State: open - Opened by sugatoray about 4 years ago
- 2 comments
#89 - visualization - box plot like R-Cran package
Issue -
State: open - Opened by bhaskatripathi about 4 years ago
- 3 comments
#88 - return importance history from fit
Pull Request -
State: closed - Opened by davidfstein over 4 years ago
- 3 comments
#87 - [ENH] Include importance history in the output
Issue -
State: closed - Opened by davidfstein over 4 years ago
- 2 comments
#86 - Problem with sklearn.ensemble.LogisticRegression()
Issue -
State: open - Opened by malmashhadani over 4 years ago
- 1 comment
#85 - support for onevsrestclassifier
Issue -
State: open - Opened by gudeqing over 4 years ago
#84 - HistGradientBoostingClassifier not working
Issue -
State: open - Opened by ciberger over 4 years ago
- 2 comments
#83 - Bugfix/max depth
Pull Request -
State: closed - Opened by Mao771 over 4 years ago
#82 - fixing reference to self.is_lgb
Pull Request -
State: closed - Opened by lmassaron over 4 years ago
- 1 comment
#81 - [BUG/FEATURE] Categorical Features in LightGBM Fail
Issue -
State: closed - Opened by rohan-gt over 4 years ago
- 3 comments
#80 - Merging BorutaPy and Boruta-Shap
Issue -
State: closed - Opened by ThomasBury over 4 years ago
- 3 comments
#79 - Finished run of boruta inconsistent with training progress
Issue -
State: open - Opened by nitinmnsn over 4 years ago
#78 - Unknown type of parameter:random_state, got:RandomState
Pull Request -
State: closed - Opened by lmassaron over 4 years ago
#77 - catboost-plot-pimp-shapimp
Pull Request -
State: closed - Opened by ThomasBury almost 5 years ago
- 11 comments
#76 - Adds Python syntax highlighting to README.md
Pull Request -
State: closed - Opened by Mottl almost 5 years ago
#75 - How to use boruta_py with BaggingClassifier?
Issue -
State: closed - Opened by BlackArbsCEO almost 5 years ago
- 5 comments
#74 - hits in sp.stats.binom
Issue -
State: open - Opened by jmayneris almost 5 years ago
#73 - support_weak_ and ranking_ for tentative features do not coincide
Issue -
State: open - Opened by Naehil almost 5 years ago
#72 - Setup CI for automated tests
Issue -
State: open - Opened by chkoar almost 5 years ago
#71 - Fix count for rejected features in final iteration
Pull Request -
State: closed - Opened by Naehil almost 5 years ago
- 1 comment
#70 - Confirmed + Tentative + Rejected not always equal to number of features in final iteration?
Issue -
State: closed - Opened by JohnStott almost 5 years ago
- 3 comments
#69 - boruta doesn't accept sparse matrices?
Issue -
State: open - Opened by eskrav about 5 years ago
#68 - fix missing whitespace
Pull Request -
State: closed - Opened by lpfann about 5 years ago
#67 - Overwrites model's random state
Issue -
State: open - Opened by MichaelRFox over 5 years ago
- 2 comments
#66 - ENH/MRG: Support for pandas dataframe input.
Pull Request -
State: closed - Opened by zoj613 over 5 years ago
- 2 comments
#65 - Update README.md
Pull Request -
State: closed - Opened by Ingvar-Y over 5 years ago
- 1 comment
#64 - how to install this on windows computer?
Issue -
State: closed - Opened by Sandy4321 over 5 years ago
- 1 comment
#63 - Release number discrepancy between GitHub and pypi
Issue -
State: closed - Opened by Ingvar-Y over 5 years ago
- 1 comment
#62 - BorutaPy not existent in boruta_py
Issue -
State: closed - Opened by elnazsn over 5 years ago
- 1 comment
#61 - Fixed boruta_py error when all features get selected
Pull Request -
State: open - Opened by ADI10HERO almost 6 years ago
#60 - Iterating over 0-d array
Issue -
State: closed - Opened by ADI10HERO almost 6 years ago
- 1 comment
#59 - New release
Issue -
State: closed - Opened by Ingvar-Y almost 6 years ago
- 1 comment
#58 - Ranking the features
Issue -
State: closed - Opened by xypan1232 almost 6 years ago
- 2 comments
#57 - Fix typo
Pull Request -
State: closed - Opened by lawwu almost 6 years ago
- 1 comment
#56 - idea: early stopping based on % tenative
Issue -
State: closed - Opened by angelosarto almost 6 years ago
- 1 comment
#55 - What to do when Boruta seems to be rejecting more features than it should?
Issue -
State: closed - Opened by felipheggaliza almost 6 years ago
- 1 comment
#54 - Pip install Botura no working
Issue -
State: closed - Opened by AnselmeKotchap about 6 years ago
- 1 comment
#53 - Error: run example get tunple index out of range
Issue -
State: closed - Opened by qqliang about 6 years ago
- 1 comment
#52 - donot suport lgb/xgb?
Issue -
State: closed - Opened by yuanjie-ai about 6 years ago
- 2 comments
#51 - Bug when doing feature selection
Issue -
State: closed - Opened by serhiy-yevtushenko about 6 years ago
- 1 comment
#50 - apply patch by masakiaota
Pull Request -
State: closed - Opened by mokemokechicken about 6 years ago
#49 - Don't work well in Madalon Data set when I set `two_step=True`
Issue -
State: open - Opened by masakiaota about 6 years ago
#48 - Fixed "Tuple Index Out of range error", unit test and example notebook
Pull Request -
State: closed - Opened by guitarmind about 6 years ago
- 7 comments
#47 - Tuple Index Out of range
Issue -
State: open - Opened by freshnemo about 6 years ago
- 1 comment
#46 - Fix TypeError: iteration over a 0-d array error when no features are rejected
Pull Request -
State: closed - Opened by guitarmind about 6 years ago
- 2 comments
#45 - Question: Feature Selection for Regression Problems
Issue -
State: closed - Opened by SymbolicSquared over 6 years ago
- 8 comments
#44 - Question: High Collinearity, how does Boruta handle?
Issue -
State: open - Opened by GinoWoz1 over 6 years ago
- 2 comments
#43 - iteration over a 0-d array
Issue -
State: closed - Opened by Leninstark over 6 years ago
- 5 comments
#42 - URL broken in Readme
Issue -
State: open - Opened by LiutongZhou over 6 years ago
- 1 comment
#41 - Categorical features
Issue -
State: closed - Opened by Taakn almost 7 years ago
- 3 comments
#40 - TypeError: must be str, not ValueError
Issue -
State: closed - Opened by mauriciochamas almost 7 years ago
- 7 comments
#39 - Saravji patch 2
Pull Request -
State: closed - Opened by Saravji about 7 years ago
#38 - Update boruta_py.py
Pull Request -
State: closed - Opened by Saravji about 7 years ago
- 1 comment
#37 - Acces Z-score individual variables
Issue -
State: closed - Opened by prubbens about 7 years ago
- 3 comments