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

data-augmentation component and his tests #129

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vitoryeso
Copy link
Contributor

No description provided.

@vitoryeso vitoryeso requested a review from lucasns97 November 30, 2021 18:59
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

" artifacts = joblib.load(\"/tmp/data/data_augmentation.joblib\")\n",
" self.artifacts = artifacts[\"data_augmentation_parameters\"]\n",
" \n",
" self.parameters = [ self.artifacts[\"augmentation_rate\"],\n",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oi @vitoryeso, essa variável poderia ser um dicionário, evitando ter que fazer o "hard code" da posição do elemento que você quer escolher, o que acaba ficando dependente da ordem.

Copy link
Contributor

@lucasns97 lucasns97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vitoryeso está muito bom, adicionei um comentário sobre a utilização de dicionário ao invés de lista; e faltou adicionar o .yml no .github/workflows e no README.md

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

Successfully merging this pull request may close these issues.

2 participants