├── Machine Learning with Scikit-Learn - 34 - Uncertainty Estimation in MultiClass Datasets.ipynb ├── Machine Learning with Scikit-Learn - 35 - Preprocessing - Binarization.ipynb ├── Machine Learning with Scikit-Learn - 36 - Preprocessing - Mean Removal.ipynb ├── Machine Learning with Scikit-Learn - 37 - Preprocessing - Scaling.ipynb ├── Machine Learning with Scikit-Learn - 38 - Preprocessing - Normalization.ipynb ├── Machine Learning with Scikit-Learn - 39 - Label Encoding.ipynb ├── Machine Learning with Scikit-Learn - 40 - One Hot Encoding - 1.ipynb ├── Machine Learning with Scikit-Learn - 41 - One Hot Encoding - 2.ipynb ├── Machine Learning with Scikit-Learn - 42 - Automatic Feature Selection - 1.ipynb ├── Machine Learning with Scikit-Learn - 43 - Automatic Feature Selection - 2.ipynb ├── Machine Learning with Scikit-Learn - 44 - Automatic Feature Selection - 3.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 10 - Logistic Regression 3.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 11 - Decision Trees 1.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 12 - Decision Trees 2.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 13 - Decision Trees 3.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 14 - Decision Trees 4.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 15 - Decision Trees 5.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 16 - Random Forests 1.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 17 - Random Forests 2.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 18 - Random Forests 3.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 19 - Neural Networks 1.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 2.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 20 - Neural Networks 2.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 21 - Neural Networks 3.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 22 - Neural Networks 4.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 23 - Neural Networks 5.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 24 - Neural Networks 6.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 25 - SVMs 1.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 26 - SVMs 2.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 27 - SVMs 3.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 28 - SVMs 4.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 29 - SVMs 5.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 3.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 30 - SVMs 6.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 31 - SVMs 7.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 32 - The Decision Function.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 33 - Predict Proba.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 4 - Process Outline.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 5 - KNN 1.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 6 - KNN 2.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 7 - KNN 3.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 8 - Logistic Regression 1.ipynb ├── Machine Learning with Scikit-Learn - The Cancer Dataset - 9 - Logistic Regression 2.ipynb ├── README.md ├── SVM.png ├── SVM2.png ├── SVM3.png ├── breast-cancer-wisconsin-data.csv └── cancertree.png /Machine Learning with Scikit-Learn - 34 - Uncertainty Estimation in MultiClass Datasets.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - 34 - Uncertainty Estimation in MultiClass Datasets.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - 35 - Preprocessing - Binarization.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - 35 - Preprocessing - Binarization.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - 36 - Preprocessing - Mean Removal.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - 36 - Preprocessing - Mean Removal.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - 37 - Preprocessing - Scaling.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - 37 - Preprocessing - Scaling.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - 38 - Preprocessing - Normalization.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - 38 - Preprocessing - Normalization.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - 39 - Label Encoding.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - 39 - Label Encoding.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - 40 - One Hot Encoding - 1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - 40 - One Hot Encoding - 1.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - 41 - One Hot Encoding - 2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - 41 - One Hot Encoding - 2.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - 42 - Automatic Feature Selection - 1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - 42 - Automatic Feature Selection - 1.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - 43 - Automatic Feature Selection - 2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - 43 - Automatic Feature Selection - 2.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - 44 - Automatic Feature Selection - 3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - 44 - Automatic Feature Selection - 3.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 10 - Logistic Regression 3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 10 - Logistic Regression 3.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 11 - Decision Trees 1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 11 - Decision Trees 1.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 12 - Decision Trees 2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 12 - Decision Trees 2.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 13 - Decision Trees 3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 13 - Decision Trees 3.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 14 - Decision Trees 4.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 14 - Decision Trees 4.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 15 - Decision Trees 5.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 15 - Decision Trees 5.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 16 - Random Forests 1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 16 - Random Forests 1.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 17 - Random Forests 2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 17 - Random Forests 2.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 18 - Random Forests 3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 18 - Random Forests 3.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 19 - Neural Networks 1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 19 - Neural Networks 1.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 2.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 20 - Neural Networks 2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 20 - Neural Networks 2.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 21 - Neural Networks 3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 21 - Neural Networks 3.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 22 - Neural Networks 4.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 22 - Neural Networks 4.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 23 - Neural Networks 5.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 23 - Neural Networks 5.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 24 - Neural Networks 6.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 24 - Neural Networks 6.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 25 - SVMs 1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 25 - SVMs 1.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 26 - SVMs 2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 26 - SVMs 2.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 27 - SVMs 3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 27 - SVMs 3.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 28 - SVMs 4.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 28 - SVMs 4.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 29 - SVMs 5.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 29 - SVMs 5.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 3.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 30 - SVMs 6.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 30 - SVMs 6.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 31 - SVMs 7.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 31 - SVMs 7.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 32 - The Decision Function.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 32 - The Decision Function.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 33 - Predict Proba.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 33 - Predict Proba.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 4 - Process Outline.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 4 - Process Outline.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 5 - KNN 1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 5 - KNN 1.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 6 - KNN 2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 6 - KNN 2.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 7 - KNN 3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 7 - KNN 3.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 8 - Logistic Regression 1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 8 - Logistic Regression 1.ipynb -------------------------------------------------------------------------------- /Machine Learning with Scikit-Learn - The Cancer Dataset - 9 - Logistic Regression 2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/Machine Learning with Scikit-Learn - The Cancer Dataset - 9 - Logistic Regression 2.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/README.md -------------------------------------------------------------------------------- /SVM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/SVM.png -------------------------------------------------------------------------------- /SVM2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/SVM2.png -------------------------------------------------------------------------------- /SVM3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/SVM3.png -------------------------------------------------------------------------------- /breast-cancer-wisconsin-data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/breast-cancer-wisconsin-data.csv -------------------------------------------------------------------------------- /cancertree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CristiVlad25/ml-sklearn/HEAD/cancertree.png --------------------------------------------------------------------------------