Here are
295 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 21, 2022
Java
🚀 The blazing fast build tool for Rust.
Updated
Jun 29, 2022
Rust
👔 How to transition from software development to engineering management
A fast and lightweight native programming language
Updated
Jul 9, 2022
Shell
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
May 24, 2022
Python
Knee point detection in Python 📈
Updated
May 14, 2022
Python
What to Read to Learn More About DevOps
Continuous- and Discrete-Time Signals and Systems - Theory and Computational Examples
Updated
Nov 10, 2021
Jupyter Notebook
CS 15-213: Introduction to Computer Systems in 2017 Spring, CMU
Updated
Jan 13, 2020
Assembly
Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions
Software Architecture for ML engineers
🔃 Cybernetics Reading Club
Updated
Dec 13, 2017
HTML
a friendly wrapper around ptrace
Lightweight printf library optimized for embedded systems
📆 The infrastructure deployment time machine
Updated
Jun 9, 2022
Python
Lightweight JSON parser for embedded systems
1st time TAing for CS110 at Stanford: Principles of Computer Systems? - Stars are appreciated :)
Updated
Sep 17, 2019
HTML
Vendor-agnostic tool for managing bare-metal systems via the Redfish API
Updated
Jun 29, 2022
Python
A systems development platform. A revamped portal is coming soon at:
Updated
May 14, 2022
JavaScript
GNU-radio wireless communication system lab
Updated
Apr 11, 2020
Python
A clean, well-written minimalist operating system designed to be used as an educational material for operating system development. [My flagship repo.]
Website for the malleable systems and software community
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
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