-
Updated
Nov 23, 2020
systems
Here are 217 public repositories matching this topic...
-
Updated
Jan 22, 2020
-
Updated
Oct 22, 2020 - Java
Info.plist should be consulted for the principal class name when loading the application. Currently, we do not do so and assume that the SwiftWin32.Application is the principal class.
-
Updated
Oct 4, 2020 - Python
-
Updated
Apr 1, 2020 - Python
-
Updated
Jun 9, 2019
-
Updated
Nov 24, 2020 - Python
-
Updated
Jun 2, 2020 - Jupyter Notebook
-
Updated
Dec 13, 2017 - HTML
To make NLP (Natural Language Processing) better, we need to update the corpus time to time with new additions of data.
-
Updated
Dec 7, 2020
-
Updated
Dec 4, 2020 - Python
-
Updated
Sep 17, 2019 - HTML
Your System Details
- Python Version: Python 3.9.0
- Operating System: Fedora release 33
- Target System Type: ANY
- IPMI / Out-of-band Firmware Version: ANY
Describe the bug
Badfish argument for passing the host name only accepts -H which some people might guess that the analogue --host argument would also be accepted. Instead, BF interprets this as an incomplete call for `-
-
Updated
Dec 28, 2019 - PowerShell
It doesn't make sense to have the qemu setup as part of install_deps.sh. If someone wants virtualization because they can't build ILLIXR natively, install_deps.sh might fail before they get to the qemu step. They can say "no" to all the other installs but have to say "yes" to install_apt_deps and that has a lot of other dependencies that may or may not install correctly. So there shoul
-
Updated
Apr 4, 2020 - C++
-
Updated
Dec 2, 2020 - Shell
-
Updated
Dec 8, 2020 - C
-
Updated
Dec 1, 2020 - Rust
-
Updated
Jul 31, 2019 - C
-
Updated
Oct 11, 2020 - Python
-
Updated
Feb 15, 2017 - Java
Improve this page
Add a description, image, and links to the systems topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the systems topic, visit your repo's landing page and select "manage topics."


For now only strings are accepted as the
measuresparameter inGridSearchCV,RandomizedSearchCV, andcross_validate. It's thus impossible to use those with measures that take specific parameters as input (e.g. #156 ), or to use custom measures.We should then accept callables in addition to strings.
Each callable should only take the
predictionsparameter. In order to handle measur