Can results in the range of e−7 or e−8 be valid in machine learning models, even without using one-hot encoding?
Help ·7 Sep 2025, 10:33·2
I’m wondering if it’s possible for the results of my model to still be valid if the output values fall within the range of e-7 or e−8, even without applying one-hot encoding in the process.
they should be valid ,post processing is the one not allowed
okay, thanks.