├── README.md ├── detecting-twitter-bot-data.zip ├── detecting-twitter-bot-data ├── testing_bot_data.csv └── training_bot_data.csv ├── notebooks.zip ├── notebooks ├── Exercise │ ├── Chapter 1 - Intro to Data Cleaning and Preparation.ipynb │ ├── Chapter 2 - Apache Spark ML - Create train and test set .ipynb │ ├── Chapter 3 - Apache Spark ML- Create machine learning models.ipynb │ └── Chapter 4 - Spark ML - Evaluating models and intro to Pipelines.ipynb └── Solution │ ├── Solution 1 - Intro to Data Cleaning and Preparation.ipynb │ ├── Solution 2 - Apache Spark ML - Create train and test set.ipynb │ ├── Solution 3 - Apache Spark ML- Create machine learning models.ipynb │ └── Solution 4 - Spark ML - Evaluating models and intro to Pipelines.ipynb └── upload.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Learn-Apache-Spark/SparkML/HEAD/README.md -------------------------------------------------------------------------------- /detecting-twitter-bot-data.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Learn-Apache-Spark/SparkML/HEAD/detecting-twitter-bot-data.zip -------------------------------------------------------------------------------- /detecting-twitter-bot-data/testing_bot_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Learn-Apache-Spark/SparkML/HEAD/detecting-twitter-bot-data/testing_bot_data.csv -------------------------------------------------------------------------------- /detecting-twitter-bot-data/training_bot_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Learn-Apache-Spark/SparkML/HEAD/detecting-twitter-bot-data/training_bot_data.csv -------------------------------------------------------------------------------- /notebooks.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Learn-Apache-Spark/SparkML/HEAD/notebooks.zip -------------------------------------------------------------------------------- /notebooks/Exercise/Chapter 1 - Intro to Data Cleaning and Preparation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Learn-Apache-Spark/SparkML/HEAD/notebooks/Exercise/Chapter 1 - Intro to Data Cleaning and Preparation.ipynb -------------------------------------------------------------------------------- /notebooks/Exercise/Chapter 2 - Apache Spark ML - Create train and test set .ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Learn-Apache-Spark/SparkML/HEAD/notebooks/Exercise/Chapter 2 - Apache Spark ML - Create train and test set .ipynb -------------------------------------------------------------------------------- /notebooks/Exercise/Chapter 3 - Apache Spark ML- Create machine learning models.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Learn-Apache-Spark/SparkML/HEAD/notebooks/Exercise/Chapter 3 - Apache Spark ML- Create machine learning models.ipynb -------------------------------------------------------------------------------- /notebooks/Exercise/Chapter 4 - Spark ML - Evaluating models and intro to Pipelines.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Learn-Apache-Spark/SparkML/HEAD/notebooks/Exercise/Chapter 4 - Spark ML - Evaluating models and intro to Pipelines.ipynb -------------------------------------------------------------------------------- /notebooks/Solution/Solution 1 - Intro to Data Cleaning and Preparation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Learn-Apache-Spark/SparkML/HEAD/notebooks/Solution/Solution 1 - Intro to Data Cleaning and Preparation.ipynb -------------------------------------------------------------------------------- /notebooks/Solution/Solution 2 - Apache Spark ML - Create train and test set.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Learn-Apache-Spark/SparkML/HEAD/notebooks/Solution/Solution 2 - Apache Spark ML - Create train and test set.ipynb -------------------------------------------------------------------------------- /notebooks/Solution/Solution 3 - Apache Spark ML- Create machine learning models.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Learn-Apache-Spark/SparkML/HEAD/notebooks/Solution/Solution 3 - Apache Spark ML- Create machine learning models.ipynb -------------------------------------------------------------------------------- /notebooks/Solution/Solution 4 - Spark ML - Evaluating models and intro to Pipelines.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Learn-Apache-Spark/SparkML/HEAD/notebooks/Solution/Solution 4 - Spark ML - Evaluating models and intro to Pipelines.ipynb -------------------------------------------------------------------------------- /upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Learn-Apache-Spark/SparkML/HEAD/upload.png --------------------------------------------------------------------------------