Welcome to My Data Science Projects!

Recent Projects

More Projects in Jupyter NotebookπŸ“”

  • Blight Ticket Compliance Prediction
    • Predict which violators would pay for the ticket ontime or not.
  • Ann Arbor Weather Analysis
    • Tell a story about Ann Arbor’s weather and make a recommendation of when to visit the city.
  • Interactive Plot
    • The barplot colors change interactively with user’s input as an effective visualization. When the user sets a cutoff value that is below the 95% CI, the bar will have a deep red color; if cutoff value is above the CI, the bar will have a deep blue color; if the cutoff value is within the CI, the bar will have an intermediate color depending on what percentage of the CI is above the cutoff value.
  • Sampling Animation
    • Animate the sampling of a normal distribution. User can adjust the sample size, mean and standard divation of the distribution, and start, stop and reset the animation.