# Overview This is a summarized version of the code in `app.py`. ```python= df, error_codes, collections_info = OpenSeaAssets().get_data() model = GradientBoostedRegressorPredictor() prediction = model.predict() ```