Results 3 issues of Saksham Malhotra

I have a model with data of some facebook posts: `class Post(db.Model): id = db.Column(db.Integer, primary_key = True) post_id = db.Column(db.String(40), unique = True) post_type = db.Column(db.String(10)) post_created_time = db.Column(db.String(30))...

Variables such as month, Weekday, Hour are all categorical variables. Why haven't you one-hot-encoded them before feeding into the xgboost classifier?

Great package! I was wondering if there is a way to highlight the edges of a node and its connected nodes on clicking it. Similar to http://www.htmlwidgets.org/showcase_visNetwork.html Thanks!