Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/merekat/ml-shortcut-library

A Visual Studio Code shortcut library designed to simplify and accelerate machine learning development.
https://github.com/merekat/ml-shortcut-library

cnn coding data-science deep-learning efficiency extension extensions fnn machine-learning machinelearning nlp numpy pandas python scikit-learn shortcut shortcuts tensorflow visual-studio visual-studio-code

Last synced: 1 day ago
JSON representation

A Visual Studio Code shortcut library designed to simplify and accelerate machine learning development.

Awesome Lists containing this project

README

        

![Header Image](images/header.png)

# ML Shortcut Library
A Visual Studio Code shortcut library designed to simplify and accelerate machine learning development in python.

#### Why Use ML Shortcuts?
ML Shortcuts helps streamline your machine learning workflow by providing quick access to commonly used code snippets and tools, making your development process more efficient and productive.

#### Features
* Snippets for common ML libraries (Pandas, Numpy, TensorFlow, scikit-learn etc.)
* Quick data visualization tools
* Code completion for ML tasks
* Customizable shortcuts for frequent operations
* Inline model performance metrics

## Installation

Copy and paste the content of python.json to the user snippet JSON file of Visual Code Studio. The file can be opened by File > Preferences > Configure User Snippets > python.json.

![Header Image](images/installation.gif)

To use the snippets of the library just start typing the prefixes of the snippets and accept them via autocomplete. Sometimes placeholders need to be replaced after the code snippet appeared. You can jump from one placeholder to another via tab. All prefixes and codes can be customized in the user snippet JSON file. Placeholders are written as `${1:text}` with the number representing the order in which the user accesses the placeholder.

![Header Image](images/implementation.gif)