researchdatapod.com
How to Solve Sklearn ValueError: Unknown label type: ‘continuous’
There are two types of supervised learning algorithms, regression and classification. Classification problems require categorical or discrete response variables (y variable). If you try to train a …