predict-facial-attractiveness
predict-facial-attractiveness copied to clipboard
ValueError
File "D:\Study\Anaconda\envs\opencv\lib\site-packages\sklearn\tree\tree.py", line 194, in fit % self.min_samples_split) ValueError: min_samples_split must be an integer greater than 1 or a float in (0.0, 1.0]; got the integer 1
I am totally a tyro , the error above I can resolve, please help! I will appreciate it so much, thank you.
You can change the value of min_samples_split to 1.0