Know-Legal Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Welcome to the UC Irvine Machine Learning Repository. We currently maintain 670 datasets as a service to the machine learning community. Here, you can donate and find datasets used by millions of people all around the world!

  3. UCI Machine Learning Repository

    archive.ics.uci.edu/datasets

    This is a transnational data set which contains all the transactions occurring between 01/12/2010 and 09/12/2011 for a UK-based and registered non-store online retail. Classification, Clustering. Multivariate, Sequential, Time-Series. 541.91K Instances. 8 Features.

  4. The AI4I 2020 Predictive Maintenance Dataset is a synthetic dataset that reflects real predictive maintenance data encountered in industry. Classification, Regression, Causal-Discovery. Multivariate, Time-Series. 10K Instances.

  5. UCI Machine Learning Repository - University of California,...

    archive.ics.uci.edu/datasets?orderBy=DateDonated

    Synthetic Circle Data Set. This dataset comprises 10000 two-dimensional points arranged into 100 circles, each containing 100 points. It was designed to evaluate clustering algorithms, such as k-means, by providing a clear and structured clustering challenge.

  6. UCI Machine Learning Repository - University of California,...

    archive.ics.uci.edu/datasets?search=datasets

    A dataset created from a higher education institution (acquired from several disjoint databases) related to students enrolled in different undergraduate degrees, such as agronomy, design, education, nursing, journalism, management, social service, and technologies.

  7. The AI4I 2020 Predictive Maintenance Dataset is a synthetic dataset that reflects real predictive maintenance data encountered in industry. Classification, Regression, Causal-Discovery Multivariate, Time-Series

  8. This is one of the earliest datasets used in the literature on classification methods and widely used in statistics and machine learning. The data set contains 3 classes of 50 instances each, where each class refers to a type of iris plant.

  9. Adult - UCI Machine Learning Repository

    archive.ics.uci.edu/ml/datasets/Adult

    Predict whether annual income of an individual exceeds $50K/yr based on census data. Also known as "Census Income" dataset.

  10. Wine - UCI Machine Learning Repository

    archive.ics.uci.edu/ml/datasets/wine

    Introductory Paper. Comparative analysis of statistical pattern recognition methods in high dimensional settings. By S. Aeberhard, D. Coomans, O. Vel. 1994. Published in Pattern Recognition.

  11. Import the dataset into your code from ucimlrepo import fetch_ucirepo # fetch dataset diabetes = fetch_ucirepo(id=34) # data (as pandas dataframes) X = diabetes.data.features y = diabetes.data.targets # metadata print(diabetes.metadata) # variable information print(diabetes.variables)