The all-in-one solution built to help you stay organised and get more bookings with thousands of connections to online travel agencies (OTAs), resellers and suppliers.
Learn More
Self-hosted n8n: No-code AI workflows
Connect workflows. Integrate data
A free-to-use workflow automation tool, n8n lets you connect all your apps and data in one customizable, no-code platform. Design workflows and process data from a simple, unified dashboard.
Statsmodels, statistical modeling and econometrics in Python
statsmodels is a Python module that provides classes and functions for the estimation of many different statistical models, as well as for conducting statistical tests, and statistical data exploration. An extensive list of result statistics are available for each estimator. The results are tested against existing statistical packages to ensure that they are correct. The package is released under the open source Modified BSD (3-clause) license. Generalized linear models with support for all...
Statistical models with python using numpy and scipy. Currently covers linear regression (with ordinary, generalized and weighted leastsquares), robust linear regression, and generalized linear model, discrete models, time series analysis and other statistical methods.