Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More comprehensive tag assignment #229

Open
EssamWisam opened this issue May 13, 2024 · 1 comment
Open

More comprehensive tag assignment #229

EssamWisam opened this issue May 13, 2024 · 1 comment

Comments

@EssamWisam
Copy link
Collaborator

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.

@ablaom
Copy link
Member

ablaom commented May 13, 2024

Thanks @EssamWisam for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants