<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    <div class="moz-cite-prefix">On 11/12/2016 04:17 AM, Anton wrote:<br>
    </div>
    <blockquote cite="mid:1478942249.8133.0@smtp.gmail.com" type="cite">
      <div><span style="background-color: rgb(255, 255, 255);">screws
          you over since it passes the parameters to __init__(). I
          expected the usage of set_params() here, but I'm getting my
          gridsearch parameters passed to __init__().</span></div>
      <div><span style="background-color: rgb(255, 255, 255);">Is this
          intended?</span></div>
      <div><br>
      </div>
    </blockquote>
    I don't know what you mean by "screws you over". You just have to
    explicitly list all parameters.<br>
    <br>
    <blockquote cite="mid:1478942249.8133.0@smtp.gmail.com" type="cite">
      <div>Note that I'm just wrapping a clf, so that I have to pass
        through the parameters to self.clf, right? No-one can know that
        I'm storing it in self.clf.</div>
      <div>Therefore set_params needs to be implemented and cannot be
        inherited?!</div>
    </blockquote>
    right, if you don't want to use ``clf__params``<br>
  </body>
</html>