Home /
Expert Answers /
Advanced Math /
use-python-to-generate-the-following-synthetic-data-sets-and-model-them-with-the-appropriate-logisti-pa122
(Solved): USE Python to generate the following synthetic data sets and model them with the appropriate logisti ...
USE Python to generate the following synthetic data sets and model them with the appropriate logistic regression.
1. Generate a model ?0?+?1?x1?+?2?x2?+?3?x1?×x2? where x1??N(50.0,5.0) and x2?? Bernouilli (0.67). Pick your own ?i? but try to get the error rate to be 15% or lower. 2. Create a model of your own choosing that explores a relationship or concept that you're curious about.