Skip to content

Instantly share code, notes, and snippets.

@Alakhator
Created March 24, 2020 19:26
y_pred = regressor.predict(6.5)
y_pred = sc_y.inverse_transform(y_pred)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment