File size: 1,372 Bytes
4adbd3b
dbc2455
1118224
4adbd3b
 
 
 
 
 
 
 
1118224
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
title: NBA Fantasy Game
emoji: πŸ€
colorFrom: indigo
colorTo: yellow
sdk: streamlit
sdk_version: 1.34.0
app_file: app.py
pinned: false
---

# DeployedLibraries:
  
  - streamlit
  - pandas
  - numpy
  - tensorflow
  - keras

# Datasets:

  - id: Hatman/NBA-Player-Career-Stats
    description: Historical NBA player stats from Snowflake database
    cardDescription: This dataset contains season averages for NBA players from past seasons, used to create fantasy teams and simulate games.

  - id: Hatman/NBA-Players-Results-2018
    description: NBA player stats and results from the 2018 Season
    cardDescription: This dataset contains season averages and results for NBA players and their teams from the 2018 seasons.


# Models:
  - id: NBA-Game-2018
    description: Keras model to predict NBA game winners
    cardDescription: A functional Keras model trained on 2018 season data to predict game winners based on starting player stats.
    huggingFaceId: Hatman/NBA-Fantasy-Game

    ### ContainerInfo:
      image: Hatman/NBA-Fantasy-Game
      imageUrl: https://huggingface.co/Hatman/NBA-Fantasy-Game

    ### ModelFileInfo:
      filePath: ./winner.keras
      repoUrl: https://huggingface.co/Hatman/NBA-Game-2018
      branchName: main

    ### TrainingMetrics:
      - metric: Accuracy
        value: 0.57
      - metric: Loss
        value: 1.38