Practical Implementation of Machine Learning Techniques for Research
Table of Contents
For immediate access to the workshop materials with a pre-configured environment, use the Google Colab link below: Open in Google Colab
DSI_Applied_ML.ipynb
: Jupyter notebook with the workshop code and instructions.Data_with_Depression.csv
: Dataset file used for analysis and model training.geojson-fl-counties-fips.json
: GeoJSON file for mapping FIPS codes to counties in Florida.
- Basic knowledge of Python programming.
- Understanding of machine learning concepts.
To run this workshop on your local machine, clone the repository and install the necessary dependencies.
git clone https://github.com/matheusmaldaner/WorkshopArchive.git
cd WorkshopArchive/Applied_ML
Alternatively, you can use Google Colab to access the workshop without any local setup: Open in Google Colab
Ensure that you have the following Python libraries installed if running locally:
- pandas
- numpy
- scikit-learn
- matplotlib
You can install these using pip:
pip install pandas numpy scikit-learn matplotlib
- If using Google Colab, simply click on the link provided above to access the notebook.
- If running locally, launch Jupyter Notebook or JupyterLab in the cloned repository's directory.
- Open the
DSI_Applied_ML.ipynb
notebook. - Follow the instructions within the notebook to complete the workshop.
For further learning and to expand on the concepts covered in this workshop, the following resources are recommended:
- Open in Google Colab - Direct link to the workshop notebook.
- Scikit-learn Documentation - A comprehensive guide to machine learning in Python with scikit-learn.
- Pandas Documentation - Useful for understanding data manipulation and analysis with pandas.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Hunor Vajda - Github
Matheus Kunzler Maldaner - Github
- Data Science and Informatics for hosting the workshop.