The Python-first
energy forecasting platform

The easiest way to create, deploy and monitor
energy forecasting models at scale.

We empower innovators that accelerate the energy transition
logo
logo
logo
logo

Our current services

10000

Number of daily forecasts

200 GB

Number of GB ingested daily

5

Number of countries active

Who are you?
Built for energy market professionals.

Energy Trader

Distribution System Operator (DSO)

District Heating Operator

Power Producer

Aggregator

Energy Service Provider

Energy Trader
Operations: Competitiveness in energy markets is increasing with shorter trading horizons and increased volatility from weather-driven renewable production. The Rebase Platform provides tooling to create accurate energy forecasting models.

Weather

Power plants

DERs

Energy market

Logo

rebase.energy

Open energy modelling platform

Lap

Demand forecasts

Solar forecasts

Wind forecasts

Read about our integrations
Develop fully customizable models.
No compromises.
Get started quickly with state of the art open-source algorithms.
Take full control with our open-source Python SDK.
CREATE SITE
[IN]

1

import rebase as rb

2

3

my_site = rb.Site(

4

	name="My site",

5

	type="wind",

6

	latitude=57.3,

7

	longitude=7.1,

8

	capacity=2000

9

)

10

rb.create(my_site)
[OUT]
Creating site...
TRAIN MODEL
[IN]

1

import lightgbm as lgb

2

3

class CustomWindModel(rb.Model):

4

5

	def predict(self):

6

	... your code

7

8

	def train(self):

9

	... your code

10

11

rb.train(CustomWindModel)
[OUT]
Training model...

How we are different

Python-First

Create end-to-end deployments using any other Python ML framework

Quick backtesting

Make backtests and forecastability evaluations in minutes

Weather forecasts

Access multiple weather forecasts providers through a single API

Pricing for every need.

Included
Optional
Not included

Free

€0/month

Free forever. No credit card needed.

  • 1 site
  • 1 weather forecast model
  • 60 min forecast timestep
  • Support: Docs and Community Slack
  • Commercial license for €125/month
  • Live data integration

Basic

€250/month

Billed monthly.

  • 5 sites
  • 1 weather forecast model
  • 60 min forecast timestep
  • Support: Docs and Community Slack
  • Commercial license
  • Live data integration

Pro

€600/month

Billed monthly.

  • 20 sites
  • multiple weather forecast models
  • 15/30/60 min forecast timestep
  • Support: Docs and Community Slack
  • Commercial license
  • Live data integration

Enterprise

From €800/month

Billed anually.

  • +50 sites
  • multiple weather forecast models
  • 15/30/60 min forecast timestep
  • Support: Docs, email and SLA
  • Commercial license
  • Live data integration

Ready to get started?

START FOR FREE