This is the extension to boost up productivity in creating ML algorithms.
The extension currently contains the snippets of the pandas, Numpy, Matplotlib, Scikit-learn.
Features
The extension is useful for creating ML code easily.
Basic reading scipts of pandas:
Abbrevation
Description
read_{format}
creates lines for reading files as df
pd.dataframe
creates lines for dataframe creation using dictionary
simple_{alg} (eg.simple_LR)
creates lines for simple implementation of ML algorithms Creates simple Linear regression algorithm implemention code.
train_test_split
code to split data into training and testing sets
Requirements
To enjoy this, install pandas,numpy,matplotlib and scikit-learn. pip install pandas pip install numpy pip install matplotlib
Release Notes
Version 1.0.1
First version with snippets of python packages of sklearn, pandas and numpy.
Compatible to vs code version above 1.60.
See changelog to see changes from previous versions,