Jonathan Bac

Results 28 comments of Jonathan Bac

Thanks for this remark. The API and docs have been improved and instead of `transform` methods estimators now have more appropriate `predict`-type methods inherited from a base class. We are...

I referred to [this page](https://scikit-learn.org/stable/developers/develop.html#apis-of-scikit-learn-objects). Transformers like PCA return a modified version of input data, like in the example: `new_data = transformer.fit_transform(data)`. It seemed to me that my usage was...

I see some main usages for the output, mostly at the beginning/middle of a pipeline : - global ID estimates can be used before dimensionality reduction in a pipeline, in...

Thanks for this advice! I have released a new version changing predict back to transform

Thanks for the comments! I'll make the change. The package is still maintained, there simply haven't been many issues opened (but each of them was addressed). New estimators should be...

I agree, I'll think how to adapt this for `fit`. Happy to move the repo under the org if you send the request (or do I have to send it?)

I get message "You don’t have the permission to create public repositories on scikit-learn-contrib" when trying to transfer ownership to scikit-learn-contrib

you mean transfering it to you ? I sent an invitation to do that. Will people be properly redirected from [https://github.com/j-bac/scikit-dimension/](https://github.com/j-bac/scikit-dimension/) to scikit-learn-contrib if we do this, though ? We...

gravitogen, did you manage to make any progress on this issue ? I am interested in running RNA velocity on this same dataset

Hi, I tried to reproduce the error in an environment with your python version but didn't have any issues (Ubuntu 20.04). I don't have an idea where this can come...