Implementation of Machine Learning algorithms, experiments and utilities.
Project description
PyPI | |
Anaconda |
ML-Research
is an open source library for machine learning research. It
contains the software implementation of most algorithms used or developed in
my research. Specifically, it contains scikit-learn
compatible
implementations for Active Learning, Oversampling, Datasets and various
utilities to assist in experiment design and results reporting. Other
techniques, such as self-supervised learning and semi-supervised learning are
currently under development and are being implemented in pytorch
and
intended to be scikit-learn
compatible.
The LaTeX and Python code for generating the paper, experiments' results and visualizations reported in each paper is available (whenever possible) in the publications repo.
Contributions at the algorithm level are available in the
package mlresearch
.
Installation
A Python distribution of version 3.8, 3.9 or 3.10 is required to run this
project. Earlier Python versions might work in most cases, but they are not
tested. ML-Research
requires:
- numpy (>= 1.14.6)
- pandas (>= 1.3.5)
- sklearn (>= 1.0.0)
- imblearn (>= 0.8.0)
- rich (>= 10.16.1)
- matplotlib (>= 2.2.3)
- seaborn (>= 0.9.0)
- pytorch (>= 1.10.1)
- torchvision (>= 0.11.2)
- pytorch_lightning (>= 1.5.8)
User Installation
The easiest way to install ml-research is using pip
:
pip install -U ml-research
Or conda
:
conda install -c conda-forge ml-research
The documentation includes more detailed installation instructions.
Installing from source
The following commands should allow you to setup the development version of the project with minimal effort:
# Clone the project.
git clone https://github.com/joaopfonseca/ml-research.git
cd ml-research
# Create and activate an environment
make environment
conda activate mlresearch # Adapt this line accordingly if you're not running conda
# Install project requirements and the research package. Dependecy group
# "all" will also install both dependency groups shown below.
pip install .[tests,docs]
Citing ML-Research
If you use ML-Research in a scientific publication, we would appreciate citations to the following paper:
@article{Fonseca2021,
doi = {10.3390/RS13132619},
url = {https://doi.org/10.3390/RS13132619},
keywords = {SMOTE,active learning,artificial data generation,land use/land cover classification,oversampling},
year = {2021},
month = {jul},
publisher = {Multidisciplinary Digital Publishing Institute},
volume = {13},
pages = {2619},
author = {Fonseca, Joao and Douzas, Georgios and Bacao, Fernando},
title = {{Increasing the Effectiveness of Active Learning: Introducing Artificial Data Generation in Active Learning for Land Use/Land Cover Classification}},
journal = {Remote Sensing}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ml-research-0.4a2.tar.gz
.
File metadata
- Download URL: ml-research-0.4a2.tar.gz
- Upload date:
- Size: 62.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9436a3ec555a3f68481daa1c6487b3b8782d77fc38a8a57c2635833de880948 |
|
MD5 | 1af8d9e4b55e759da22fe72ac3bb942f |
|
BLAKE2b-256 | a9d3ffe0939b701ac53d6a5b23a054745f7ed71d7e3927a541af925d90caef0c |
File details
Details for the file ml_research-0.4a2-py3-none-any.whl
.
File metadata
- Download URL: ml_research-0.4a2-py3-none-any.whl
- Upload date:
- Size: 79.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 614a7e83172b4c414f48d440473b96e39cdd69565c70da87963b1c9c9fd60011 |
|
MD5 | 82ad2f1c2cb67fcf8d0872ff6bf1449d |
|
BLAKE2b-256 | 25bf2d7cbfc0c72e4f438d72ad86002ee83c45abf42fcfb2f0da6a6e0f20af4c |