In TensorFlowDNNClassifier, I have to specify n_classes (number of classes). What if i am predicting a float value between 0 and 1 ? there could be infinite number of classes if I want full accuracy.
To be more clear, the neural-network in skflow of TensorFlow is kind of designed for classification problem. However, I am dealing with a value predicting problem. How can I modify the model for such a float value predicting problem ?