Introduction Test-Driven Development (TDD) is a software development approach in which test cases are developed to specify and validate what the code will do. In simple terms, test cases for each functionality are created and tested first and if the test fails then the new code is written in order to...
[Read More]
Hypothesis Testing
How I make up my mind!
Hypothesis testing in statistics is a way for you to test the results of a survey or experiment to see if you have meaningful results. You’re basically testing whether your results are valid by figuring out the odds that your results have happened by chance. If your results may have...
[Read More]
Used Cars Price Modelling
What's the best price for my used car?
An R-tistict Application
R Shiny Template
Shiny is an R package that makes it easy to build interactive web apps straight from R. You can host standalone apps on a webpage or embed them in R Markdown documents or build dashboards. You can also extend your Shiny apps with CSS themes, htmlwidgets, and JavaScript actions.
[Read More]
LeetCode 30-Day Challenge
Quarantine time spent well
The purpose of LeetCode is to provide with hands-on training on real coding interview questions. The Online Judge gives immediate feedback on the correctness and efficiency of your algorithm which facilitates a great learning experience.
[Read More]