[ 
https://issues.apache.org/jira/browse/SPARK-14302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15220312#comment-15220312
 ] 

Saikat Kanjilal edited comment on SPARK-14302 at 3/31/16 5:51 PM:
------------------------------------------------------------------

If I understand this correctly the goal is just to compare the code in 
python/examples/mllib and python/examples/ml and contribute a patch that 
dedupes code , one question , which is the correct directory where spark needs 
to keep its python examples, is it ml or mllib?  Actually we need to also do 
the java directories that you've listed as well : java/examples/ml and 
java/examples/mllib


was (Author: kanjilal):
If I understand this correctly the goal is just to compare the code in 
python/examples/mllib and python/examples/ml and contribute a patch that 
dedupes code , one question , which is the correct directory where spark needs 
to keep its python examples, is it ml or mllib?

> Python examples code merge and clean up
> ---------------------------------------
>
>                 Key: SPARK-14302
>                 URL: https://issues.apache.org/jira/browse/SPARK-14302
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Examples
>            Reporter: Xusen Yin
>            Priority: Minor
>              Labels: starter
>
> Duplicated code that I found in python/examples/mllib and python/examples/ml:
> * python/ml
> ** None
> * Unsure duplications, double check
> ** dataframe_example.py
> ** kmeans_example.py
> ** simple_params_example.py
> ** simple_text_classification_pipeline.py
> * python/mllib
> ** gaussian_mixture_model.py
> ** kmeans.py
> ** logistic_regression.py
> * Unsure duplications, double check
> ** correlations.py
> ** random_rdd_generation.py
> ** sampled_rdds.py
> ** word2vec.py
> When merging and cleaning those code, be sure not disturb the previous 
> example on and off blocks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to