You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
features = random.sample(dataSet.columns.values[:-1], int(math.sqrt(m - 1)))
TypeError: Population must be a sequence or set. For dicts, use list(d).
What should I do? Thank you.
The text was updated successfully, but these errors were encountered:
features = random.sample(dataSet.columns.values[:-1], int(math.sqrt(m - 1)))
TypeError: Population must be a sequence or set. For dicts, use list(d).
What should I do? Thank you.
The text was updated successfully, but these errors were encountered: