Create production-ready
Energy AI-forecasts in minutes
Focus on what brings value to you - creating accurate energy forecasts.
Our platform takes care of the rest.
Weather datasets
SOTA open-source ML models
Data pipelining
Backtesting
Deployment
rebase platform screenshot
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...
Spend zero time on infrastructure.
We provide you the tools, data and infrastructure needed so that you can focus on creating the best machine learning models.
REBASE COMPUTE INFRASTRUCTURE
Historical weather
Model training
Backtesting
You can focus on creating the best models
Hyperparam. optimization
ML CODE
Serving API
Deployment
Performance monitoring
Forecast generation
Aggregate forecasts.
Gain 5-15% accuracy.
Use our smart aggregation layer to aggregate your own forecasts or third-party forecasts, and improve accuracy by up to 5-15%.

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