Here are
256 public repositories
matching this topic...
List of Computer Science courses with video lectures.
A collection of Linux Sysadmin Test Questions and Answers. Test your knowledge and skills in different fields with these Q/A.
LibRec: A Leading Java Library for Recommender Systems, see
Updated
Jun 20, 2021
Java
👔 How to transition from software development to engineering management
Trigger is a robust network automation toolkit written in Python that was designed for interfacing with network devices.
Updated
Apr 20, 2021
Python
Pynamical is a Python package for modeling and visualizing discrete nonlinear dynamical systems, chaos, and fractals.
Updated
Apr 16, 2021
Python
What to Read to Learn More About DevOps
Knee point detection in Python 📈
Updated
Jul 20, 2021
Python
Continuous- and Discrete-Time Signals and Systems - Theory and Computational Examples
Updated
Apr 30, 2021
Jupyter Notebook
CS 15-213: Introduction to Computer Systems in 2017 Spring, CMU
Updated
Jan 13, 2020
Assembly
🔃 Cybernetics Reading Club
Updated
Dec 13, 2017
HTML
Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions
a friendly wrapper around ptrace
📆 The infrastructure deployment time machine
Updated
Jul 27, 2021
Python
1st time TAing for CS110 at Stanford: Principles of Computer Systems? - Stars are appreciated :)
Updated
Sep 17, 2019
HTML
Lightweight printf library optimized for embedded systems
Lightweight JSON parser optimized for embedded systems
Vendor-agnostic tool for managing bare-metal systems via the Redfish API
Updated
Jun 25, 2021
Python
Website for the malleable systems and software community
This fork of the PSHTML-AD-Report project adds functionality to the existing report tool so that metrics can be collected from VMWare infrastructures.
Updated
Dec 28, 2019
PowerShell
GNU-radio wireless communication system lab
Updated
Apr 11, 2020
Python
Display a message in morse code on your capslock LED, keyboard backlight or using your screen brightness!
This is the main repo for Penglai.
Example projects for IAR RISC-V GD32V Evaluation board.
Docker Images for IAR Build tools on Linux hosts. This tutorial makes use of the IAR Build Tools for Arm but the same use case applies for the additional architectures that are currently supported on Linux host. The IAR Build Tools for Linux are also available for RISC-V, Renesas RX and Renesas RH850.
Updated
Mar 1, 2021
Shell
Improve this page
Add a description, image, and links to the
systems
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
systems
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
For now only strings are accepted as the
measures
parameter 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
predictions
parameter. In order to handle measur