100+ datasets found
  1. h

    javascript-dataset-js

    • huggingface.co
    Updated Aug 24, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Akshay Nambiar (2024). javascript-dataset-js [Dataset]. https://huggingface.co/datasets/axay/javascript-dataset-js
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Aug 24, 2024
    Authors
    Akshay Nambiar
    Description

    axay/javascript-dataset-js dataset hosted on Hugging Face and contributed by the HF Datasets community

  2. Malicious and benign JavaScript dataset

    • kaggle.com
    zip
    Updated Aug 24, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    sSchumat (2023). Malicious and benign JavaScript dataset [Dataset]. https://www.kaggle.com/datasets/sschumat/malicious-and-benign-javascript-dataset
    Explore at:
    zip(586226109 bytes)Available download formats
    Dataset updated
    Aug 24, 2023
    Authors
    sSchumat
    Description

    Dataset

    This dataset was created by sSchumat

    Contents

  3. Z

    Developer Expertise Dataset on JavaScript Libraries

    • data.niaid.nih.gov
    Updated Jan 24, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Montandon, João Eduardo; Silva, Luciana Lourdes; Valente, Marco Tulio (2020). Developer Expertise Dataset on JavaScript Libraries [Dataset]. https://data.niaid.nih.gov/resources?id=zenodo_1484497
    Explore at:
    Dataset updated
    Jan 24, 2020
    Dataset provided by
    IFMG
    UFMG
    Authors
    Montandon, João Eduardo; Silva, Luciana Lourdes; Valente, Marco Tulio
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This dataset contains an anonymized list of surveyed developers who provided their expertise level on three popular JavaScript libraries:

    ReactJS, a library for building enriched web interfaces

    MongoDB, a driver for accessing MongoDB databased

    Socket.IO, a library for realtime communication

  4. JavaScript dataset.

    • plos.figshare.com
    xls
    Updated Jun 21, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Zhining Zhang; Liang Wan; Kun Chu; Shusheng Li; Haodong Wei; Lu Tang (2023). JavaScript dataset. [Dataset]. http://doi.org/10.1371/journal.pone.0277891.t002
    Explore at:
    xlsAvailable download formats
    Dataset updated
    Jun 21, 2023
    Dataset provided by
    PLOShttp://plos.org/
    Authors
    Zhining Zhang; Liang Wan; Kun Chu; Shusheng Li; Haodong Wei; Lu Tang
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    JavaScript dataset.

  5. h

    dataset-JavaScript-general-coding

    • huggingface.co
    Updated Feb 17, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    David Meldrum (2025). dataset-JavaScript-general-coding [Dataset]. https://huggingface.co/datasets/dmeldrum6/dataset-JavaScript-general-coding
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Feb 17, 2025
    Authors
    David Meldrum
    Description

    Dataset Card for dataset-JavaScript-general-coding

    This dataset has been created with distilabel.

      Dataset Summary
    

    This dataset contains a pipeline.yaml which can be used to reproduce the pipeline that generated it in distilabel using the distilabel CLI: distilabel pipeline run --config "https://huggingface.co/datasets/dmeldrum6/dataset-JavaScript-general-coding/raw/main/pipeline.yaml"

    or explore the configuration: distilabel pipeline info --config… See the full description on the dataset page: https://huggingface.co/datasets/dmeldrum6/dataset-JavaScript-general-coding.

  6. Z

    Enhanced Bug Prediction in JavaScript Programs with Hybrid Call-Graph Based...

    • data.niaid.nih.gov
    • zenodo.org
    Updated Nov 21, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Antal, Gábor; Tóth, Zoltán Gábor; Hegedűs, Péter; Ferenc, Rudolf (2020). Enhanced Bug Prediction in JavaScript Programs with Hybrid Call-Graph Based Invocation Metrics (Training Dataset) [Dataset]. https://data.niaid.nih.gov/resources?id=zenodo_4281475
    Explore at:
    Dataset updated
    Nov 21, 2020
    Dataset provided by
    University of Szeged
    Authors
    Antal, Gábor; Tóth, Zoltán Gábor; Hegedűs, Péter; Ferenc, Rudolf
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This dataset consists of multiple files which contain bug prediction training data.

    The entries in the dataset are JavaScript functions either being buggy or non-buggy. Bug related information was obtained from the project EsLint contained in BugsJS (https://github.com/BugsJS/eslint). The buggy instances were collected throughout the lifetime of the project, however we added non-buggy entries from the latest version which is tagged as fix (entries which were previously included as buggy were not included as non-buggy later on).

    The dataset is based on hybrid call graphs which are constructed by https://github.com/sed-szeged/hcg-js-framework. The result of this tool is a call graph where the edges are associated with a confidence level which shows how likely the given edge is a valid call edge.

    We used different threshold values from which we considered the edges to be valid. The following threshold values were used:

    0.00

    0.05

    0.20

    0.30

    The prefix in the dataset file names are coming from the used threshold. The the datasets include coupling metrics NII (Nubmer of Incoming Invocations) and NOI (Number of Outgoing Invocations) which were calculated by a static source code analyzer called SourceMeter. Hybrid counterparts of these metrics (HNII and HNOI) are based on the given threshold values.

    There are four variants for all of these datasets:

    Both static (NII, NOi) and hybrid (HNII, HNOI) coupling metrics are included with additional static source code metrics and information about the entries (file without any postfix). Column contained only in this dataset are:

    ID

    Name

    Longname

    Parent ID

    Component ID

    Path

    Line

    Column

    EndLine

    EndColumn

    Both static (NII, NOi) and hybrid (HNII, HNOI) coupling metrics are included with additional static source code metrics (file with '_h+s' postfix)

    Only static (NII, NOI) coupling metrics are included with additional static source code metrics (file with '_s' postfix)

    Only hybrid (HNII, HNOI) coupling metrics are included with additional static source code metrics (file with '_h' postfix)

    Static source code metrics which are contained in all dataset are the following:

    McCC - McCabe Cyclomatic Complexity

    NL - Nesting Level

    NLE - Nesting Level Else If

    CD - Comment Density

    CLOC - Comment Lines of Code

    DLOC - Documentation Lines of Code

    TCD - Total Comment Density (Comment Lines in an emedded function will be also considered)

    TCLOC - Total Comment Lines of Code (Comment Lines in an emedded function will be also considered)

    LLOC - Logical Lines of Code (Comment and empty lines not counted)

    LOC - Lines of Code (Comment and empty lines are counted)

    NOS - Number of Statements

    NUMPAR - Number of Parameters

    TLLOC - Logical Lines of Code (Lines in embedded functions are also counted)

    TLOC - Lines of Code (Lines in embedded functions are also counted)

    TNOS - Total Number of Statements (Statements in embedded functions are also counted)

  7. h

    javascript-github-code

    • huggingface.co
    Updated Dec 13, 2022
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Angelica Chen (2022). javascript-github-code [Dataset]. https://huggingface.co/datasets/angie-chen55/javascript-github-code
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Dec 13, 2022
    Authors
    Angelica Chen
    Description

    angie-chen55/javascript-github-code dataset hosted on Hugging Face and contributed by the HF Datasets community

  8. ReactJS FAQ Dataset

    • kaggle.com
    zip
    Updated Jun 30, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Savani Dhruv (2025). ReactJS FAQ Dataset [Dataset]. https://www.kaggle.com/datasets/savanidhruv/reactjs-faq-dataset
    Explore at:
    zip(4243125 bytes)Available download formats
    Dataset updated
    Jun 30, 2025
    Authors
    Savani Dhruv
    License

    MIT Licensehttps://opensource.org/licenses/MIT
    License information was derived automatically

    Description

    Dataset Overview (React Q&A)

    Our chatbot will be trained on a specialized Q&A dataset about the React JavaScript library. This React Q&A dataset is provided as a JSON file containing roughly 26,300 question-answer pairs (the exact number may vary slightly). Each entry in the JSON list has a "question" field and a corresponding "answer" field, e.g.:

    {"question": "What is React?", "answer": "React is an open-source JavaScript library for building user interfaces..."}

    This format (a list of objects with ‘question’ and ‘answer’ strings) is common in QA collections. For comparison, a well-known QA dataset like SQuAD (Stanford Question Answering Dataset) contains on the order of 100,000 question-answer pairs. Our React dataset is smaller but still substantial. It covers many topics relevant to React: definitions (e.g. “What is JSX?”), how-to guides (e.g. “How to install react-datepicker?”), component usage, common patterns, troubleshooting, and performance features.

    AspectDetails
    Dataset Size~26,300 question-answer pairs
    FormatJSON list; each entry has question and answer fields
    DomainReact.js (theoretical and practical Q&A)
    ExamplesWhat is React?, How to install react-datepicker?, etc.

    Because this dataset is domain-specific (about React), it serves as a tailored knowledge base for the chatbot. Using a focused corpus like this is recommended: as noted by experts, “if your QA system focuses on a particular domain (e.g., technical), consider domain-specific corpora” and even curate your own Q&A pairs. This helps the model learn React terminology and concepts deeply. The dataset’s JSON structure (a flat list of QA entries) is simple and ready for loading into typical training pipelines.

  9. w

    Dataset of books called Eloquent JavaScript : a modern introduction to...

    • workwithdata.com
    Updated Apr 17, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Work With Data (2025). Dataset of books called Eloquent JavaScript : a modern introduction to programming [Dataset]. https://www.workwithdata.com/datasets/books?f=1&fcol0=book&fop0=%3D&fval0=Eloquent+JavaScript+%3A+a+modern+introduction+to+programming
    Explore at:
    Dataset updated
    Apr 17, 2025
    Dataset authored and provided by
    Work With Data
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This dataset is about books. It has 1 row and is filtered where the book is Eloquent JavaScript : a modern introduction to programming. It features 7 columns including author, publication date, language, and book publisher.

  10. Python and Javascript Code

    • kaggle.com
    zip
    Updated Nov 27, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Jordan Tantuico (2023). Python and Javascript Code [Dataset]. https://www.kaggle.com/datasets/jordantantuico/python-and-javascript-code
    Explore at:
    zip(62697 bytes)Available download formats
    Dataset updated
    Nov 27, 2023
    Authors
    Jordan Tantuico
    Description

    Dataset

    This dataset was created by Jordan Tantuico

    Contents

  11. h

    code-search-net-javascript

    • huggingface.co
    Updated Nov 13, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Fernando Tarin Morales (2023). code-search-net-javascript [Dataset]. https://huggingface.co/datasets/Nan-Do/code-search-net-javascript
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Nov 13, 2023
    Authors
    Fernando Tarin Morales
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    Dataset Card for "code-search-net-javascript"

      Dataset Summary
    

    This dataset is the JavaScript portion of the CodeSarchNet annotated with a summary column.The code-search-net dataset includes open source functions that include comments found at GitHub.The summary is a short description of what the function does.

      Languages
    

    The dataset's comments are in English and the functions are coded in JavaScript

      Data Splits
    

    Train, test, validation labels are… See the full description on the dataset page: https://huggingface.co/datasets/Nan-Do/code-search-net-javascript.

  12. h

    code-text-javascript

    • huggingface.co
    Updated Jul 18, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Semeru Lab (2023). code-text-javascript [Dataset]. https://huggingface.co/datasets/semeru/code-text-javascript
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jul 18, 2023
    Dataset authored and provided by
    Semeru Lab
    License

    MIT Licensehttps://opensource.org/licenses/MIT
    License information was derived automatically

    Description

    Dataset is imported from CodeXGLUE and pre-processed using their script.

      Where to find in Semeru:
    

    The dataset can be found at /nfs/semeru/semeru_datasets/code_xglue/code-to-text/javascript in Semeru

      CodeXGLUE -- Code-To-Text
    
    
    
    
    
      Task Definition
    

    The task is to generate natural language comments for a code, and evaluted by smoothed bleu-4 score.

      Dataset
    

    The dataset we use comes from CodeSearchNet and we filter the dataset as the following:… See the full description on the dataset page: https://huggingface.co/datasets/semeru/code-text-javascript.

  13. w

    Dataset of books called Reliable JavaScript

    • workwithdata.com
    Updated Apr 17, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Work With Data (2025). Dataset of books called Reliable JavaScript [Dataset]. https://www.workwithdata.com/datasets/books?f=1&fcol0=book&fop0=%3D&fval0=Reliable+JavaScript
    Explore at:
    Dataset updated
    Apr 17, 2025
    Dataset authored and provided by
    Work With Data
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This dataset is about books. It has 1 row and is filtered where the book is Reliable JavaScript. It features 7 columns including author, publication date, language, and book publisher.

  14. JavaScript Supply-Chain Analysis Dataset

    • zenodo.org
    bin
    Updated Mar 26, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Zenodo (2025). JavaScript Supply-Chain Analysis Dataset [Dataset]. http://doi.org/10.5281/zenodo.15090736
    Explore at:
    binAvailable download formats
    Dataset updated
    Mar 26, 2025
    Dataset provided by
    Zenodohttp://zenodo.org/
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Mar 10, 2025
    Description

    External JavaScript imports extracted from CommonCrawl CC-MAIN-2024-10 and CC-MAIN-2024-18 in CSV format.

  15. w

    Dataset of book subjects that contain Learning JavaScript

    • workwithdata.com
    Updated Nov 7, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Work With Data (2024). Dataset of book subjects that contain Learning JavaScript [Dataset]. https://www.workwithdata.com/datasets/book-subjects?f=1&fcol0=j0-book&fop0=%3D&fval0=Learning+JavaScript&j=1&j0=books
    Explore at:
    Dataset updated
    Nov 7, 2024
    Dataset authored and provided by
    Work With Data
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This dataset is about book subjects. It has 2 rows and is filtered where the books is Learning JavaScript. It features 10 columns including number of authors, number of books, earliest publication date, and latest publication date.

  16. Vulnerability Fix Dataset

    • kaggle.com
    Updated Feb 4, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    JIS College of Engineering (2025). Vulnerability Fix Dataset [Dataset]. http://doi.org/10.34740/kaggle/dsv/10658267
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Feb 4, 2025
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    JIS College of Engineering
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    Overview The Vulnerability Fix Dataset is a collection of 35,000 code snippets containing both vulnerable and fixed versions of code. The dataset focuses on common software security vulnerabilities and their corresponding fixes, making it highly valuable for research in secure coding practices, automated vulnerability detection, and software security analysis. ** Dataset Structure** This dataset consists of three main columns:

    vulnerability_type: The type of security vulnerability (e.g., SQL Injection, Cross-Site Scripting). vulnerable_code: The original code snippet containing the vulnerability. fixed_code: The secure version of the code with the vulnerability fixed. The dataset includes vulnerabilities across multiple programming languages, making it useful for machine learning, static analysis, and cybersecurity training.

    Features of the Dataset The Vulnerability Fix Dataset contains the following key features:

    vulnerability_type (String)

    The category of the security vulnerability present in the code. Examples: SQL Injection Cross-Site Scripting (XSS) Buffer Overflow Command Injection Insecure Cryptographic Practices vulnerable_code (String)

    The original code snippet that contains a security vulnerability. Written in various programming languages, including Java, Python, C, and JavaScript. Used for analyzing insecure coding patterns. fixed_code (String)

    The corrected version of the vulnerable_code with security improvements. Demonstrates best practices in secure coding. Helps in training AI models for automatic vulnerability fixing. This dataset is structured to support research in automated vulnerability detection, static code analysis, and secure software development.

  17. Obfuscated JavaScript dataset

    • kaggle.com
    zip
    Updated May 3, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ami (2021). Obfuscated JavaScript dataset [Dataset]. https://www.kaggle.com/fanbyprinciple/obfuscated-javascript-dataset
    Explore at:
    zip(6333785 bytes)Available download formats
    Dataset updated
    May 3, 2021
    Authors
    Ami
    Description

    The dataset contains obfuscated and non obfuscated files in clearly divided directories.

    The file is taken from dataset provided in the book : Machine learning for cyber security cookbook

  18. c

    JavaScript Price Prediction Data

    • coinbase.com
    Updated Nov 25, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2025). JavaScript Price Prediction Data [Dataset]. https://www.coinbase.com/en-ca/price-prediction/base-javascript-baaa
    Explore at:
    Dataset updated
    Nov 25, 2025
    Variables measured
    Growth Rate, Predicted Price
    Measurement technique
    User-defined projections based on compound growth. This is not a formal financial forecast.
    Description

    This dataset contains the predicted prices of the asset JavaScript over the next 16 years. This data is calculated initially using a default 5 percent annual growth rate, and after page load, it features a sliding scale component where the user can then further adjust the growth rate to their own positive or negative projections. The maximum positive adjustable growth rate is 100 percent, and the minimum adjustable growth rate is -100 percent.

  19. JustJoinIT job offers data (2021.10 - 2023-09)

    • kaggle.com
    zip
    Updated Dec 2, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    jszafranqb (2023). JustJoinIT job offers data (2021.10 - 2023-09) [Dataset]. https://www.kaggle.com/datasets/jszafranqb/justjoinit-job-offers-data-2021-10-2023-09
    Explore at:
    zip(1094949775 bytes)Available download formats
    Dataset updated
    Dec 2, 2023
    Authors
    jszafranqb
    Description

    This dataset contains daily snapshots of offers scraped from JustJoinIT - one of the biggest IT job board in Poland. Dataset covers variety of programming languages or areas offers (Java, C#, Python, JavaScript, data engineering and more).

    Job offers were fetched from an API endpoint that exposed all job offers. I created a simple AWS lambda function that was invoked once per day and persisted extracted data on S3. Data is raw - the original JSON served by the API was saved on S3 and there was no processing in between.

    First captured day: 23rd of October, 2021. Last captured day: 25th of September, 2023.

    Dataset is incomplete (due to lack of retry in data fetching script). Missing days: 2022-06-05 2022-09-12 2022-10-03 2022-10-10 2022-10-14 2022-10-17 2022-10-22 2022-10-23 2022-10-25 2022-10-29 2022-11-06 2022-11-12 2022-11-13 2022-12-11 2022-12-18 2022-12-26 2023-02-04 2023-02-07 2023-02-08 2023-02-26 2023-03-11 2023-03-12 2023-03-27 2023-04-03 2023-04-12 2023-04-14 2023-04-17 2023-04-19 2023-04-20 2023-04-21 2023-04-22 2023-04-24

  20. Iris Dataset - various format types

    • kaggle.com
    zip
    Updated May 3, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Nanda Prasetia (2024). Iris Dataset - various format types [Dataset]. https://www.kaggle.com/datasets/nandaprasetia/iris-dataset-various-format-types
    Explore at:
    zip(24187 bytes)Available download formats
    Dataset updated
    May 3, 2024
    Authors
    Nanda Prasetia
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    The Iris Dataset consists of 150 iris samples, each having four numerical features: sepal length, sepal width, petal length, and petal width. Each sample is categorized into one of three iris species: Setosa, Versicolor, or Virginica. This dataset is widely used as a sample dataset in machine learning and statistics due to its simple and easily understandable structure.

    Feature Information : - Sepal Length (cm) - Sepal Width (cm) - Petal Length (cm) - Petal Width (cm)

    Target Information : - Iris Species : 1. Setosa 1. Versicolor 1. Virginica

    Source : The Iris Dataset is obtained from the scikit-learn (sklearn) library under the BSD (Berkeley Software Distribution) license.

    File Formats :

    1. CSV (Comma-Separated Values): CSV format is the most commonly used and easily readable format. Each row represents one sample with its features separated by commas.
    2. Excel (.xlsx): Excel format is suitable for further data analysis, visualization, and integration with other software.
    3. JSON (JavaScript Object Notation): JSON format allows data to be stored in a more complex structure, suitable for web-based data processing or applications.
    4. Parquet: Parquet format is an efficient columnar data format for large and complex data.
    5. HDF5 (Hierarchical Data Format version 5): HDF5 format stores data in hierarchical groups and datasets, excellent for storing large scientific and numerical data.
    6. Feather: Feather format is a lightweight binary format for storing data frames. It provides excellent performance for reading and writing data.
    7. SQLite Database (.db, .sqlite): SQLite is a lightweight database format suitable for local data storage and querying. It is widely used for small to medium-scale applications.
    8. Msgpack: Msgpack format is a binary serialization format that is efficient in terms of storage and speed. It is suitable for storing and transmitting data efficiently between systems.

    The Iris Dataset is one of the most iconic datasets in the world of machine learning and data science. This dataset contains information about three species of iris flowers: Setosa, Versicolor, and Virginica. With features like sepal and petal length and width, the Iris dataset has been a stepping stone for many beginners in understanding the fundamental concepts of classification and data analysis. With its clarity and diversity of features, the Iris dataset is perfect for exploring various machine learning techniques and building accurate classification models. I present the Iris dataset from scikit-learn with the hope of providing an enjoyable and inspiring learning experience for the Kaggle community!

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Akshay Nambiar (2024). javascript-dataset-js [Dataset]. https://huggingface.co/datasets/axay/javascript-dataset-js

javascript-dataset-js

axay/javascript-dataset-js

Explore at:
3 scholarly articles cite this dataset (View in Google Scholar)
CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
Dataset updated
Aug 24, 2024
Authors
Akshay Nambiar
Description

axay/javascript-dataset-js dataset hosted on Hugging Face and contributed by the HF Datasets community

Search
Clear search
Close search
Google apps
Main menu