chiefpythonista.hashnode.devUnable to connect to the server: x509: certificate has expired or is not yet valid: current time XX:XXXXAll DevOps engineers have or will come across this error during their time managing kubernetes clusters. I have compiled my findings and solution to save you all from the many hours of debugging. Recently we were trying to restart a deployment using ...Aug 4, 2023·3 min read
chiefpythonista.hashnode.devSupervised Learning: Introduction to Linear Regression!What is Linear Regression? Over 100 years old, linear regression is a linear technique for modeling relationships between two types of variables. One is called the predictor x or the independent variable and the other is the prediction, the response ...Apr 16, 2022·3 min read
chiefpythonista.hashnode.devSupervised Learning. Introduction to Neural Networks !In my previous article on Introduction to Machine Learning, I introduced the types of Machine Learning algorithms and the different examples under each of them. Today we are going to dive deeper into Supervised Learning and understand conceptually ho...Mar 18, 2022·4 min read
chiefpythonista.hashnode.devIntroduction to Machine learning and types of algorithmsMachine learning is a branch of artificial intelligence (AI) and computer science which focuses on the use of data and algorithms to imitate the way that humans learn, gradually improving its accuracy. It is also the science of making computers learn...Mar 7, 2022·3 min read