Sigmoid function, Log Loss, Odds Ratio, Model coefficient, Metrics Photo by Mikael Blomkvist from Pexels Logistic Regression Logistic Regression is one of the supervised machine learning
Sigmoid function, Log Loss, Odds Ratio, Model coefficient, Metrics Photo by Mikael Blomkvist from Pexels Logistic Regression Logistic Regression is one of the supervised machine learning
Unpack multiple values, ignore some, handle errors, and more Photo by Markus Spiske on Unsplash. Packing means collecting several values into a single variable (tuple), like a=’red’,’square’,’apple’.
Correlation Coefficient, Coefficient of determination, Model Coefficient Photo by Laura James from Pexels Linear Regression Linear Regression is one of the most important algorithms in machine
Data Science Learn about NumPy from scratch Photo by Black ice from Pexels NumPy NumPy stands for Numerical Python.NumPy is one of the powerful python libraries that
Master the map, filter, and reduce functions Photo by Ady April on Pexels. Higher-order functions are functions that take a function as a parameter and/or return
Python dataclasses Python dataclasses is a built-in module which provides a decorator and functions for automatically adding generated special methods such as __init__() and __repr__()