visdesignlab / intent-system

This is code for Intent System Analysis project.
https://vdl.sci.utah.edu/predicting-intent
MIT License
3 stars 1 forks source link

Add Real Datasets #197

Open alexsb opened 4 years ago

alexsb commented 4 years ago
grtlr commented 4 years ago

I added the RAPTOR player and SP500 datasets with PR #240.

alexsb commented 4 years ago

@ZachCutler04 Can you take over this issue? In particular, can you add simpler stats, such as PPG, FT%, Blocks, Assists, etc to the current raptor dataset.

ZachCutler04 commented 4 years ago

Added PPG, SPG, APG, BPG, and 3P% to the raptor dataset

alexsb commented 4 years ago

Please also add the Iris dataset, that could be a good example for clusters.

alexsb commented 4 years ago

Should we subset the NBA dataset to only have the latest year? It's a bit confusing to have multiple years.

Also, should we add position as a category?

kirangadhave commented 4 years ago

Are we planning on having position as category? Is this data available in our dataset easily, then this is simple matter of adding a configuration

ZachCutler04 commented 4 years ago

Added position to the data and added configuration. Also added Iris dataset earlier