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
car and car_evaluation datasets appear to be the same.
summary statistics in pd_profiling are same, excepting # features
I've gone through the feature list, and the n possible values for each feature in car have just been transformed into n binary features in car_evaluation, each indicating whether or not that value is true for each datapoint in car, so the features are effectively the same, too, just binarized from car to car_evaluation
The text was updated successfully, but these errors were encountered:
car and car_evaluation datasets appear to be the same.
The text was updated successfully, but these errors were encountered: