We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fit_transform
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
🚀 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: