Skip to content

More comprehensive tag assignment #229

@EssamWisam

Description

@EssamWisam

Here is a snapshot from _libs/nav/head.js which is responsible for routing data:

  {
    name: "Getting Started",
    id: "getting-started",
    href: "/info/getting-started",
    sections: [
      {
        name: "Choosing a model",
        href: "/getting-started/choosing-a-model/",
        tags: ["Classification", "Regression"],
      },
      {
        name: "Fit, predict, transform",
        href: "/getting-started/fit-and-predict/",
        tags: ["Classification", "Encoders"],
      },
      {
        name: "Model tuning",
        href: "/getting-started/model-tuning/",
        tags: ["Classification", "Hyperparameter Tuning"],
      },

As can be seen, each tutorial is mapped into one or more tags depending on its content. These tags are a superset of the main entries of the MLJ model browser and they will appear in the tutorials page of the MLJ website.

I went over all the tutorials to tag each but I didn't run my thinking algorithm until convergence for each tutorial; just a few iterations to fill some tags.

This issue is a simple reminder for me or someone else to revisit the file later and make it more comprehensive.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions