Are those csv files or we have to create the data.
If we have to create it, then kindly provide with some parameters
X_Train and Y_Train used in the Logistic Regression
Hello @mananaroramail,
If this data means data for implementing logistic regression on, then you can easily create a dummy dataset using, sklearn’s make_blobs
function. Check this out.
Thanks