paper-with-me

Papers

scikit-fda: A Python Package for Functional Data Analysis

2022-11-04 · Carlos Ramos-Carreño, José Luis Torrecilla, Miguel Carbajo-Berrocal, Pablo Marcos, Alberto Suárez

The library scikit-fda is a Python package for Functional Data Analysis (FDA). It provides a comprehensive set of tools for representation, preprocessing, and exploratory analysis of functional data. The library is built upon and integrated in Python's scientific ecosystem. In particular, it conforms to the scikit-learn application programming interface so as to take advantage of the functionality for machine learning provided by this package: pipelines, model selection, and hyperparameter tuning, among others. The scikit-fda package has been released as free and open-source software under a 3-Clause BSD license and is open to contributions from the FDA community. The library's extensive documentation includes step-by-step tutorials and detailed examples of use.

📄 PDF Abstract BibTeX arXiv:2211.02566

Code (1)

GAA-UAM/scikit-fda 공식 구현

Tasks

Model Selection

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

scikit-hubness: Hubness Reduction and Approximate Neighbor Search

2019-12-02 · Roman Feldbauer, Thomas Rattei, Arthur Flexer

This paper introduces scikit-hubness, a Python package for efficient nearest neighbor search in high-dimensional spaces. Hubness is an aspect of the curse of dimensionality, and is known to impair various learning tasks,…

ClusteringRetrieval

Scikit-dimension: a Python package for intrinsic dimension estimation

2021-09-06 · Jonathan Bac, Evgeny M. Mirkes, Alexander N. Gorban, Ivan Tyukin 외

Dealing with uncertainty in applications of machine learning to real-life data critically depends on the knowledge of intrinsic dimensionality (ID). A number of methods have been suggested for the purpose of estimating I…

Benchmarking

RobPy: a Python Package for Robust Statistical Methods

2024-11-04 · Sarah Leyder, Jakob Raymaekers, Peter J. Rousseeuw, Thomas Servotte 외

Robust estimation provides essential tools for analyzing data that contain outliers, ensuring that statistical models remain reliable even in the presence of some anomalous data. While robust methods have long been avail…

Diagnostic

Seglearn: A Python Package for Learning Sequences and Time Series

2018-03-21 · David M. Burns, Cari M. Whyne

Seglearn is an open-source python package for machine learning time series or sequences using a sliding window segmentation approach. The implementation provides a flexible pipeline for tackling classification, regressio…

BIG-bench Machine LearningGeneral ClassificationregressionTime Series+1

A Comprehensive Guide to Combining R and Python code for Data Science, Machine Learning and Reinforcement Learning

2024-07-19 · Alejandro L. García Navarro, Nataliia Koneva, Alfonso Sánchez-Macián, José Alberto Hernández

Python has gained widespread popularity in the fields of machine learning, artificial intelligence, and data engineering due to its effectiveness and extensive libraries. R, on its side, remains a dominant language for s…

OpenAI Gym