Diamond price prediction case study in python
Determining the apt price of a diamond based on its characteristics. This case study creates a ML model for diamond price prediction
Determining the apt price of a diamond based on its characteristics. This case study creates a ML model for diamond price prediction
Predict if a person will survive the titanic crash. A supervised ML classification model can do the job! A Case study in python.
How much salary does an employee deserve. Classify the salary based on the employee details.
Classifying a new loan application as a risk or safe for the bank.
This case study addresses a very common problem in the Banking industry. “To approve or reject this loan application?”
How to find best hyper parameters automatically using bayesian optimisation
How to find best hyperparameters using RandomizedSearchCV in Python
How to find best parameters using GridSearchCV
How to find the best parameters of machine learning model
How to convert text into numeric vectors