euagendas / m3inference

A deep learning system for demographic inference (gender, age, and individual/person) that was trained on massive Twitter dataset using profile images, screen names, names, and biographies
http://www.euagendas.org
GNU Affero General Public License v3.0
145 stars 57 forks source link

id in the results #14

Closed JackqqWang closed 3 years ago

JackqqWang commented 3 years ago

Can I ask the id in the results is user id or tweet id?

computermacgyver commented 3 years ago

It depends how you're invoking the script, @JackqqWang , but in general the id is the numeric userid of the Twitter user.

If you pass in your own jsonl data you can make the id anything you want so long as it is unique within the file. The id is not used within the inference process itself. It is only used to connect input data with output data.

All inference happens with the user object from Twitter. No tweet information is used.