best_C = best(“params”)(“C”) best_solver = best(“params”)(“solver”) final_pipe = Pipeline(( (“scaler”, StandardScaler()), (“clf”, LogisticRegression( C=best_C, solver=best_solver, penalty=”l2″, max_iter=2000, random_state=42 )) )) with mlflow.start_run(run_name=”final_model_run”) as final_run: final_pipe.fit(X_train, y_train) proba = final_pipe.predict_proba(X_test)(:, 1) …
Tag:
experiment
-
-
Future Tech
Without strong privacy laws, Australians are guinea pigs in a real-time dystopian AI experiment peter lewis
SHey cheese! Last week’s decision by Bunnings to greenlight the use of facial recognition technology to routinely track customers signals how unprepared Australia is for the coming AI storm. On …
-
AI Creativity
The promotion of AI in schools by tech giants is a huge, morally bankrupt experiment on innocent children that will likely end in disaster
Tom Werner/Getty Images The tech industry is ensuring that kids are hooked to AI for generations – by instilling their tendencies deep into the education system, long before they understand …
