https://github.com/trilokida/tag-prediction
https://github.com/trilokida/tag-prediction
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trilokida/tag-prediction
- Owner: TrilokiDA
- Created: 2018-10-26T02:25:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T19:19:46.000Z (over 2 years ago)
- Last Synced: 2025-03-06T17:49:52.023Z (over 1 year ago)
- Size: 8.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tag Prediction
Download StackOverflow data from [StackExchange](https://data.stackexchange.com/stackoverflow/query/edit/1810285)
Query Building tag prediction related google-cloud-platform
> SELECT * from Posts
> WHERE Tags LIKE '%google-cloud-platform%'
> AND CreationDate LIKE '%2023%' ;