@@ -9,3 +9,4 @@ model = Stree(random_state=random_state)
model.fit(X,y)
print(model)
model.save_sub_datasets()
print(f"Prediciting [{y[0]}] we have {model.predict(X[0,:].reshape(-1,X.shape[1]))}")
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.