{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/ktrain-a-low-code-library-for-augmented","title":"ktrain: A Low-Code Library for Augmented Machine Learning","arxiv_id":"2004.10703","date":"2020-04-19","proceeding":null,"authors":["Arun S. Maiya"],"abstract":"We present ktrain, a low-code Python library that makes machine learning more accessible and easier to apply. As a wrapper to TensorFlow and many other libraries (e.g., transformers, scikit-learn, stellargraph), it is designed to make sophisticated, state-of-the-art machine learning models simple to build, train, inspect, and apply by both beginners and experienced practitioners. Featuring modules that support text data (e.g., text classification, sequence tagging, open-domain question-answering), vision data (e.g., image classification), graph data (e.g., node classification, link prediction), and tabular data, ktrain presents a simple unified interface enabling one to quickly solve a wide range of tasks in as little as three or four \"commands\" or lines of code.","url_abs":"https://arxiv.org/abs/2004.10703v5","url_pdf":"https://arxiv.org/pdf/2004.10703v5.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"ktrain-a-low-code-library-for-augmented","repo_url":"https://github.com/amaiya/ktrain","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"ktrain-a-low-code-library-for-augmented","repo_url":"https://github.com/AnneDirkson/FuzzyBIO","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"paper_slug":"ktrain-a-low-code-library-for-augmented","repo_url":"https://github.com/Vakihito/SentimentYoutube","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"ktrain-a-low-code-library-for-augmented","repo_url":"https://github.com/gregtozzi/deep_learning_celnav","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok"}}],"tasks":[{"task_slug":"machine-learning","task_name":"BIG-bench Machine Learning"},{"task_slug":"classification-1","task_name":"Classification"},{"task_slug":"classification","task_name":"General Classification"},{"task_slug":"image-classification","task_name":"Image Classification"},{"task_slug":"link-prediction","task_name":"Link Prediction"},{"task_slug":"node-classification","task_name":"Node Classification"},{"task_slug":"open-domain-question-answering","task_name":"Open-Domain Question Answering"},{"task_slug":"question-answering","task_name":"Question Answering"},{"task_slug":"text-classification","task_name":"Text Classification"},{"task_slug":"image-classification","task_name":"image-classification"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2004.10703","atlas_url":"https://app.syntology.ai/?focus=2004.10703","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2004.10703"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Vakihito/SentimentYoutube","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/amaiya/ktrain","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/gregtozzi/deep_learning_celnav","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/AnneDirkson/FuzzyBIO","reach":{"status":"ok","spdx":"BSD-3-Clause"}}],"summary":{"ran":4,"unverified":12},"by_repo_kind":{"official":{"samples":10,"ran":0,"repositories":1},"listed":{"samples":6,"ran":4,"repositories":2}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"a546a84ed55f0567","entry":"average","repo":"Vakihito/SentimentYoutube","repo_kind":"listed","path":"SentimentYoutube/utils.py","file_url":"https://github.com/Vakihito/SentimentYoutube/blob/HEAD/SentimentYoutube/utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a546a84ed55f0567"}},{"code_sha256_prefix":"eac2c90e74cdf386","entry":"consent_values","repo":"Vakihito/SentimentYoutube","repo_kind":"listed","path":"SentimentYoutube/utils.py","file_url":"https://github.com/Vakihito/SentimentYoutube/blob/HEAD/SentimentYoutube/utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"eac2c90e74cdf386"}},{"code_sha256_prefix":"7623c86a08659fbe","entry":"load_obj","repo":"AnneDirkson/FuzzyBIO","repo_kind":"listed","path":"src/BERTforNERktrain.py","file_url":"https://github.com/AnneDirkson/FuzzyBIO/blob/HEAD/src/BERTforNERktrain.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"7623c86a08659fbe"}},{"code_sha256_prefix":"745a73e4dcbf8b2c","entry":"prop_of_having_face","repo":"Vakihito/SentimentYoutube","repo_kind":"listed","path":"SentimentYoutube/utils.py","file_url":"https://github.com/Vakihito/SentimentYoutube/blob/HEAD/SentimentYoutube/utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"745a73e4dcbf8b2c"}},{"code_sha256_prefix":"d1b3148b0dd94979","entry":"bn_drop_lin","repo":"amaiya/ktrain","repo_kind":"official","path":"ktrain/models.py","file_url":"https://github.com/amaiya/ktrain/blob/HEAD/ktrain/models.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d1b3148b0dd94979"}},{"code_sha256_prefix":"738bc41e073f5b3e","entry":"calc_pr","repo":"amaiya/ktrain","repo_kind":"official","path":"ktrain/text/models.py","file_url":"https://github.com/amaiya/ktrain/blob/HEAD/ktrain/text/models.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"738bc41e073f5b3e"}},{"code_sha256_prefix":"69a0c53d30354fa2","entry":"calc_r","repo":"amaiya/ktrain","repo_kind":"official","path":"ktrain/text/models.py","file_url":"https://github.com/amaiya/ktrain/blob/HEAD/ktrain/text/models.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"69a0c53d30354fa2"}},{"code_sha256_prefix":"c7a8db5540f071a1","entry":"get_bert_lex","repo":"Vakihito/SentimentYoutube","repo_kind":"listed","path":"SentimentYoutube/BertLex.py","file_url":"https://github.com/Vakihito/SentimentYoutube/blob/HEAD/SentimentYoutube/BertLex.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c7a8db5540f071a1"}},{"code_sha256_prefix":"e64f0ee1bd42fbaf","entry":"get_bert_sent_features","repo":"Vakihito/SentimentYoutube","repo_kind":"listed","path":"SentimentYoutube/BertLex.py","file_url":"https://github.com/Vakihito/SentimentYoutube/blob/HEAD/SentimentYoutube/BertLex.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e64f0ee1bd42fbaf"}},{"code_sha256_prefix":"5001d8db76a12c5d","entry":"get_default_optimizer","repo":"amaiya/ktrain","repo_kind":"official","path":"ktrain/utils.py","file_url":"https://github.com/amaiya/ktrain/blob/HEAD/ktrain/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"5001d8db76a12c5d"}},{"code_sha256_prefix":"0b73e2ecb02193e6","entry":"graph_link_predictor","repo":"amaiya/ktrain","repo_kind":"official","path":"ktrain/graph/models.py","file_url":"https://github.com/amaiya/ktrain/blob/HEAD/ktrain/graph/models.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0b73e2ecb02193e6"}},{"code_sha256_prefix":"3ab18e8bf72addb4","entry":"graph_node_classifier","repo":"amaiya/ktrain","repo_kind":"official","path":"ktrain/graph/models.py","file_url":"https://github.com/amaiya/ktrain/blob/HEAD/ktrain/graph/models.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3ab18e8bf72addb4"}},{"code_sha256_prefix":"4d757d2242837b26","entry":"is_ktrain_dataset","repo":"amaiya/ktrain","repo_kind":"official","path":"ktrain/utils.py","file_url":"https://github.com/amaiya/ktrain/blob/HEAD/ktrain/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4d757d2242837b26"}},{"code_sha256_prefix":"2aa2f26504b22e81","entry":"loss_fn_from_model","repo":"amaiya/ktrain","repo_kind":"official","path":"ktrain/utils.py","file_url":"https://github.com/amaiya/ktrain/blob/HEAD/ktrain/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2aa2f26504b22e81"}},{"code_sha256_prefix":"02d7dd5830f6012a","entry":"tabular_classifier","repo":"amaiya/ktrain","repo_kind":"official","path":"ktrain/tabular/models.py","file_url":"https://github.com/amaiya/ktrain/blob/HEAD/ktrain/tabular/models.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"02d7dd5830f6012a"}},{"code_sha256_prefix":"908199ea5ec0d185","entry":"tabular_regression_model","repo":"amaiya/ktrain","repo_kind":"official","path":"ktrain/tabular/models.py","file_url":"https://github.com/amaiya/ktrain/blob/HEAD/ktrain/tabular/models.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"908199ea5ec0d185"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}