Search: Search took 0.06 seconds.

  1. Replies
    282
    Views
    165,735

    You might have 2.7, if you have neither just...

    You might have 2.7, if you have neither just download python 2.6
  2. Replies
    282
    Views
    165,735

    I took the ai-class course last year and I...

    I took the ai-class course last year and I enjoyed it. Received a certificate of accomplishment sealed and signed by the professors who administered the course. The concept goes far beyond just...
  3. Replies
    282
    Views
    165,735

    it doesn't work in OO calc, which doesn't support...

    it doesn't work in OO calc, which doesn't support microsoft VBA routines, has to be excel
  4. Replies
    282
    Views
    165,735

    Here is the new playoff matchups excel file ...

    Here is the new playoff matchups excel file

    You can ignore the simulator sheet (except for the predicted lines), its just for fun, and its an older simulator, i think my first one, so its very...
  5. Replies
    282
    Views
    165,735

    typically get an error if you entered the wrong...

    typically get an error if you entered the wrong parameters (i.e. W% > 1 or < 0), though it could be on my end
  6. Replies
    282
    Views
    165,735

    you can just ignore the VIG option, and enter the...

    you can just ignore the VIG option, and enter the win probability as a percentage

    I've since updated that one, but Ganchrow's below is far more versatile and flexible then mine, so i suggest using...
  7. Replies
    282
    Views
    165,735

    win probability converted to ML you can change...

    win probability converted to ML

    you can change the naming conventions of the UDFs to avoid confusion, i don't mind
  8. Replies
    282
    Views
    165,735

    nice :an_clap:

    nice :an_clap:
  9. Replies
    282
    Views
    165,735

    yeah that was last year's playoff sheet, i haev...

    yeah that was last year's playoff sheet, i haev to make a new one sigh, playoffs about to start

    linear EFF% was the best fit winning percentage for the team compared to the entire league given...
  10. Replies
    282
    Views
    165,735

    That was one of my better efforts. As far as I...

    That was one of my better efforts. As far as I know I'm the only person in history to develop a line given the NFL future win total, using the Inverse Pythagorean Formula.

    :an_dance:
  11. Replies
    282
    Views
    165,735

    Do you extract through XML? XML is more robust...

    Do you extract through XML? XML is more robust than HTML procedures that are contingent on the format of the website and server issues.
  12. Replies
    282
    Views
    165,735

    AN NBA one would be no problem, would just have...

    AN NBA one would be no problem, would just have to change PInnacle XML parameters

    If the NBA data was an invasive data extraction from statfox then it probably was my site.
  13. Replies
    282
    Views
    165,735

    Been slacking on my python progamming, but...

    Been slacking on my python progamming, but created an excel sheet that grab's mlb lines from Pinnacle everyday at 11 AM, and exports to a database

    Everything is automated and runs on a scheduler. ...
  14. Replies
    282
    Views
    165,735

    the site for that sports (mlb.com, nba.com...

    the site for that sports (mlb.com, nba.com...
  15. Replies
    282
    Views
    165,735

    i abuse statfox and have yet to be banned

    i abuse statfox and have yet to be banned
  16. Replies
    282
    Views
    165,735

    that's because "sht" doesn't exist as a sheet. ...

    that's because "sht" doesn't exist as a sheet. There is something wrong with your naming conventions

    I.E. this is how my range, "NFLTeams" is structured

    Arizona2009
    Atlanta2009
    .......
  17. Replies
    282
    Views
    165,735

    did you define this range? For i = 1 To...

    did you define this range?


    For i = 1 To Range("NFLteams").Rows.Count
  18. Replies
    282
    Views
    165,735

    click debug and tell me what line it highlights

    click debug and tell me what line it highlights
  19. Replies
    282
    Views
    165,735

    stick a comment,', before the "On Error Resume...

    stick a comment,', before the "On Error Resume Next" sequence, then post the error message, if any

    it could be merely statfox being offline, or a bad internet connection
  20. Replies
    282
    Views
    165,735

    There certainly are ways to isolate the table you...

    There certainly are ways to isolate the table you want without trial and error, I suggest to google the DOM method of website data extraction, which essentially allows you to look for text inside the...
  21. Replies
    282
    Views
    165,735

    For each sport you should record a macro...

    For each sport you should record a macro importing the data then run a loop around it. To help you out though here is the table extracting code for Statfox NCAAB

    ...
    Sheets(sht).Select
    With...
  22. Replies
    282
    Views
    165,735

    Here is the excel macro VB code to get NFL data...

    Here is the excel macro VB code to get NFL data from Statfox


    '
    ' Get NFL Date from Statfox -- Enter specified years in the appropriate variable definitions
    '

    '
    On Error Resume Next...
  23. Replies
    282
    Views
    165,735

    python is very nice, but the scraping power of...

    python is very nice, but the scraping power of excel is vastly underrated

    with just some fundamental understanding of vb, you can scrape years and years worth of data and display it in a nice...
  24. Replies
    282
    Views
    165,735

    great thread, looking forward to continue reading

    great thread, looking forward to continue reading
Results 1 to 24 of 24