Sign in to follow this  
Followers 0

Preprocessing testing and training input file

2 posts in this topic

Posted

When the testing and training data are different and the respective input files are not standardized, in that case is this the right way of preprocessing:

preprocess   non_standardized_training_input_file.txt        non_standardized_training_input_file.txt           1             standardized_training_input_file.txt

followed by

preprocess   non_standardized_training_input_file.txt        non_standardized_testing_input_file.txt           1             standardized_testing_input_file.txt      

 

Share this post


Link to post
Share on other sites

Posted

agreed. what's the question?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0