-
Updated
May 14, 2020 - Python
logistic-regression
Here are 2,215 public repositories matching this topic...
-
Updated
Oct 16, 2019 - Jupyter Notebook
-
Updated
Dec 14, 2019 - Jupyter Notebook
-
Updated
Oct 7, 2019 - Jupyter Notebook
-
Updated
Apr 11, 2020 - Jupyter Notebook
-
Updated
Apr 18, 2016 - Jupyter Notebook
-
Updated
Sep 14, 2019 - Python
-
Updated
Apr 8, 2020 - Python
-
Updated
May 11, 2020 - Python
crissallandeMacBook-Pro:~ crissallan$ python3 train.py
Training set size: (2217, 20)
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.2 instruction
-
Updated
Aug 2, 2019 - Java
-
Updated
Mar 30, 2020 - Python
-
Updated
Sep 11, 2018 - Python
-
Updated
Jul 3, 2018 - R
-
Updated
Oct 10, 2019 - Jupyter Notebook
-
Updated
Mar 15, 2019 - Jupyter Notebook
-
Updated
Dec 31, 2017 - Python
-
Updated
May 1, 2020 - HTML
-
Updated
Aug 2, 2018 - R
-
Updated
Jan 14, 2020 - Jupyter Notebook
-
Updated
Mar 21, 2019 - Jupyter Notebook
-
Updated
Nov 28, 2019 - Python
-
Updated
Dec 18, 2019 - Python
-
Updated
Nov 28, 2017 - Jupyter Notebook
-
Updated
Nov 20, 2018 - Terra
-
Updated
Jan 10, 2019 - Jupyter Notebook
-
Updated
Apr 5, 2020 - C++
-
Updated
Jan 31, 2018 - Jupyter Notebook
Improve this page
Add a description, image, and links to the logistic-regression topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the logistic-regression topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
When generating generating targeted attacks the method arguments
generate(x, y=None)
can be confusing. In this casey
usually refers to the target label for the attack, but users may accidentally put the correct label there, rendering the attack ineffective.Describe the solution you'd like
Maybe we should change that