Morgan Sell

Results 79 comments of Morgan Sell

Sounds good, @solegalli. I thought the task was already "assigned" to someone. I'm happy to work on it.

Hola @solegalli, I see this one is now a priority. It seems a bit much to autogenerate all unique feature permutations and apply them all to a decision tree. As...

Hi @solegalli, No problem. Imagine the following pandas series: `var_A = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,...

I see this method being used when designing a normalized index ranking. It's similar to when teachers normalize students' grades, so the majority of students receive Cs (average) and the...

My use case is for analysis. Does feat-engine support such transformations? ;) I'm unsure how others would use it. I've never used it in an ML scenario. At the same...

Hola @solegalli, how does this transformer from the TargetMeanRegressor that we created for feature selection?

@solegalli, Should the class have a `binner_dict_` param similar to the AribitraryDiscretiser? If not, how will the transformer know which ranges to discretize?