Update README.md
Browse files
README.md
CHANGED
|
@@ -23,3 +23,18 @@ configs:
|
|
| 23 |
---
|
| 24 |
|
| 25 |
Scraped data from pytorch forums, scrapper code can be found here: https://github.com/Arush04/Agent_Cheat/blob/main/scrappers/pytorch_scrapper.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
Scraped data from pytorch forums, scrapper code can be found here: https://github.com/Arush04/Agent_Cheat/blob/main/scrappers/pytorch_scrapper.py
|
| 26 |
+
Found the following users with most queries answered:
|
| 27 |
+
1. [ptrblck](https://discuss.pytorch.org/u/ptrblck/summary)
|
| 28 |
+
2. [albanD](https://discuss.pytorch.org/u/albanD/activity/solved)
|
| 29 |
+
3. [KFrank](https://discuss.pytorch.org/u/KFrank/summary)
|
| 30 |
+
4. [tom](https://discuss.pytorch.org/u/tom/summary)
|
| 31 |
+
5. [smth](https://discuss.pytorch.org/u/smth/summary)
|
| 32 |
+
|
| 33 |
+
It has the following columns:
|
| 34 |
+
['user_q', 'question', 'user_a', 'answer']
|
| 35 |
+
|
| 36 |
+
where
|
| 37 |
+
`user_q` is the user name of user who asked question
|
| 38 |
+
`question` is the question asked by user_q
|
| 39 |
+
`user_a` is the user name of user who provided solution
|
| 40 |
+
`answer` is the solution provided by user_a
|