Deepak Saldanha
Deepak Saldanha
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Upon creating the database using the databricks connections and on running...
#### Reference Issues/PRs fixes #28585 #### What does this implement/fix? Explain your changes. Followed the recommendations on the related issue. PR adds the macro-averaging formulas for TPR and FPR to...
#### Reference Issues/PRs Part of #27151 #### What does this implement/fix? Explain your changes. [Lasso and Elastic Net](https://scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_coordinate_descent_path.html) merged with [Lasso path using Lars example](https://scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_lars.html).
#### Reference Issues/PRs Part of 27151 #### What does this implement/fix? Explain your changes. Removed below examples: - [Agglomerative clustering with and without structure](https://scikit-learn.org/stable/auto_examples/cluster/plot_agglomerative_clustering.html) - [Feature agglomeration example](https://scikit-learn.org/stable/auto_examples/cluster/plot_digits_agglomeration.html) - [K-means...
#### Reference Issues/PRs Part of #27151 #### What does this implement/fix? Explain your changes. Merged [Plotting Validation Curves example](https://scikit-learn.org/stable/auto_examples/model_selection/plot_validation_curve.html) with the [Train error vs Test error example](https://scikit-learn.org/dev/auto_examples/model_selection/plot_train_error_vs_test_error.html) to simplify example...
#### Reference Issues/PRs Part of #27151 #### What does this implement/fix? Explain your changes. Deleted `plot_digits_last_image.py` to remove the [The Digit Dataset example](https://scikit-learn.org/dev/auto_examples/datasets/plot_digits_last_image.html)
### Description Changes from the previous PR having been implemented in this. ### Issue Solved closes #5179 ### Type of Change - Adding a new entry ### Checklist - [x]...