Did you go to History-->Recruiting-->Import Recruits after the season ended? You have to import your old recruits for it to roll over. And then if you don't mind sending the recruit file on your desktop to me, I use it to increase the accuracy of the algorithms.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As an aside, that's a pretty unintuitive way to clear out that file. I'd
suggest adding rollover instructions to the tutorial, or posting
instructions in a popup if someone tries to import a csv improperly (maybe
just do a check on the first name to verify it's a different season/league).
Did you go to History-->Recruiting-->Import Recruits after the season
ended? You have to import your old recruits for it to roll over. And then
if you don't mind sending the recruit file on your desktop to me, I use it
to increase the accuracy of the algorithms.
Yeah, I realize it's a pretty clunky way to deal with it. I had originally set it to check the first name on the list against the existing recruits, but the problem is that there is so much overlap in recruit names from season to season that lots of false positives were flagged. As it is, after you import game 24, a pop-up comes up that reminds you to import the recruits. Hm. I guess if I pulled 10 names and checked those, that would probably be enough of a sample size to rule out any overlap. I may look into that.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Did you go to History-->Recruiting-->Import Recruits after the season ended? You have to import your old recruits for it to roll over. And then if you don't mind sending the recruit file on your desktop to me, I use it to increase the accuracy of the algorithms.
Ok, that worked, thanks.
As an aside, that's a pretty unintuitive way to clear out that file. I'd
suggest adding rollover instructions to the tutorial, or posting
instructions in a popup if someone tries to import a csv improperly (maybe
just do a check on the first name to verify it's a different season/league).
On Wed, Mar 27, 2013 at 7:23 PM, tds t_stiles@users.sf.net wrote:
Related
Bugs:
#263Yeah, I realize it's a pretty clunky way to deal with it. I had originally set it to check the first name on the list against the existing recruits, but the problem is that there is so much overlap in recruit names from season to season that lots of false positives were flagged. As it is, after you import game 24, a pop-up comes up that reminds you to import the recruits. Hm. I guess if I pulled 10 names and checked those, that would probably be enough of a sample size to rule out any overlap. I may look into that.