You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm interested in the encoded features of your model. I have a training set and a test set. I trained the model using the training set. And I wonder if there is a easy way to encode the test data using the trained model and get the encoded features (just like the model.transform() function in most sklean models) ? The provided code seems to miss this part.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I'm interested in the encoded features of your model. I have a training set and a test set. I trained the model using the training set. And I wonder if there is a easy way to encode the test data using the trained model and get the encoded features (just like the model.transform() function in most sklean models) ? The provided code seems to miss this part.
Thanks.
The text was updated successfully, but these errors were encountered: