README
Hello everybody, and thanks for using the next-snippets extension first of all! This extension helps you to put basic ML Code templates in Python! Some are yet to come, but it is developed for users who are learning ML and Data Science for the first time! xD
Some commands for invoking the code snippets are given below!
Code snippets and commands
!dat - To invoke basic import of Data Science libraries
!nntmp - To import Tensorflow and Keras
!encode - To use the OneHotEncoder
!encody - To use Encoder in case of variable 'y'
!train - To import the split-dataset template
!plt - To import the graphing template
!import - To call the import dataset template
!nnmodel - To invoke a neural network of single neuron
!epoch - To train a Neural Network
!nncompl - Import a NN (suitable for CV, MNIST etc)
!iris - Import a Iris dataset for example! xD
!dtr - Import DecisionTreeRegressor template
!rfr - Import RandomForestRegressor template
!svr - Import SVR model
!fs - Use feature scaling
More yet to come!
Requirements
Python 3.6 or later
Tensorflow 2.x (Keras will be included)
Pandas
Matplotlib
Numpy
Scikit-learn
Known Issues
So far, no issues reported!
Release Notes
1.1.4
Stable version now available! xD
1.1.3
Fixed issue which caused problems in the code
1.1.2
More templates added!
1.1.1
Fixed known issues
1.0.1
Added more support of snippets
1.0.0
Initial release of next-snippets, added support for code templates of ML