MCPcopy Create free account

hub / github.com/JakeKandell/NBA-Predict / functions

Functions23 in github.com/JakeKandell/NBA-Predict

↓ 7 callersFunctionsetCurrentWorkingDirectory
(directoryName)
configureCWD.py:6
↓ 4 callersFunctiongetStatsForTeam
(team, startDate, endDate, season='2019-20')
getStats.py:11
↓ 2 callersFunctionbasicOrAdvancedStatZScore
(observedStat, mean, standardDeviation)
standardizeStats.py:57
↓ 2 callersFunctioncreateMeanStandardDeviationDicts
(startDate, endDate, season)
createModel.py:71
↓ 2 callersFunctionzScoreDifferential
(observedStatHome, observedStatAway, mean, standardDeviation)
createModel.py:21
↓ 1 callersFunctionbasicOrAdvancedStatMean
(startDate, endDate, stat,statType = 'Base', season='2018-19')
standardizeStats.py:10
↓ 1 callersFunctionbasicOrAdvancedStatStandardDeviation
(startDate, endDate, stat,statType = 'Base', season='2018-19')
standardizeStats.py:33
↓ 1 callersFunctioncreateDataFrame
(listOfGames)
createModel.py:124
↓ 1 callersFunctiondailyGamesDataFrame
(dailyGames, meanDict, standardDeviationDict, startDate, endDate, season)
nbaPredict.py:16
↓ 1 callersFunctiondailyMatchupsPast
(date, season)
getDailyMatchups.py:11
↓ 1 callersFunctiondailyMatchupsPresent
(date)
getDailyMatchups.py:43
↓ 1 callersFunctiondaterange
(startDate, endDate)
createModel.py:64
↓ 1 callersFunctiongetPredictionsCSV
(gameDataFilename, outputFilename)
makePastPredictions.py:28
↓ 1 callersFunctiongetTrainingSet
(startYear, startMonth, startDay, endYear, endMonth, endDay, season, startOfSeason)
createModel.py:93
↓ 1 callersFunctiongetTrainingSetCSV
(startYear, startMonth, startDay, endYear, endMonth, endDay, season, startDateOfSeason, filename='gamesWithInf
makePastPredictions.py:14
↓ 1 callersFunctioninfoToDataFrame
(dailyGames, meanDict, standardDeviationDict, startDate, endDate, season)
createModel.py:32
↓ 1 callersFunctioninterpretPredictions
(gamesWithPredictions)
nbaPredict.py:65
↓ 1 callersFunctionmakeInterpretPredictions
(currentDate, season, startOfSeason)
nbaPredict.py:84
↓ 1 callersFunctionmakePastPredictions
(startYear, startMonth, startDay, endYear, endMonth, endDay, season, startDateOfSeason,
makePastPredictions.py:81
↓ 1 callersFunctionperformLogReg
(dataframe)
createModel.py:136
↓ 1 callersFunctionpredictDailyGames
(currentDate, season, startOfSeason)
nbaPredict.py:40
↓ 1 callersFunctionsaveModel
(model, filename)
createModel.py:181
FunctioncreateModel
(startYear=None, startMonth=None, startDay=None, endYear=None, endMonth=None, endDay=None, season='2018-19', s
createModel.py:192