/Predictive-Analytics-Using-PySpark

Here you can find a small PySpark project that performs an ETL from some data in csv format in order to prepare it for prediction. In particular, the data corresponds to air-flights and the task is to predict, given an aircraft, if it is going to have an unscheduled maintenance.

Primary LanguagePythonApache License 2.0Apache-2.0

Predictive Analytics Using PySpark

Here you can find a PySpark project I did at university, which performs an ETL from some data in csv format in order to prepare it for prediction. In particular, the data corresponds to air-flights and the task is to predict, given an aircraft, if it is going to have an unscheduled maintenance.