The document discusses using machine learning to predict hourly wind power generation at 7 wind farms based on historical wind speed and direction data. It aims to help utilities better incorporate variable wind power generation into grid operations. It first introduces the challenges of integrating intermittent wind power and the need for accurate forecasts. It then describes the dataset and various data cleaning/preprocessing steps. Finally, it proposes using machine learning algorithms like SVR and kNN regression to generate hourly forecasts based on historical wind farm output and meteorological data from nearby turbines. The models will be evaluated based on their root mean square error.