Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trilokida/tag-prediction
https://github.com/trilokida/tag-prediction
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/trilokida/tag-prediction
- Owner: TrilokiDA
- Created: 2018-10-26T02:25:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T19:19:46.000Z (11 months ago)
- Last Synced: 2023-12-20T20:39:37.230Z (11 months 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%' ;