Aistarter //free\\ Page
X, y = load_iris(return_X_y=True) X_train, X_test, y_train, y_test = train_test_split(X, y)
Go to in App Inventor, close aiStarter, and restart both programs. Blocks not syncing Firewall or Antivirus blocking local ports. aistarter
model = RandomForestClassifier() model.fit(X_train, y_train) y = load_iris(return_X_y=True) X_train




