Ben Reiniger
Ben Reiniger
It would be nice if the base models in the stacking ensembles explicitly required names, similar to sklearn's [Pipeline named_steps](https://scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html) and [ColumnTransformer](https://scikit-learn.org/stable/modules/generated/sklearn.compose.ColumnTransformer.html). When all my base models are themselves pipelines,...
From https://stackoverflow.com/q/60949339/10495893 If an sklearn `ColumnTransformer` has a `Pipeline` as one of its transformers, then `transform_feature_names` fails. I outlined one possible solution in an answer to the SO post. I'm...
The test `./tests/test_encoders.py::TestEncoders::test_unique_column_is_not_predictive` fails for `QuantileEncoder`. That new supervised encoder wasn't added to this test. My cursory understanding is that the other supervised encoders smooth things so that unique levels...
I'd be interested in helping with a python computing supplement. Did you have a format in mind? It seems likely that after the setup section, most sections could be tightly...
1. The example with each agent working with a single customer type introduced in 5.2: 1. I think the row-wise sum comment could use some clarification; it's the sum among...
Closes #315 See the three new png test results, and the last cell of the modified `doc/...FICO...` notebook. This draft adds the multi-plot to `BinningProcess`, and modifies the `BinningTable.plot` method...