{"id":15195433,"url":"https://github.com/sibeux/data-mining-college","last_synced_at":"2026-03-06T11:02:24.942Z","repository":{"id":155344930,"uuid":"473491608","full_name":"sibeux/data-mining-college","owner":"sibeux","description":"Lecture Data Mining Semester 4, University of Jember using Jupyter Notebook Miniconda Visual Studio Code by Nasrul Wahabi - sibeux [nasrulwahabi - sibe ux]","archived":false,"fork":false,"pushed_at":"2022-07-12T07:03:28.000Z","size":1086,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"MyProgram","last_synced_at":"2025-11-29T09:02:42.229Z","etag":null,"topics":["college","data-science","datamining","ipython-notebook","jupyter-notebook","miniconda","python","sibeux"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sibeux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-24T06:59:57.000Z","updated_at":"2022-08-24T15:05:23.000Z","dependencies_parsed_at":"2023-06-12T21:30:30.174Z","dependency_job_id":null,"html_url":"https://github.com/sibeux/data-mining-college","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sibeux/data-mining-college","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sibeux%2Fdata-mining-college","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sibeux%2Fdata-mining-college/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sibeux%2Fdata-mining-college/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sibeux%2Fdata-mining-college/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sibeux","download_url":"https://codeload.github.com/sibeux/data-mining-college/tar.gz/refs/heads/MyProgram","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sibeux%2Fdata-mining-college/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30173348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["college","data-science","datamining","ipython-notebook","jupyter-notebook","miniconda","python","sibeux"],"created_at":"2024-09-27T23:23:35.764Z","updated_at":"2026-03-06T11:02:24.922Z","avatar_url":"https://github.com/sibeux.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# data-mining-college\n\n# Samples-Data-Mining\nThis is the README file for SAMPLES-DATA-MINING. \nThe end of the file has setup instructions.\n************************************************************************************\nUse or operation of this code is subject to acceptance of the license available in the code \nrepository for this code.\n************************************************************************************\nSAMPLES-DATA-MINING is meant for use with the InterSystems IRIS. It provides a copy of the \nIris data set, which is well known in pattern recognition literature. You can use this data \nto explore the Predictive Model Markup Language (PMML) capability of InterSystems IRIS Data \nPlatform. \n\nIf you have a suitable license, you can also use this data with InterSystems IRIS Business Intelligence.\n\nIn addition to the data, the sample also includes various analytics model elements based on this data.\n\n## Contents of the DataMining package\n* `DataMining.IrisDataset` is the core class. This class defines the data set. See [this article](http://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=APMML). \n* `DataMining.PMML.Iris` defines a PMML model based on this data. See [this article](http://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=APMML). \n* `DataMining.IrisCube` is a cube definition based on the same data. To use this class, \n  you must have a license that includes analytics capabilities. \n* The classes in `DataMining.ClusterAnalysis` provide a demo and test for the Cluster Analysis \n  algorithms included as part of the InterSystems IRIS analytics capabilities. To use this class, \n  you must have a license that includes analytics capabilities. \n\nThese classes all provide detailed descriptions, visible as part of the class reference.\nAfter you have set up the sample, go to http://localhost:52773/csp/documatic/%25CSP.Documatic.cls\n\nReplace `localhost` with the name of your InterSystems IRIS server instance, and replace 52773 with the\nweb server port used by that instance.\n\n## Setup instructions\n1. Clone or [download](http://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=asamples) the repository.\n2. If you have not yet created a namespace in InterSystems IRIS, follow the [detailed instructions](http://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=ASAMPLES_createns) to do so.\n3. Open the InterSystems IRIS Terminal.\n4. Enter the following command (replacing `mynamespace` with the namespace where you want to load the sample):\n```\n   ZN \"mynamespace\"\n   ```\n5. Enter the following commands (replacing with the full path of the `buildsample/Build.DataMiningSample.cls` file):\n```\n   do $system.OBJ.Load(\"full-path-to-Build.DataMiningSample.cls\",\"ck\")\n\n   do ##class(Build.DataMiningSample).Build()\n   ```\n6. When prompted, enter the full path of the directory to which you downloaded this sample. The method then loads and compiles the code and performs other needed setup steps.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsibeux%2Fdata-mining-college","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsibeux%2Fdata-mining-college","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsibeux%2Fdata-mining-college/lists"}