Skip to content

Python package for Visual Studio Code extension dec-tree-vscode for Decision Tree

License

Notifications You must be signed in to change notification settings

AcaciaMan/dec-tree-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dec-tree-py

Python package for Visual Studio Code extension dec-tree-vscode for Decision Tree

This repository contains Python part of VSCode TypeScript extension.

vscode_typescript_python

child_process.py is called from TypeScript. child_channel.py, child_message.py, child_exec.py are utility classes to support recieving code from TS.

child_message is in json object form containing lists of Python imports, declarations, code and return part for TS invocations.

m_settings.py singleton stores all VSCode extension settings.

m_classifier.py is sklearn module DecisionTreeClassifier sample code implementation for VSCode extension.

About

Python package for Visual Studio Code extension dec-tree-vscode for Decision Tree

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages