ahernandezjr / nba_analytics

[In Progress] This is a project for organizing data collection, data processing, and machine learning tasks related to NBA player statistics, specifically to determine valuable players among the DETROIT PISTONS.
Apache License 2.0
0 stars 0 forks source link

Implement further data cleaning steps here (i.e. one hot encoding for categoricals, PCA testing, etc...) #2

Open ahernandezjr opened 4 months ago

ahernandezjr commented 4 months ago

Work to do in either: 'dataset/dataset_processing.py' or 'dataset/filtering.py'.

ahernandezjr commented 4 months ago

PCA somewhat implemented but commented out temporarily.