The Python-first energy forecasting platform

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

Empowering the innovators that accelerate the energy transition


logo
logo
logo
logo

Our current services

10000+

Number of daily forecasts

200GB

Energy related data 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
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

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

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

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

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

Make backtests and forecastability evaluations in minutes

Access multiple weather forecasts providers through a single API

Ready to get started?

START FOR FREE