├── Hitchhiker's Guide to Machine Learning Algorithms in Python.ipynb ├── README.md ├── iris_df.csv ├── linear_regression_df.csv └── logistic_regression_df.csv /Hitchhiker's Guide to Machine Learning Algorithms in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdeweyx/Hitchhikers-Guide-Machine-Learning/HEAD/Hitchhiker's Guide to Machine Learning Algorithms in Python.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdeweyx/Hitchhikers-Guide-Machine-Learning/HEAD/README.md -------------------------------------------------------------------------------- /iris_df.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdeweyx/Hitchhikers-Guide-Machine-Learning/HEAD/iris_df.csv -------------------------------------------------------------------------------- /linear_regression_df.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdeweyx/Hitchhikers-Guide-Machine-Learning/HEAD/linear_regression_df.csv -------------------------------------------------------------------------------- /logistic_regression_df.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdeweyx/Hitchhikers-Guide-Machine-Learning/HEAD/logistic_regression_df.csv --------------------------------------------------------------------------------