MLlib is a machine learning library for Apache Spark
I have a Python class that I'm using to load and process some data in Spark. Among various things I …
python apache-spark apache-spark-sql apache-spark-mllib apache-spark-mlI'm tinkering with some cross-validation code from the PySpark documentation, and trying to get PySpark to tell me what model …
pyspark modeling cross-validation apache-spark-mllib apache-spark-mlI'm working on a particular binary classification problem with a highly unbalanced dataset, and I was wondering if anyone has …
apache-spark machine-learning classification apache-spark-mllibI want to make libsvm format, so I made dataframe to the desired format, but I do not know how …
apache-spark apache-spark-sql apache-spark-mllib libsvm apache-spark-mlwhen I am trying to run it on this folder it is throwing me ExecutorLostFailure everytime Hi I am a …
apache-spark pyspark apache-spark-mllib collectI want to overwrite a spark column with a new column which is a binary flag. I tried directly overwriting …
apache-spark dataframe pyspark apache-spark-sql apache-spark-mllibI want to use pyspark.mllib.stat.Statistics.corr function to compute correlation between two columns of pyspark.sql.dataframe.…
python apache-spark pyspark apache-spark-sql apache-spark-mllibI was applying some Machine Learning algorithms like Linear Regression, Logistic Regression, and Naive Bayes to some data, but I …
apache-spark pyspark apache-spark-mllib apache-spark-mlI want to update my code of pyspark. In the pyspark, it must put the base model in a pipeline, …
apache-spark pyspark apache-spark-mllib xgboost apache-spark-mlI trained a classification model in Apache Spark (using pyspark). I stored the model in an object, LogisticRegressionModel. Now, I …
python apache-spark pyspark apache-spark-mllib