Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Integration:  dvc git github
7c97b2a9a3
dvc data fix
3 years ago
82b810b974
last checkpoints added
3 years ago
97c5b91e60
code2vec folder added
3 years ago
b16ea91282
graph v3.1 added;
3 years ago
6e8e0eb71d
logreg validation 2.2 true negatives added;
3 years ago
bdb584c714
Get rid of csv in Git LFS
3 years ago
08a39d0906
open_data folder (with Python150k) added
3 years ago
a4b1957697
in-code comments classification added
3 years ago
a860004c7f
Update README.md
3 years ago
45a0bcfcdb
changed names
3 years ago
45a0bcfcdb
changed names
3 years ago
e08eadf7d2
2.1, 2.2 models and data added
3 years ago
3f08f4b1c5
exploring..
3 years ago
fc9e9f9c28
ramazyant files added
3 years ago
fc9e9f9c28
ramazyant files added
3 years ago
cb47e318da
models trained on graph 3 and 3.1
3 years ago
6425032446
SVM trained on the graph v3
3 years ago
e08eadf7d2
2.1, 2.2 models and data added
3 years ago
8ba024a8c5
no message
4 years ago
08a39d0906
open_data folder (with Python150k) added
3 years ago
6425032446
SVM trained on the graph v3
3 years ago
5a38d889bb
logreg 2.2 validation errors analyzed (chunk_size == 10)
3 years ago
cb47e318da
models trained on graph 3 and 3.1
3 years ago
76e719f816
SVM 2.3 weights analyzed;
3 years ago
cb47e318da
models trained on graph 3 and 3.1
3 years ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

Source Code Classification

This is a repo of NL2ML-project of the Laboratory of Big Data Analysis of Higher School of Economics (HSE LAMBDA).The repo is a mirror of HSE LAMBDA GitLab - https://gitlab.com/lambda-hse/nl2ml The project page - https://www.notion.so/NL2ML-Corpus-1ed964c08eb049b383c73b9728c3a231

Project Goals:

The current short-term goal is to build a model that will be able to classify a source code chunk and to specify where the detected class is exactly in the chunk (tag segmentation).

The main goal is to build a model that will be able to generate code getting a text of the task in english as an input.

Contents:

nl2ml_notebook_parser.py - a script for parsing Kaggle notebooks and process them to JSON/CSV/Pandas.

bert_distances.ipynb - a notebook with BERT expiremints concerning sense of distance between BERT embeddings where input tokens were tokenized source code chunks.

bert_classifier.ipynb - a notebook with preprocessing and training BERT-pipeline.

regex.ipynb - a notebook with creating labels for code chunks with regex

logreg_classifier.ipynb.ipynb - a notebook with training logistic regression model on the regex labels with tf-idf and analyzing the outputs

Comments vs commented code.ipynb - a notebook with a model distinguishing NL-comments from commented source code

github_dataset.ipynb - a notebook with opening github_dataset

predict_tag.ipynb - a notebook with predicting class label (tag) with any model

svm_classifier.ipynb - a notebook with training SVM (replaced by svm_train.py) and analyzing SVM outputs

svm_train.py - a script for training SVM model

Tip!

Press p or to see the previous file or, n or to see the next file

About

nl2ml

Collaborators 3

Comments

Loading...