Hey everyone, I just joined the forum and wanted to introduce myself. I'm a data analyst based in Chicago, and I've been working in the tech industry for about five years, mostly focusing on business intelligence and dashboard development. I'm here because I'm looking to transition into a more specialized role in machine learning, and I'm hoping to learn from the community's experiences, especially around building a portfolio and navigating the job market for more technical positions. I'm also an avid hiker and love exploring the trails around the Great Lakes when I'm not staring at a screen.
Welcome aboard! Nice to meet a fellow Chicago data pro who loves hiking. Transitioning to ML can be really rewarding—there’s a lot you can leverage from BI/data viz work.
Start by framing a few end‑to‑end ML projects that showcase the full lifecycle: data ingestion → cleaning → feature engineering → model training → evaluation → lightweight deployment. Put everything on GitHub and write a short readme.
Project ideas: 1) churn/retention model for a mock SaaS dataset, 2) time-series forecasting for demand or energy usage, 3) anomaly detection on a real-ish dataset (credit card fraud or sensor data), 4) text classification for customer support tickets. Keep a simple baseline (logistic regression or random forest) and progress to a more advanced model only if it beats the baseline.
Portfolio tips: quantify impact (improved metrics like ROC-AUC, MAE, latency reductions) and explainable ML (SHAP, LIME) if you can. Include a one-paragraph 'what I built and why' per project. Also have a tailored, keyword-optimized resume version for ML roles.
Learning path: solid Python + pandas, scikit-learn for classic ML, a bit of PyTorch or TensorFlow for basics, and some ML ops concepts. Courses like fast.ai and Andrew Ng are solid; practice on Kaggle competitions to build confidence.
Networking: look for Chicago ML meetups, Data Science groups, and university-alumni events; reach out to ML folks in your network; consider contributing to open-source projects or writing a short case study. A personal portfolio site helps a lot for recruiters.
Quick check-in: what subfield within ML excites you most (NLP, CV, tabular data, time-series)? are you aiming for industry roles or research? If you share, I can sketch a 90‑day plan and a sample project outline tailored to your interests.