issue_comments
2 rows where issue = 216215022 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date)
issue 1
- API for reshaping DataArrays as 2D "data matrices" for use in machine learning · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
337959059 | https://github.com/pydata/xarray/issues/1317#issuecomment-337959059 | https://api.github.com/repos/pydata/xarray/issues/1317 | MDEyOklzc3VlQ29tbWVudDMzNzk1OTA1OQ== | shoyer 1217238 | 2017-10-19T16:14:54Z | 2017-10-19T16:14:54Z | MEMBER |
:+1: for a function or class based interface if that makes sense. Can you share a few examples of what using your proposed API would look like? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
API for reshaping DataArrays as 2D "data matrices" for use in machine learning 216215022 | |
288577529 | https://github.com/pydata/xarray/issues/1317#issuecomment-288577529 | https://api.github.com/repos/pydata/xarray/issues/1317 | MDEyOklzc3VlQ29tbWVudDI4ODU3NzUyOQ== | shoyer 1217238 | 2017-03-23T00:06:34Z | 2017-03-23T00:06:34Z | MEMBER | I've written similar code in the past as well, so I would be pretty supportive of adding a utility class for this. Actually one of my colleagues wrote a virtually identical class for our xarray equivalent in TensorFlow -- take a look at it for some possible alternative API options. For xarray, Thanks for the pointer to xlearn, too! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
API for reshaping DataArrays as 2D "data matrices" for use in machine learning 216215022 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] ( [html_url] TEXT, [issue_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [updated_at] TEXT, [author_association] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [issue] INTEGER REFERENCES [issues]([id]) ); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);
user 1