Sujit Nirmalblackshadow.hashnode.dev·Jul 26, 2024Hyperparameter Tuning in Gradient Boosting: Best Practices and Common PitfallsIn our previous blog, we explored the fundamentals of the gradient boosting algorithm, a powerful ensemble technique used for both classification and regression tasks. Now, let's dive deeper into the topic by discussing hyperparameter tuning, which i...#fine Tuning models
Namya Shahbigsmoke.hashnode.dev·Dec 28, 2023Python cMath ModuleBasic Complex Number Functions: cmath.sqrt(): Calculates the square root of a complex number. cmath.exp(): Calculates the exponential of a complex number. cmath.log(): Calculates the natural logarithm of a complex number. cmath.log10(): Calculate...cmath
Namya Shahbigsmoke.hashnode.dev·Dec 27, 2023Python Math ModuleBasic Mathematical Functions: math.sqrt(): Calculates the square root of a number. math.pow(): Raises a number to a specified power. math.exp(): Calculates the exponential of a number. math.log(): Calculates the natural logarithm of a number. ma...exponential