Giter VIP home page Giter VIP logo

mma-data-scrape's People

Contributors

chrismuir avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mma-data-scrape's Issues

Missing Events

All of the below event #s are missing from the scrape:

225
207
204
198
196

It's 2 FX, 2 FUEL, and 1 FOX card.

Eliminate championship tag

For this snippet of code:

# Eliminate all championship tags from strings within variables 
# FighterA, FighterB, and Belt.
id <- which(colnames(bouts) %in% c("FighterA", "FighterB", "Belt"))
bouts[, id] <- lapply(
  bouts[, id], function(x) 
    gsub(" \\(Fighter)| \\(c)| \\(ic)| \\(UFC Champion)| \\(Pride Champion)", 
         "", x, ignore.case = TRUE))

This isn't an issue (not sure where else to post), but I think the (c) tag can be useful as it's the only data we have to determine who went into the fight as champion. This can then be turned into defining the potential difference between a title defense vs a title fight win.

I personally commented this out. I then wrote to an .xls file, moved the (c) to their own column, and can now also track who the champions were entering the fight.

Inconsistent Names

Again, not sure if I should open up new issues as this isn't related any coding error, but there are issues with names.

As would be expected with a user contributed site like wikipedia, names are typed differently from time to time.

Georges St-Pierre vs Georges St. Pierre.
James Te Huna vs James Te-Huna

I'm manually going through and making changes now, but I don't know if this is of any use to the actual scrape itself.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.