Skip to content

Commit 39f7047

Browse files
committed
edits
1 parent 3458601 commit 39f7047

File tree

6 files changed

+38
-36
lines changed

6 files changed

+38
-36
lines changed

_data/sponsors.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@
55
- name: iberdrola
66
image: images/sponsors/iberdrola.png
77
url: "https://www.iberdrola.com/"
8-
width: 20rem
8+
width: 20rem
9+
- name: hyundai
10+
image: images/sponsors/hyundai-logo.png
11+
url: "https://www.hyundai.com/worldwide/en"
12+
width: 15rem

_data/tabs.yaml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -24,34 +24,6 @@
2424
sigpro.process_signal(data)
2525
2626
output: /images/tabs/img/sigpro-output.png
27-
- title: Forecasting
28-
name: pyteller
29-
slug: sintel-dev/sintel
30-
subtitle: Predict future values by analyzing past trends.
31-
image:
32-
icon: /img/pyteller.svg
33-
code: |+
34-
from pyteller.data import load_data
35-
from pyteller.core import Pyteller
36-
37-
train_data = load_data(
38-
'pyteller/data/AL_Weather_current.csv')
39-
test_data = load_data(
40-
'pyteller/data/AL_Weather_input.csv')
41-
42-
pyteller = Pyteller(
43-
pipeline=('pyteller/pipelines/sandbox/'
44-
'LSTM/LSTM_offset.json'),
45-
pred_length=6, offset=1)
46-
47-
pyteller.fit(
48-
data=train_data,
49-
timestamp_col='valid', target_signal='tmpf',
50-
entity_col='station', entities='8A0')
51-
52-
pyteller.forecast(data=test_data)
53-
54-
output: /images/tabs/img/forecasting-output.png
5527
- title: Anomaly Detection
5628
name: orion
5729
slug: sintel-dev/Orion
@@ -99,6 +71,34 @@
9971
draco.predict(test, readings)
10072
10173
output: /images/tabs/img/classification-output.png
74+
- title: Forecasting
75+
name: pyteller
76+
slug: sintel-dev/sintel
77+
subtitle: Predict future values by analyzing past trends.
78+
image:
79+
icon: /img/pyteller.svg
80+
code: |+
81+
from pyteller.data import load_data
82+
from pyteller.core import Pyteller
83+
84+
train_data = load_data(
85+
'pyteller/data/AL_Weather_current.csv')
86+
test_data = load_data(
87+
'pyteller/data/AL_Weather_input.csv')
88+
89+
pyteller = Pyteller(
90+
pipeline=('pyteller/pipelines/sandbox/'
91+
'LSTM/LSTM_offset.json'),
92+
pred_length=6, offset=1)
93+
94+
pyteller.fit(
95+
data=train_data,
96+
timestamp_col='valid', target_signal='tmpf',
97+
entity_col='station', entities='8A0')
98+
99+
pyteller.forecast(data=test_data)
100+
101+
output: /images/tabs/img/forecasting-output.png
102102
- title: Benchmarking
103103
name: benchmark
104104
slug: sintel-dev/Orion

_includes/opensource.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<section class="py-3 bg-light position-relative" id="">
22
<span class="anchor" id="opensource"></span>
33
<div class="container">
4-
{% include heading.html title="Open Source" subtitle="Sintel is an ecosystem for time series processing, labeling,
5-
modeling, benchmarking, and user interactions. Explore the ecosystem of open source libraries supporting the Sintel.
6-
Each can be used as a standalone package for particular needs." classname="text-center" %}
4+
{% include heading.html title="Open Source" subtitle="Explore the Sintel ecosystem and its open source libraries. These libraries support a variety of time series tasks including generative modeling for time series, labeling, benchmarking, and user interactions." classname="text-center" %}
75
</div>
86

97
{% assign libs = site.data.open-sources-libs %}
@@ -65,7 +63,7 @@
6563
</div>
6664

6765
<div class="row justify-content-center justify-content-lg-start" id="libWarp">
68-
{% assign libs = site.data.open-sources-libs | sort_natural: "Library_name" %}
66+
{% assign libs = site.data.open-sources-libs %}
6967
{% for item in libs %}
7068
{% assign item_themes = item.Theme | split: ","%}
7169
{% assign item_projects = item.Project | split: ","%}

_includes/tabs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<section class="py-5 bg-white position-relative">
22
<span class="anchor" id="about"></span>
33
<div class="container-lg">
4-
{% include heading.html classname="text-center" title="Analyze, Interact, Decide" subtitle="The ecosystem of Sintel
5-
allows you to build advanced analytic workflows with human in the loop using the Machine Learning libraries,
4+
{% include heading.html classname="text-center" title="Analyze, Interact, Decide" subtitle="The Sintel ecosystem
5+
allows you to build advanced analytic workflows using Machine Learning,
66
 RESTful APIs, and Visualization tools." %}
77
<!-- <div class="row justify-content-center align-items-center my-4" id="tabs-container"> -->
88
<div class="row justify-content-center my-4" id="tabs-container">

_includes/use-cases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<section class="py-5 position-relative text-white bg-navy-blue">
22
<span class="anchor" id="use-cases"></span>
33
<div class="container">
4-
{% include heading.html classname="text-center" title="Use Cases" subtitle="Sintel have been demonstrated in the following application domains." %}
4+
{% include heading.html classname="text-center" title="Case Studies" subtitle="Explore the case studies demonstrating Sintel in action." %}
55
<div class="row justify-content-center my-4">
66
{% for item in site.data.use-cases %}
77
<div class="col-lg-auto col-sm-6 mb-4 mb-lg-0" style="max-width: 280px;">

images/sponsors/hyundai-logo.png

3.95 KB
Loading

0 commit comments

Comments
 (0)