feature-selector
feature-selector copied to clipboard
Feature selector is a tool for dimensionality reduction of machine learning datasets
May you clarify what are you doing with colinear features What you remove from let's say 3 similar features Which one?
hello I'm using this great library but when i try to plot different features the size of texts in plots become weirdly bigger than it should be I'm running this...
Hey Will! 1. The current code results in the following error for regression tasks: `ValueError: The least populated class in y has only 1 member, which is too few. The...
Not really an issue, just a general question, but I have made a scoring metric using the fbeta score that looks like this: `my_custom_scorer = make_scorer(fbeta_score, average='binary', zero_division=0, pos_label=1, beta=fbeta_for_scorer,...
How to use identify_zero_importance for multi-classification task?
TypeError: float() argument must be a string or a number, not 'Timestamp'
I've been trying to get this to install on my Mac for like 2hours, I got the install to work on a slightly legacy Python environment, but when I import...
I'm attempting to use feature-selector in a case where the target variable is continuous. This causes a failure in lightgbm: ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in 4...
I have 32 samples and it seems feature-selector doesn't allow small data. I have edited `line 295` in `feature_selector.py` but still getting the same error. ``` if task == 'classification':...