#boRanking
Alpha version with most useful functions implemented.
Developed by Iago Augusto Carvalho, Pedro Augusto Mendes, Tiago Costa Soares
## Overview
The project implements a bi-objective lexicographic ranking approach. The classification is done based on two input files, one containing the results of each algorithm, and the other containing the execution times for each scenario.
## Installation
Make sure you have Python 3 installed. Then, you can install the package using the following command:
import boRanking
## Usage
After installing the package.
from boRanking import biobjective_lexicographic
# Function biobjective_lexicographic:
from boRanking import biobjective_lexicographic
#Case your files have a header:
has_header = True
matrix_ranking = biobjective_lexicographic('results.csv', 'time.csv', has_header)
'Replace 'results.csv' and 'time.csv' with your file names'
#Case your files don't have a header:
matrix_ranking = biobjective_lexicographic('results.csv', 'time.csv')
'Replace 'results.csv' and 'time.csv' with your file names'
'You can define has_header as false, but not obligatory'
## License
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
Raw data
{
"_id": null,
"home_page": "",
"name": "bi-objectiveClassification",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "classification,bi-objetive,lexicographical,ranking,csv",
"author": "Iago Augusto Carvalho, Pedro Augusto Mendes, Tiago Costa Soares",
"author_email": "iago.carvalho@unifal-mg.edu.br, pedroaugusto.mendes035@gmail.com, tiagocsoares22@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/b6/05/fdbf3299c0af8b027f9917e6d1712aa6cadaa7a676722702648f2ccc1b41/bi-objectiveClassification-0.0.1.tar.gz",
"platform": null,
"description": "\n#boRanking\n\nAlpha version with most useful functions implemented.\n\nDeveloped by Iago Augusto Carvalho, Pedro Augusto Mendes, Tiago Costa Soares\n\n\n## Overview\n\nThe project implements a bi-objective lexicographic ranking approach. The classification is done based on two input files, one containing the results of each algorithm, and the other containing the execution times for each scenario.\n\n## Installation\n\nMake sure you have Python 3 installed. Then, you can install the package using the following command:\n\n\nimport boRanking\n\n\n## Usage\n\nAfter installing the package.\n\nfrom boRanking import biobjective_lexicographic\n\n# Function biobjective_lexicographic:\n\nfrom boRanking import biobjective_lexicographic\n\n#Case your files have a header:\nhas_header = True\nmatrix_ranking = biobjective_lexicographic('results.csv', 'time.csv', has_header)\n'Replace 'results.csv' and 'time.csv' with your file names'\n\n#Case your files don't have a header:\nmatrix_ranking = biobjective_lexicographic('results.csv', 'time.csv')\n'Replace 'results.csv' and 'time.csv' with your file names'\n'You can define has_header as false, but not obligatory'\n\n\n\n\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.\n",
"bugtrack_url": null,
"license": "GPL-3.0-only",
"summary": "Bi-objective Lexicographical Classification",
"version": "0.0.1",
"project_urls": null,
"split_keywords": [
"classification",
"bi-objetive",
"lexicographical",
"ranking",
"csv"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ca66c59fd079f50437ee4933099772f02c5c093ef05150642de7fcd7c6e06d48",
"md5": "ec30919240b0c72e31f73704f99ac9b7",
"sha256": "843a09f87fcfdd6646241f63edcaa5e1e6cce392d5c4d83f79037149527e757f"
},
"downloads": -1,
"filename": "bi_objectiveClassification-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ec30919240b0c72e31f73704f99ac9b7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 14269,
"upload_time": "2023-12-15T13:14:06",
"upload_time_iso_8601": "2023-12-15T13:14:06.414251Z",
"url": "https://files.pythonhosted.org/packages/ca/66/c59fd079f50437ee4933099772f02c5c093ef05150642de7fcd7c6e06d48/bi_objectiveClassification-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b605fdbf3299c0af8b027f9917e6d1712aa6cadaa7a676722702648f2ccc1b41",
"md5": "78e015310f23039557856aff217fd304",
"sha256": "8ec418f6cc29afe0c1c8098c062897bf0f4b6ee2a9ae0eee3c748e1d4142ec11"
},
"downloads": -1,
"filename": "bi-objectiveClassification-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "78e015310f23039557856aff217fd304",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 14352,
"upload_time": "2023-12-15T13:14:07",
"upload_time_iso_8601": "2023-12-15T13:14:07.920714Z",
"url": "https://files.pythonhosted.org/packages/b6/05/fdbf3299c0af8b027f9917e6d1712aa6cadaa7a676722702648f2ccc1b41/bi-objectiveClassification-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-15 13:14:07",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "bi-objectiveclassification"
}