Github user MLnick commented on the issue:

    https://github.com/apache/spark/pull/17324
  
    Sure
    On Mon, 27 Mar 2017 at 19:53, Yuhao Yang <[email protected]> wrote:
    
    > *@hhbyyh* commented on this pull request.
    > ------------------------------
    >
    > In examples/src/main/python/ml/imputer.py
    > <https://github.com/apache/spark/pull/17324#discussion_r108235749>:
    >
    > > +# Unless required by applicable law or agreed to in writing, software
    > +# distributed under the License is distributed on an "AS IS" BASIS,
    > +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
    > +# See the License for the specific language governing permissions and
    > +# limitations under the License.
    > +#
    > +
    > +# $example on$
    > +from pyspark.ml.feature import Imputer
    > +# $example off$
    > +from pyspark.sql import SparkSession
    > +
    > +if __name__ == "__main__":
    > +    spark = SparkSession\
    > +        .builder\
    > +        .appName("imputer example")\
    >
    > Sure. For consistency, how about just keep it "ImputerExample"
    >
    > —
    > You are receiving this because you commented.
    > Reply to this email directly, view it on GitHub
    > <https://github.com/apache/spark/pull/17324#discussion_r108235749>, or 
mute
    > the thread
    > 
<https://github.com/notifications/unsubscribe-auth/AA_SByob4PtcqvZG_bOqxjJpXViK76eeks5rp_eggaJpZM4Mf8oS>
    > .
    >



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to