So I have a database with 64954 observations of 37 variables, 16 of those are predictor variables. My independent variable "y" can be categorized into different "bins" depending of its value. For example if y<52% it belongs to the bin 1. If y > 52% it belongs to the bin 2, etc... I used Naive Bayes to predict the bin, given by certain values of the predictor variables.
But I'm curious to know if there's a way to "inverse" the problem, meaning if I give the program the bin that y belongs to, can it give me the values that the predictor variables most likely take? Thanks