Commit History

Enhance Lineup Edge calculation in predict_dupes.py by normalizing the edge values based on the maximum and minimum edges. This adjustment improves the scaling of the Lineup Edge, leading to more accurate portfolio predictions.
7928ec7

James McCool commited on

ping
b35724d

James McCool commited on

Correct Lineup Edge calculation in predict_dupes.py by changing the adjustment from addition to subtraction based on duplicate ownership. This modification refines the edge computation, improving the accuracy of portfolio predictions.
8c77c6e

James McCool commited on

Update Lineup Edge calculation in predict_dupes.py to include a normalized adjustment based on duplicate ownership. This change improves the accuracy of the edge computation by factoring in the average number of duplicates, enhancing overall portfolio predictions.
6ebe3a4

James McCool commited on

Refactor similarity score calculation in predict_dupes.py by removing the reference to duplicate adjustments. This change clarifies the computation of player selection diversity while preserving the overall prediction model's integrity.
86bfc9c

James McCool commited on

Refactor Lineup Edge calculation in predict_dupes.py by removing the duplicate adjustment and simplifying the formula. This change enhances clarity in the computation while maintaining the integrity of the prediction model.
6fc172b

James McCool commited on

ping
3d3402f

James McCool commited on

Refactor Lineup Edge calculation in predict_dupes.py to incorporate both raw edge and adjusted edge values. This change enhances the accuracy of the prediction model by averaging the adjusted edge with the raw edge, improving overall portfolio predictions.
635a3c6

James McCool commited on

Adjust Lineup Edge_Raw calculation in predict_dupes.py to include a constant offset, enhancing the accuracy of the edge computation for portfolio predictions.
b2eb74d

James McCool commited on

Refactor Lineup Edge calculation in predict_dupes.py to utilize the raw edge value for duplicate adjustment. This change clarifies the computation and maintains the integrity of the prediction model.
a138121

James McCool commited on

Update Lineup Edge calculation in predict_dupes.py to separate raw edge computation. Adjusted the formula to remove the scaling based on duplicates, enhancing clarity and maintaining prediction accuracy.
3770981

James McCool commited on

ping
81544d9

James McCool commited on

Refine Lineup Edge calculation in predict_dupes.py to adjust the edge based on the mean of duplicates. This update improves the accuracy of the prediction model by incorporating a scaling factor related to the average number of duplicates.
6e68ac2

James McCool commited on

Refine Lineup Edge calculation in predict_dupes.py to average the adjusted edge based on the number of duplicates. This update enhances the prediction model's accuracy and performance.
37e16f3

James McCool commited on

diverting
9cd8969

James McCool commited on

Refine Lineup Edge calculation in predict_dupes.py to improve accuracy. Adjusted the formula to incorporate a divisor of (Dupes + 1) and modified the scaling factor, enhancing the prediction model's performance.
98d0f79

James McCool commited on

ping
69d9f12

James McCool commited on

Refine Lineup Edge calculation in predict_dupes.py to enhance accuracy. Updated the formula to adjust the edge based on the number of duplicates, improving the prediction model's performance.
745eb01

James McCool commited on

Refactor Lineup Edge calculation in predict_dupes.py to improve accuracy. Updated the formula to average the adjusted edge based on the number of duplicates, enhancing the overall performance of the prediction model.
7cf4749

James McCool commited on

Add memory-efficient ranking calculation in predict_dupes.py
197d1b2

James McCool commited on

Update diversity score calculation to use chunked processing for improved performance in predict_dupes.py
b4a377f

James McCool commited on

Implement chunked processing for player similarity score calculation to enhance memory efficiency in predict_dupes.py
ebc0082

James McCool commited on

finalized dupe math, maintaining on staging
24bf5c9

James McCool commited on

another small adj
75b26b6

James McCool commited on

SMALL adj
0899e0e

James McCool commited on

Update dupes calculation in 'predict_dupes.py' by changing the denominator in the scaling factor for CPT_Own_percent_rank from 100 to 90, aiming to further enhance prediction accuracy.
df7b0c7

James McCool commited on

Adjust dupes calculation in 'predict_dupes.py' by modifying the salary scaling factor from 0.96 to 0.98, aiming to enhance prediction accuracy.
3c59548

James McCool commited on

ping
84507a0

James McCool commited on

contintuing with dupe prediction adj
6ebbbf2

James McCool commited on

Remove table display in 'app.py' and adjust dupes calculation in 'predict_dupes.py' to include a new scaling factor for CPT_Own_percent_rank, enhancing prediction accuracy.
eaaec23

James McCool commited on

ping
cd430db

James McCool commited on

Update dupes calculation in 'predict_dupes.py' to adjust the scaling factor for CPT_Own_percent_rank, enhancing the precision of predictions.
8714492

James McCool commited on

Refine dupes calculation in 'predict_dupes.py' by incorporating CPT_Own_percent_rank for improved accuracy in predictions.
3507c91

James McCool commited on

printing a check frame
520ddc7

James McCool commited on

printing check frame
b82741e

James McCool commited on

debugging
e7ff21a

James McCool commited on

ping
db75431

James McCool commited on

continuing to adjust dupe predictions
f8c0a84

James McCool commited on

continuing to adjust dupe predictions
5f37d0a

James McCool commited on

Update dupes calculation formula in 'predict_dupes.py' to use salary for scaling instead of max_salary, improving accuracy of predictions.
89a8f32

James McCool commited on

adjusting dupe prediction formula
00435b5

James McCool commited on

Add debug print statements in 'predict_dupes.py' to log key variables during calculation, aiding in the validation of the dupes calculation process.
feb995d

James McCool commited on

removing Fanduel specific logic from Predict Dupes
5481883

James McCool commited on

restructuring of own_rank mapping
2d5437b

James McCool commited on

Add FLEX5 ownership calculations in predict_dupes.py to enhance ownership metrics and improve portfolio analysis.
b8a4bc2

James McCool commited on

Refactor predict_dupes.py to remove FLEX5 ownership calculations, simplifying the ownership metrics and improving code clarity.
c8b11e9

James McCool commited on

Add debug print statement for flex rank in predict_dupes.py to enhance troubleshooting capabilities.
059dd01

James McCool commited on

Add debug print statement for flex ownerships in predict_dupes.py to assist with troubleshooting
1c18539

James McCool commited on

print some debug for showdown
3ba7628

James McCool commited on

Refactor own_product calculation in predict_dupes.py to remove Contest_Size influence, streamlining the computation of player ownership metrics.
b40a05d

James McCool commited on