TypeError: fit() missing 1 required positional argument: ‘y’ July 28, 2023 by Tarik You forgot the parenthesis “()” in: model = GaussianNB()