-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
Columns and DataType Not Explicitly Set on line 466 of sequential_minimum_optimization.py #11150
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
Comments
MannCode
added a commit
to MannCode/Python
that referenced
this issue
Feb 25, 2024
…ype setting in data reading process.
Merged
15 tasks
tianyizheng02
pushed a commit
that referenced
this issue
Jun 3, 2024
…n data reading process. (#11302) * issue #11150 Ensure explicit column selection and data type setting in data reading process. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
sedatguzelsemme
pushed a commit
to sedatguzelsemme/Python
that referenced
this issue
Sep 15, 2024
…ype setting in data reading process. (TheAlgorithms#11302) * issue TheAlgorithms#11150 Ensure explicit column selection and data type setting in data reading process. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
cclauss
pushed a commit
to cclauss/Python
that referenced
this issue
Sep 30, 2024
…ype setting in data reading process. (TheAlgorithms#11302) * issue TheAlgorithms#11150 Ensure explicit column selection and data type setting in data reading process. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
cclauss
pushed a commit
to cclauss/Python
that referenced
this issue
Sep 30, 2024
…ype setting in data reading process. (TheAlgorithms#11302) * issue TheAlgorithms#11150 Ensure explicit column selection and data type setting in data reading process. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
I found an AI-Specific Code smell in your project.
The smell is called: Columns and DataType Not Explicitly Set
You can find more information about it in this paper: https://dl.acm.org/doi/abs/10.1145/3522664.3528620.
According to the paper, the smell is described as follows:
Example:
You can find the code related to this smell in this link:
Python/machine_learning/sequential_minimum_optimization.py
Lines 456 to 476 in 5180533
I also found instances of this smell in other files, such as:
.
I hope this information is helpful!
The text was updated successfully, but these errors were encountered: