questions/machine-learning
Hi@akhtar, You need to install a GUI toolkit, ...READ MORE
Hi@akhtar, Here you used x as your feature ...READ MORE
Hi@akhtar, I think this problem is related to ...READ MORE
Hi@akhtar, You may get this error because of ...READ MORE
Hey, look at your code's second last ...READ MORE
Hi@akhtar, You are trying to use constant variable ...READ MORE
Hi@akhtar, You got this error because LinearRegression is ...READ MORE
Entropy is uncertainty/ randomness in the data, ...READ MORE
C is known as a "hyperparameter." The ...READ MORE
The chance of not getting a double ...READ MORE
Make the following changes in your script, ...READ MORE
If you are using Anaconda, go to ...READ MORE
A logit, or the log of the ...READ MORE
Hi@akhtar, According to your code, you are trying ...READ MORE
Hi@MD, LBPHFaceRecognizer module comes from a package named ...READ MORE
Yes, you can do this using statsmodels: import ...READ MORE
keep random_state =42 in train_test_split module READ MORE
“Greedy Approach is based on the concept ...READ MORE
Hi@akhtar, H5 is a file format to store ...READ MORE
Hi@akhtar, You are getting this error, because your ...READ MORE
Hi@akhtar, There is no cPickle module in Python 3. ...READ MORE
The predict() function returns a plain numpy ...READ MORE
Hi@akhtar, This looks as if you don't load ...READ MORE
There are three main types of logistic ...READ MORE
Hi@akhtar, There may be problem in the versions. ...READ MORE
Hi@akhtar, To avoid this error, make sure you ...READ MORE
Hi@akhtar, I think you got this error because of incompatible ...READ MORE
Hi@akhtar, You need to import the LinearRegression module ...READ MORE
Hi @Vikas, there are 5 simple steps ...READ MORE
Epoch can be understood as the number ...READ MORE
Hi@akhtar, I think you are trying to install ...READ MORE
The coefficients can be obtained using the ...READ MORE
Assuming X_test is a pandas dataframe, you ...READ MORE
Hi@akhtar, You can do this task using pandas ...READ MORE
Hi@akhtar, This error may occur if your python ...READ MORE
The KNN algorithm has the following features: KNN ...READ MORE
Hi@MD, I think in your version, linear_model don't have train_test_split ...READ MORE
Hi@akhtar, This mnist package comes with keras module ...READ MORE
Hi@Sanjana, Actually you are missing one underscore in ...READ MORE
Hi@akhtar, In your file_name_path you have to give ...READ MORE
Hi, There is a problem with your X ...READ MORE
In reinforcement learning, the output depends on ...READ MORE
Hi@akhtar, In Tensorflow 2.0, there is no attribute named ...READ MORE
Hi@akhtar, If you stored the complete model, not ...READ MORE
Hi@akhtar, You may get this error, if you ...READ MORE
Hi@akhtar, I don't know your use cases. But ...READ MORE
Hi@akhtar, You can follow the below given codes to ...READ MORE
Use higher-precision floats, if available on your ...READ MORE
Hi@akhtar, This problem is related to version. Follow ...READ MORE
Hi@akhtar, Your data set contains lots of rows ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.