9 comments

  • Legend2440 5 hours ago ago

    A lot of researchers think their job is to build models. They don't want to collect their own data, so they go find whatever dataset they can on kaggle or from a previous paper or wherever.

    This is backwards. The model is the easy part. Getting good data is 99% of the job, and nearly any clown can make a good model once you hand them a good dataset.

    • skvmb 4 hours ago ago

      As a clown, I can confirm.

      If you hand me a clean, well-labeled, representative dataset, I can make the model do a respectable little dance by lunch.

      If you hand me a Kaggle CSV with duplicated rows, target leakage, mislabeled outcomes, and columns named final_final_v2_REAL, suddenly I’m not doing ML anymore. I’m doing archaeology with a red nose on.

      The model is the balloon animal. The dataset is the elephant you had to drag into the tent.

    • steve_adams_86 3 hours ago ago

      This holds in software as well. I encounter people trying to build solutions for problems that might not even exist, even in the context of addressing a specific bug. The act of measuring and collecting data is hard work, pretty boring sometimes, and often prescriptive in ways that aren't appealing. It's like we'd rather guess and use the ambiguity to allow ourselves to explore solutions we're more interested in. The alternative is manually profiling and poring through logs, so, I kind of get it.

    • nradov 4 hours ago ago

      For a lot of clinical decision support use cases you don't even need fancy AI models to get accurate results. If you have good quality cleansed data you can literally just import it into Excel and run a simple linear regression analysis. But unfortunately that won't get you a reputation as an "AI thought leader".

      • kenjackson 3 hours ago ago

        Actually a simple flow-chart works for a large number of use cases. That said, there are a lot of use cases where we don't have a simple way to run a linear regression model to get reasonable results where "AI" does seem to work well.

      • QuercusMax 4 hours ago ago

        You just need to figure out a way to brand that as a new, resource-conserving AI model.

        • actionfromafar 4 hours ago ago

          I think it needs a cool name.

          • QuercusMax 3 hours ago ago

            We'll call it SSLRM. Spread Sheet Linear Regression Modeling, pronounced SLURM. Sounds fancy and business friendly.

  • matusp 2 hours ago ago

    Dataset quality is a huge issue in ML in general. You can often list a few dozen random samples from any given dataset and you will find out something weird going on instantly.