<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Даниал</title>
    <description>The latest articles on DEV Community by Даниал (@subdragon34).</description>
    <link>https://dev.to/subdragon34</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3722804%2Fb43fa75b-6889-49ea-8e99-c8b31cac9ea8.png</url>
      <title>DEV Community: Даниал</title>
      <link>https://dev.to/subdragon34</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/subdragon34"/>
    <language>en</language>
    <item>
      <title>Data Analyst (ML track) - Portfolio.</title>
      <dc:creator>Даниал</dc:creator>
      <pubDate>Wed, 21 Jan 2026 16:09:03 +0000</pubDate>
      <link>https://dev.to/subdragon34/data-analyst-ml-track-portfolio-pg0</link>
      <guid>https://dev.to/subdragon34/data-analyst-ml-track-portfolio-pg0</guid>
      <description>&lt;p&gt;This is a submission for the &lt;a href="https://dev.to/challenges/new-year-new-you-google-ai-2025-12-31"&gt;New Year, New You Portfolio Challenge Presented by Google AI&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Home - Learning Machine Learning in Public
&lt;/h2&gt;

&lt;p&gt;This site documents my machine learning learning process through small, reproducible projects. Each step is deployed as a live demo and paired with clear explanations, mistakes, and reflections.&lt;/p&gt;

&lt;h2&gt;
  
  
  About Me
&lt;/h2&gt;

&lt;p&gt;My name is Amankos Danial, currently learning data analysis and machine learning. I’m still at the beginner stage, so I’m intentionally keeping my projects small, honest, and well-explained. My goal is to become the kind of analyst who can turn messy data into clear insights and reliable predictions using every available instrument and observing patterns.&lt;/p&gt;

&lt;p&gt;This portfolio is structured as a learning journal: what I tried, what worked, what didn’t, and what I learned. My goal is to learn as much as I possibly can from this, as well as to show clear thinking, steady progress, and respect for fundamentals.&lt;/p&gt;

&lt;p&gt;I use Google AI tools, including Gemini, as a learning companion — to clarify concepts, validate my understanding, and reflect on results. All decisions, experiments, and conclusions are my own.&lt;/p&gt;

&lt;h2&gt;
  
  
  Credits
&lt;/h2&gt;

&lt;p&gt;This portfolio documents my learning process, so transparency matters to me. Below are the tools, datasets, and resources I used while building and learning.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Libraries &amp;amp; Frameworks&lt;/strong&gt;: Python, Flask, pandas, numpy, scikit-learn, matplotlib, seaborn.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Datasets&lt;/strong&gt;: Breast Cancer Wisconsin dataset — provided directly by scikit-learn and used for beginner-friendly exploration and modeling.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Google AI Tools&lt;/strong&gt;: Gemini (Google AI) — used as a learning companion to clarify machine learning concepts in simple language, help me interpret results and assist with drafting written reflections.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Infrastructure&lt;/strong&gt;: Google Cloud Run — used to deploy and host this portfolio as a containerized application.&lt;/p&gt;

&lt;h2&gt;
  
  
  Portfolio
&lt;/h2&gt;

&lt;p&gt;This portfolio documents my machine learning learning process through small, simple projects.&lt;br&gt;
Each project focuses on understanding the fundamentals first — working with real datasets, building simple baseline models, and illustrating results clearly.&lt;/p&gt;

&lt;p&gt;The portfolio itself is deployed on Google Cloud Run and embedded directly below.&lt;/p&gt;

&lt;p&gt;

&lt;/p&gt;
&lt;div class="ltag__cloud-run"&gt;
  &lt;iframe height="600px" src="https://ml-portfolio-465793291662.us-central1.run.app"&gt;
  &lt;/iframe&gt;
&lt;/div&gt;




&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;p&gt;I built this portfolio as a beginner-friendly ML learning log: each mini-step becomes a small, reproducible project that can be easily understood and explained.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tech stack:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Python + Flask for the web app&lt;/li&gt;
&lt;li&gt;pandas / numpy for data handling&lt;/li&gt;
&lt;li&gt;scikit-learn for baseline modeling (Logistic Regression and Decision Tree)&lt;/li&gt;
&lt;li&gt;matplotlib / seaborn for visualizations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Project structure:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Project 1: dataset exploration (distributions + correlation heatmap)&lt;/li&gt;
&lt;li&gt;Project 2: baseline models with evaluation (accuracy + confusion matrices)&lt;/li&gt;
&lt;li&gt;Project 3: interpretation and reflection (feature importance for the Decision Tree)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Google AI tools:&lt;/strong&gt;&lt;br&gt;
I used Gemini as a learning companion: to clarify ML concepts in plain language, sanity-check my understanding of metrics (like confusion matrices), and help me draft reflections after each step. I still ran the experiments myself and verified results before writing anything.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Deployment&lt;/strong&gt;&lt;br&gt;
I containerized the app and deployed it to Google Cloud Run. The live site is embedded in this post, and the service was deployed with the required label:&lt;br&gt;
--labels dev-tutorial=devnewyear2026.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'm Most Proud Of
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;I shipped something real as a beginner. The portfolio isn’t a static template — it’s a working app with real outputs and real learning steps.&lt;/li&gt;
&lt;li&gt;I focused on fundamentals instead of difficult to understand functions and datasets. I didn’t jump into complicated models. I started with exploration, then baselines, then interpretation.&lt;/li&gt;
&lt;li&gt;I made the results explainable. Adding confusion matrices and feature importance helped me understand what the model is doing, not just how accurate it is.&lt;/li&gt;
&lt;li&gt;I deployed it properly. Getting everything live on Cloud Run (and embedded in Dev.to) taught me a lot about real-world deployment and reliability.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Thank you!
&lt;/h2&gt;

</description>
      <category>devchallenge</category>
      <category>googleaichallenge</category>
      <category>portfolio</category>
      <category>gemini</category>
    </item>
  </channel>
</rss>
