clf1 = setup(data = diabetes, target = 'Class variable'). # creating a model. lr = create_model('lr'). # plotting a model. plot_model(lr).
確定! 回上一頁