Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 453 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 453 Bytes

nba_players

Classification of NBA players, in order to maximize precision.

To achieve this, I choose a decision threshold that maximizes the F 0.5 score.

This repository contains

  • the data,
  • a data analysis,
  • a modelision file,
  • and an API REST file.

NB

The code files may contain errors. They have been modified several times. My goal with this repository is to keep files with a methodology using an f-beta score and a confusion matrix.