Skip to content

amanchaurasia/property_engagement_prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Project Goal

Create a predictive model that would say the number of interactions that a property would receive in a period of time. For simplicity let’s say i want to predict the number of interactions that a property would receive within 3 days of its activation and 7 days of its activation.

Data Description

Properties form one of the most important data entity in nobroker data ecosystem. Properties receive interactions on NoBroker. One interaction is defined as one user requesting an owner contact on a property. A property can receive 0 to many interactions.

property_data_set.csv:

  • Properties data containing various features like activation_date, BHK type, locality, property size, property age, rent, apartment type etc.

  • activation_date is the date property got activated on NoBroker. Fields like lift, gym etc are binary valued - 1 indicating presence and 0 indicating absence. All other fields are self-explanatory.

property_photos.tsv:

  • Data containing photo counts of properties

  • photo_urls column contains string values that you have to parse to obtain the number of photos uploaded on a property

  • Each value in the photo_url column is supposed to be a string representation of an array of json where each json object represents one image. However due to some unforeseen events, these values got corrupted and lost their valid json array representation.

  • Objective is to get the number of photos uploaded for a property.

property_interactions.csv:

  • Data containing the timestamps of interaction on the properties.

  • Each request_date value represents the timestamp of a unique valid interaction on a property (contact owner happened and a user received the owner contact phone number)

  • Therefore if you count the number of times each property has appeared in this table, it tells you the number of interaction received on this property

  • Use this request_date along with the activation_date in the first table and other features

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors