2 Repos
Using tabular ML models to learn complex interactions between base model predictions.
Distinct from Tabular Predictive Models: Distinct from Tabular Predictive Models: focuses on combining other model predictions rather than predicting directly from raw tabular data.
Explore 2 awesome GitHub repositories matching data & databases · Nonlinear Combination Learning. Refine with filters or upvote what's useful.
AutoGluon is an automated machine learning framework and multimodal library designed to automate the end-to-end pipeline from data preprocessing to high-accuracy model training and validation. It functions as an automated model trainer for tabular, image, text, and time series data, as well as a tool for time series forecasting and foundation model finetuning. The project is distinguished by its ability to jointly process and fuse different data types, allowing for the construction of multimodal neural networks that integrate images, text, and structured tables. It supports zero-shot inferenc
Uses tabular machine learning models to capture complex interactions between base model predictions for a final forecast.
DeepCTR-Torch is a deep learning library for building click-through rate prediction models. It provides a modular framework for assembling custom prediction architectures from pre-built core, interaction, and sequence layers, enabling the construction of deep neural networks that estimate click probability from user behavior data. The library specializes in feature interaction modeling, offering components for learning low-order, high-order, and adaptive-order feature crosses. It supports multi-task learning for predicting multiple objectives simultaneously, such as click and conversion rates
Join handcrafted feature inputs with learned deep representations to produce a single unified prediction.