Ilia

Results 23 comments of Ilia

@gwerbin That would be helpful to make transformers from the mapper "grid-searchable". Just need to be sure that these "deep" parameters are appropriately assigned to the nested classes with the...

@gwerbin I guess it could be a name of class as well. As I can recall, `make_pipeline()` from scikit-learn creates pipeline steps names using lower-cased names of the classes this...

@gwerbin If nobody else had started working on this PR, I could make a try to come up with some basic solution. Of course, we can unite our efforts as...

Ok, I've started work on the proposed feature in [my fork](https://github.com/devforfu/sklearn-pandas/blob/master/sklearn_pandas/dataframe_mapper.py#L358-L406). There is [a couple of new tests](https://github.com/devforfu/sklearn-pandas/blob/master/tests/test_dataframe_mapper.py#L901-L977) as well. Probably some code required to implement `get_params` and `set_params` could...

@micahjsmith Yes, agree, it seems like `ColumnTransformer` makes a lot of work in a similar way. Definitely worth to mention in the README file. Would you like to make a...

@paubelsan @dukebody If the proposal for this enhancement is still actual, and nobody works on it right now, I could make a try. Though I am not sure how to...

Yeah, the same question here. I would like to load a batch of images to run the predictions on GPU and get the multiple frames output. Is it on the...

@benjaminbarbe If I have correctly understood your question, I guess that there is no too much difference in case of `tensorflow`. At least, when you're writing a training loop by...

Yeah, the tool looks good and I really like the interface. Would be great to have 2d points and bounding boxes augmentation support like you can find in [imgaug](https://github.com/aleju/imgaug) or...

Hi @yk, that sounds like something I could look into. I worked with `pytest` and did some testing that required DB/API mocking. If no one else is interested, I might've...