Closed AliAzG closed 5 years ago
I want use my data instead of synthetic data and want to see the reports on my data! How can I achieve this? Thanks in advance.
Pass your data matrix in model.fit(x_train).
model.fit(x_train)
I want use my data instead of synthetic data and want to see the reports on my data! How can I achieve this? Thanks in advance.