-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Featrue]: Encoding #13
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are commiting two new files, which is against the contribution guidelines.
The changes must be done within the Accomodating_Insights.inpyb
file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xTwo56 Kindly remove .ipynb_checkpoints
folder. It is polluting the codebase.
Your last PR had it which caused the issue.
@xTwo56 Data columns (total 12 columns):
# Column Non-Null Count Dtype
--- ------ -------------- -----
0 neighbourhood_group 48884 non-null object
1 neighbourhood 48884 non-null object
2 latitude 48884 non-null float64
3 longitude 48884 non-null float64
4 room_type 48884 non-null object
5 price 48884 non-null int64
6 minimum_nights 48884 non-null int64
7 number_of_reviews 48884 non-null int64
8 reviews_per_month 38833 non-null float64
9 calculated_host_listings_count 48884 non-null int64
10 availability_365 48884 non-null int64
11 price_log 48884 non-null float64 No Label Encoding has been done. Thus I'm closing the PR. You may create a new PR when you actually solve the issue. |
Description
label encoded three data columns
Semver Changes
Issues
#11
Checklist