<?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: M</title>
    <description>The latest articles on DEV Community by M (@maximhh).</description>
    <link>https://dev.to/maximhh</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%2F2096108%2F5db99bac-9f0f-4f7a-9489-760efbf18440.png</url>
      <title>DEV Community: M</title>
      <link>https://dev.to/maximhh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/maximhh"/>
    <language>en</language>
    <item>
      <title>Beginner Questions about ML classification / forecasts</title>
      <dc:creator>M</dc:creator>
      <pubDate>Thu, 19 Sep 2024 09:35:07 +0000</pubDate>
      <link>https://dev.to/maximhh/beginner-questions-about-ml-classification-forecasts-1pc1</link>
      <guid>https://dev.to/maximhh/beginner-questions-about-ml-classification-forecasts-1pc1</guid>
      <description>&lt;p&gt;Hello, I hope this is the right place to ask this. I'm relatively new to machine learning and currently trying out building classification models for tabular data on Google cloud. &lt;br&gt;
The goal is to apply machine learning on a database of technical equipments to predict, if an equipment might require maintenance. There's lots of missing data though and I'm not sure how the data should be to produce a reliable model. &lt;br&gt;
There's mostly technical static data available, but information about usage time could only be inferred from other entities. Is it the right approach to build a model that outputs boolean values for each equipment? Something like "is maintenance due within 1 month?". &lt;/p&gt;

&lt;p&gt;I've also tried this credit card transaction dataset: &lt;a href="https://www.kaggle.com/datasets/mlg-ulb/creditcardfraud" rel="noopener noreferrer"&gt;https://www.kaggle.com/datasets/mlg-ulb/creditcardfraud&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;but I don't understand some of the technical details. On the kaggle page it says &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Given the class imbalance ratio, we recommend measuring the accuracy using the Area Under the Precision-Recall Curve (AUPRC). Confusion matrix accuracy is not meaningful for unbalanced classification. &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;But the stats of the model look like this now:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fscslcowbuq3eeprm27qb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fscslcowbuq3eeprm27qb.png" alt="Image description" width="630" height="634"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd8cp2cpvb2muwfh8wdvz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd8cp2cpvb2muwfh8wdvz.png" alt="Image description" width="366" height="161"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What do I make of this?&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
