We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fit_transform
Issue by alex-hse-repository Thursday Jan 19, 2023 at 15:01 GMT Originally opened as tinkoff-ai#1075
The current version of data flow during fit_transform is not optimal, it might be improved.
to_pandas
copy:bool=True
BaseTransform
fit
transform
inverse_transform
copy
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue by alex-hse-repository
Thursday Jan 19, 2023 at 15:01 GMT
Originally opened as tinkoff-ai#1075
🚀 Feature Request
The current version of data flow during fit_transform is not optimal, it might be improved.
Proposal
to_pandas
method:copy:bool=True
, implement the corresponding logicBaseTransform
class:fit
should request the reference to the full dftransform
/inverse_transform
should request the copy of the df with required featuresTest cases
copy
works, get the dataframe, change it and compare with dataframe in datasetBaseTransform
if nessesaryAdditional context
No response
The text was updated successfully, but these errors were encountered: