questions/machine-learning
A decision tree is a map of ...READ MORE
Based on documents LinearRegression. An x array ...READ MORE
Hi@akhtar, You need to install the imgaug module ...READ MORE
Hi@akhtar, Instead of using sklearn dataset, you can use ...READ MORE
The Code looks something like this: fit = ...READ MORE
Unit test: Specify and test one point ...READ MORE
LassoLars is a lasso model implemented using ...READ MORE
You can use information gain to decide ...READ MORE
There are no standards fixed as to ...READ MORE
A Few Constraints This is an example of ...READ MORE
Gini Index is a metric to measure ...READ MORE
if testSet[x][-1] is predictions[x]: change it to if ...READ MORE
There are two main techniques used in ...READ MORE
Your question is quite broad, and there ...READ MORE
Correlation is a statistical measure that shows ...READ MORE
Hi Michael, You don’t need to be a ...READ MORE
They both signify the same thing; the ...READ MORE
Have a look at this one, It's ...READ MORE
KNN which stand for K Nearest Neighbor ...READ MORE
To move the density in one way, ...READ MORE
This is how you do it. >>> import ...READ MORE
Rolling regression is the analysis of changing ...READ MORE
Hi @Dipti, you could try something like ...READ MORE
Have a look at this: import csv import ...READ MORE
By converting the outer values to a ...READ MORE
Hi@akhtar, I think it should work. But make ...READ MORE
You can read excel files df = pd.read_excel(...) You ...READ MORE
Hi@akhtar, I think there may be problem in ...READ MORE
In GaussianNB, there is a mechanism to ...READ MORE
It's named qnorm qnorm(p=0.841344746068543) Output 1 The following family of functions ...READ MORE
Try something like this: df.values array([[nan, 0.2, nan], ...READ MORE
Hi@akhtar, You can save your CNN model in keras. For ...READ MORE
What I discovered to be effective was ...READ MORE
Confusion Matrix is a classification matrix used ...READ MORE
I am working on a chatbot for ...READ MORE
Use the following code: from scipy import stats slope, ...READ MORE
Use the code and also refer to ...READ MORE
b1 + b2 = 1 Let us fit ...READ MORE
Hi@akhtar, You can load your pre-created model in ...READ MORE
You can directly add values to X ...READ MORE
L2 Regularization is known as Ridge Regression. ...READ MORE
Hi@akhtar, You need to import the coco module ...READ MORE
Evaluation of Variance: variance = np.var(prediction) # Where ...READ MORE
Isotonic regression builds an increasing approximation of ...READ MORE
If the problem persists, try using a ...READ MORE
To begin with, you're now computing fp ...READ MORE
Hi@akhtar, The cl.exe is the MSFT C /C++ compiler and ...READ MORE
Hi@akhtar, You can upgrade to six-1.10.x using $ easy_install ...READ MORE
Not exactly. If your sigmoid output was ...READ MORE
Hi@akhtar, The activation function in Neural Networks takes ...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.