Machine-Learning icon indicating copy to clipboard operation
Machine-Learning copied to clipboard

In this repo, all about Machine Learning and I covered both Supervised and Unsupervised Learning Techniques with Practical Implementation. Everything from scratch and I solved a lot of different probl...

Results 4 Machine-Learning issues
Sort by recently updated
recently updated
newest added

Hi, I wonder will there be some kind of license issues, when they are using your work for profit. Thanks. ![image](https://user-images.githubusercontent.com/12790328/177027020-54f4d36e-2e0e-4103-9f23-f06f26fd8f81.png)

That is not an issue, but im just wondering what is the use of the frozenset in the mining frequent pattern step

where is blog for ECLAT as mentioned in https://medium.com/machine-learning-researcher/association-rule-apriori-and-eclat-algorithm-4e963fa972a4 Association Rule(Apriori and Eclat Algorithms) with Practical Implementation

**1.Supervised Learning/2.Classification/5.Logistic Regression/Breast Cancer Coimbra Dataset (UCI) prediction.ipynb** # Visualising the Test set results from matplotlib.colors import ListedColormap X_set, y_set = X_test, y_test X1, X2 = np.meshgrid(np.arange(start = X_set[:, 0].min()...