-
Notifications
You must be signed in to change notification settings - Fork 5
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
feature: adicionando um novo plot #152
base: develop
Are you sure you want to change the base?
Conversation
…tra qual coluna foi retirada e qual não foi
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tranquilo
@@ -32,11 +32,11 @@ | |||
"outputs": [], | |||
"source": [ | |||
"# parameters\n", | |||
"dataset = \"/tmp/data/boston.csv\" #@param {type:\"string\"}\n", | |||
"target = \"medv\" #@param {type:\"feature\", label:\"Atributo alvo\", description: \"Esse valor será utilizado para garantir que o alvo não seja removido.\"}\n", | |||
"dataset = \"/tmp/data/heart-3.csv\" #@param {type:\"string\"}\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Procure deixar no notebook de experiment um dataset que seja de fácil acesso. Não sei do que se trata esse "heart".
Sugiro deixar um dos datasets listados aqui https://github.com/platiagro/tasks/blob/main/tests/datasets.py
Arrumando isso já aprovo o PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
opa ta certo, eu coloquei o iris nesse novo commit que eu dei
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
plot que mostra as variâncias das colunas, e mostra qual coluna foi retirada e qual não foi