Giter Club home page Giter Club logo

harrypotter's Introduction

Hello, I’m Brad!

I design, develop, scale, and deploy machine learning solutions for one of the top U.S. retailers. I'm also a professor at a university named as one of the top data science schools in the country. Some of my public offerings include:

  • 📌 Curated data science resources 🔗
  • 📚 Books on data science 🔗
  • 📝 Academic publications 🔗
  • 🏫 Educational workshops & class resources 🔗
  • 🗣 Presentations 🔗

harrypotter's People

Contributors

bradleyboehmke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

harrypotter's Issues

Shared title with CRAN package "harrypotter"

There is a CRAN package with the same name as this package. It creates some problems when updating R packages (this package gets overwritten by the other because it has a later version number). Would it be possible to rename the package?

Error while installing "devtools::install_github("bradleyboehmke/harrypotter")"

The following script is giving error while executing:

if (packageVersion("devtools") < 1.6) {
install.packages("devtools")
}

devtools::install_github("bradleyboehmke/harrypotter")

Please resolve the ERROR MESSAGE:
Downloading GitHub repo bradleyboehmke/harrypotter@master
tar: Failed to set default locale
tar: Failed to set default locale
During startup - Warning messages:
1: Setting LC_CTYPE failed, using "C"
2: Setting LC_TIME failed, using "C"
3: Setting LC_MESSAGES failed, using "C"
4: Setting LC_MONETARY failed, using "C"
v checking for file '/private/var/folders/k1/srby67k12356gxq_w0zmxj380000gn/T/Rtmpz8BcFW/remotes2eb79df1297/bradleyboehmke-harrypotter-51f7146/DESCRIPTION' ...

  • preparing 'harrypotter':
    v checking DESCRIPTION meta-information ...
  • checking for LF line-endings in source and make files and shell scripts
  • checking for empty or unneeded directories
  • looking to see if a 'data/datalist' file should be added
  • building 'harrypotter_0.1.0.tar.gz' (657ms)

Error: (converted from warning) Setting LC_CTYPE failed, using "C"
Execution halted
Error in i.p(...) :
(converted from warning) installation of package '/var/folders/k1/srby67k12356gxq_w0zmxj380000gn/T//Rtmpz8BcFW/file2eb749b656f/harrypotter_0.1.0.tar.gz' had non-zero exit status

Strange regex pattern in `deathly_hallows`

Brad,

I noticed a strange pattern ¨C that only shows up only in the deathly_hallows text.

pacman::p_load(stringr, harrypotter, qdap)

books <- list(philosophers_stone, 
              chamber_of_secrets, 
              prisoner_of_azkaban,
              goblet_of_fire, 
              order_of_the_phoenix, 
              half_blood_prince,
              deathly_hallows)

str_extract_all(pattern = '\\s{0,1}¨C\\s{0,1}', books[[7]])  # not found in books 1-6 

These patterns appear to come from em-dashes, or extended hyphens. Not sure why they weren't used in the first six books, but it's easy enough to replace with a simple dash.

deathly_hallows <- qdap::mgsub(pattern = c(' ¨C','¨C ','¨C'),
                                                      replacement = '-',
                                                      text.var = deathly_hallows)

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.