Remove Decision Tree and CatBoost Estimators from AutoML search - #4205
Conversation
Codecov Report
@@ Coverage Diff @@
## main #4205 +/- ##
=======================================
- Coverage 99.7% 99.7% -0.0%
=======================================
Files 349 349
Lines 38229 38229
=======================================
- Hits 38111 38109 -2
- Misses 118 120 +2
|
ed95385 to
12cbba7
Compare
12cbba7 to
7f4865f
Compare
| ): | ||
| if is_using_conda: | ||
| n_estimators = 17 | ||
| n_estimators = 13 |
There was a problem hiding this comment.
I don't think this typically gets covered with our existing CI right?
There was a problem hiding this comment.
I don't believe so
| { | ||
| "cells": [ | ||
| { | ||
| "attachments": {}, |
There was a problem hiding this comment.
Any idea why these got added here and removed from timeseries.ipynb?
There was a problem hiding this comment.
Ah, I think it's thrown in when you open the ipynb in VSCode. I thought I manually deleted some of these before I pushed. I'll take these added ones out and keep the removed ones in timeseries.ipynb!
| * Enhancements | ||
| * Fixes | ||
| * Changes | ||
| * Remove Decision Tree and CatBoost Estimators from AutoML search :pr:`4205` |
There was a problem hiding this comment.
Nit: Remove -> Removed 😁
Also, thoughts on classifying this as a breaking change, since it's a pretty major removal?
There was a problem hiding this comment.
Will add another entry to point this out!
Resolves #4207, Resolves #4208