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

Extend json report for regression trees #511

Open
n-voisine opened this issue Jan 6, 2025 · 0 comments
Open

Extend json report for regression trees #511

n-voisine opened this issue Jan 6, 2025 · 0 comments
Assignees
Labels
Priority/1 To do after P0 Size/Days Some days of work Type/Enhancement New feature or request v11 Issue for Khiops 11
Milestone

Comments

@n-voisine
Copy link
Contributor

n-voisine commented Jan 6, 2025

Description

prise en compte dans les rapport json des informations nécessaires pour l'affichage des rapport dans l'outil de visualisation khiops

Questions/Ideas

Ajouter un rapport sur la discrétisation de la cible continues utilisé par l'arbre de regression
"targetDiscretization": {
"variable": "PetalLength",
"type": "Numerical",
"partitionType": "Intervals",
"partition": [
[1,3.55],
[3.55,4.85],
[4.85,6.9]],
"frequencies": [38,30,37]
}

Expliquer que l'on peut déduire les libellés de la classe cible de la partition, selon
"partLabels": ["[1,3.55[", "[1,3.55[", "[4.85,6.9]"]
comme dans le cas d'une discrétisation univariée.

Bien vérifier le traitement des valeurs manquantes: cf. LearningTest\TestKhiops\MissingValues\Analyse

Context

  • Khiops version V11
@n-voisine n-voisine added Type/Enhancement New feature or request v11 Issue for Khiops 11 Priority/1 To do after P0 Size/Days Some days of work labels Jan 6, 2025
@n-voisine n-voisine self-assigned this Jan 6, 2025
@lucaurelien lucaurelien added this to the v11.0.0 milestone Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority/1 To do after P0 Size/Days Some days of work Type/Enhancement New feature or request v11 Issue for Khiops 11
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants