# Intra Cluster Filtering
## Installation Instructions
It is necessary to use Python **Versión 3.10.14** for the installation and proper functioning of the library.
### Step 1: Create a New Environment
First, create a new environment with Python version 3.10.14.
### Step 2: Install Git
It is necessary to have Git installed for this installation. If you don't have Git installed, you can download it from [here](https://git-scm.com/downloads).
### Step 3: Install the Package
In your console (e.g., Anaconda Prompt), execute the following commands:
```sh
# Activate your environment
conda activate YourRepository
# Install the package from GitHub
pip install git+https://github.com/juanzamorai/intracluster-filtering.git
```
Once the installation is complete, you can start using the library. We recommend checking out the examples in the [`examples`](https://github.com/juanzamorai/intracluster-filtering/tree/main/examples) folder.
Raw data
{
"_id": null,
"home_page": "https://github.com/juanzamorai/intracluster-filtering",
"name": "intraclusterfiltering",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Sebastian Jara, Juan Zamora, Pascal",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/fb/8a/64a6ad5cd55a8543222b08b36107aa51366142af29d6788dc05a40289d7e/intraclusterfiltering-1.1.0.tar.gz",
"platform": null,
"description": "# Intra Cluster Filtering\r\n\r\n## Installation Instructions\r\n\r\nIt is necessary to use Python **Versi\u00f3n 3.10.14** for the installation and proper functioning of the library.\r\n\r\n### Step 1: Create a New Environment\r\n\r\nFirst, create a new environment with Python version 3.10.14.\r\n\r\n### Step 2: Install Git\r\n\r\nIt is necessary to have Git installed for this installation. If you don't have Git installed, you can download it from [here](https://git-scm.com/downloads).\r\n\r\n### Step 3: Install the Package\r\n\r\nIn your console (e.g., Anaconda Prompt), execute the following commands:\r\n```sh\r\n# Activate your environment\r\nconda activate YourRepository\r\n\r\n# Install the package from GitHub\r\npip install git+https://github.com/juanzamorai/intracluster-filtering.git\r\n```\r\n\r\nOnce the installation is complete, you can start using the library. We recommend checking out the examples in the [`examples`](https://github.com/juanzamorai/intracluster-filtering/tree/main/examples) folder.\r\n\r\n\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Intra clustering outliers detector",
"version": "1.1.0",
"project_urls": {
"Homepage": "https://github.com/juanzamorai/intracluster-filtering"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9ae7f8244c891951cb804401d9f57f6d620fffdf766a5b26b0027ff23a9b38d0",
"md5": "f253aef9f991778bec762c7b69108bd5",
"sha256": "e09374d809b3b32ae72d8befd0b759dbf7a9d66c3384258ad4acf1bca8136d2e"
},
"downloads": -1,
"filename": "intraclusterfiltering-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f253aef9f991778bec762c7b69108bd5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 5052,
"upload_time": "2024-08-24T20:46:54",
"upload_time_iso_8601": "2024-08-24T20:46:54.031350Z",
"url": "https://files.pythonhosted.org/packages/9a/e7/f8244c891951cb804401d9f57f6d620fffdf766a5b26b0027ff23a9b38d0/intraclusterfiltering-1.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fb8a64a6ad5cd55a8543222b08b36107aa51366142af29d6788dc05a40289d7e",
"md5": "123d0e149e1698f56c59c5af2926b125",
"sha256": "1642d24ea9f7e965b7656ea03738173fb8e7214858ead9a7c4d702e52502d9d6"
},
"downloads": -1,
"filename": "intraclusterfiltering-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "123d0e149e1698f56c59c5af2926b125",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4888,
"upload_time": "2024-08-24T20:46:55",
"upload_time_iso_8601": "2024-08-24T20:46:55.716908Z",
"url": "https://files.pythonhosted.org/packages/fb/8a/64a6ad5cd55a8543222b08b36107aa51366142af29d6788dc05a40289d7e/intraclusterfiltering-1.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-24 20:46:55",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "juanzamorai",
"github_project": "intracluster-filtering",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "numpy",
"specs": [
[
"==",
"1.25.2"
]
]
},
{
"name": "scikit-learn",
"specs": []
},
{
"name": "tensorflow",
"specs": [
[
"==",
"2.10.0"
]
]
},
{
"name": "keras",
"specs": [
[
"==",
"2.10.0"
]
]
},
{
"name": "protobuf",
"specs": [
[
"<",
"3.20"
],
[
">=",
"3.9.2"
]
]
},
{
"name": "gast",
"specs": []
},
{
"name": "astunparse",
"specs": []
},
{
"name": "flatbuffers",
"specs": [
[
">=",
"23.5.26"
]
]
},
{
"name": "google-pasta",
"specs": [
[
">=",
"0.1.1"
]
]
},
{
"name": "libclang",
"specs": [
[
">=",
"13.0.0"
]
]
},
{
"name": "opt-einsum",
"specs": [
[
">=",
"2.3.2"
]
]
},
{
"name": "plotly",
"specs": []
},
{
"name": "ml-dtypes",
"specs": [
[
"==",
"0.3.1"
]
]
},
{
"name": "seaborn",
"specs": []
}
],
"lcname": "intraclusterfiltering"
}