Closed NicolasHug closed 2 years ago
Thanks for these comments @NicolasHug. I've finally read them, but I will have to find time to propose improvements in response.
The main substantial query is 8, I think. The props request only affects the use in meta-estimators. Is that a problem?
The props request only affects the use in meta-estimators. Is that a problem?
OK I missed that somehow, thanks for the clarification
Hmm... This got lost. I think there were some working group meetings that covered related topics and worked to clarify the slep since then
Since we've had the workgroup to discuss the SLEP, we've added many examples and @thomasjpfan has re-written the SLEP. I'm not sure if these questions still stand.
Yes, these are likely outdated by now. Closing.
I've made a pass over the SLEP. It is overall very clear and the different cases really help. Thanks @jnothman and @adrinjalali for your efforts.
Here's a list of questions and comments that I have after reading it.
1.
I don't understand how we are currently limited to using
_
as a delimiter. Should this be__
? But even then I still don't follow.2.
I don't understand why we don't need to add an additional column to X in this case.
3.
I'm not sure I completely understand this. A small illustration might help? Also, does "GridSearchCV routing destinations" refers to
param_grid
instead?4.
This sentence seems unfinished?
5.
About solution 4:
I could be wrong, but this doesn't seem to define the "essence" of solution 4, especially comparatively to solution 3. It seems to me that in solution 3, as well, the meta estimators only provides what the childrens need/request:
6.
I'm not sure I understand this sentence. Seems like the grammar may be wrong?
7.
It is said prior that get_props_request would return a list (and possibly a dict)
8.
One thing that isn't clear to me is the behaviour of solution 4., outside of the use of meta-estimators.
For example, what does this do:
All examples seem to illustrate how
cross_validate
is used, but none of them illustrate what a call tofit()
may look like. I think this may be useful as well (and might resolve .8 for me)In the examples of solution 4.,
**kw
are never used. Should they? Or does this refer to a call tofit
?# %%
doesn't render in the html docs.