From 382020e3db0ad89ada59753d5a3fa9ee615c0294 Mon Sep 17 00:00:00 2001 From: Yevhenii Vinichenko <56126336+gekas145@users.noreply.github.com> Date: Thu, 24 Mar 2022 22:09:32 +0200 Subject: [PATCH 01/19] begin hw1 --- Homeworks/Homework-I/hw1.ipynb | 1235 ++++++++++++++++++++++++++++++++ 1 file changed, 1235 insertions(+) create mode 100644 Homeworks/Homework-I/hw1.ipynb diff --git a/Homeworks/Homework-I/hw1.ipynb b/Homeworks/Homework-I/hw1.ipynb new file mode 100644 index 0000000..eedbdc4 --- /dev/null +++ b/Homeworks/Homework-I/hw1.ipynb @@ -0,0 +1,1235 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "d2b566f2", + "metadata": {}, + "source": [ + "# Homework 1" + ] + }, + { + "cell_type": "code", + "execution_count": 20, + "id": "fd9eb0ea", + "metadata": {}, + "outputs": [], + "source": [ + "import dalex as dx\n", + "import pandas as pd\n", + "\n", + "from sklearn.ensemble import RandomForestClassifier\n", + "from sklearn.model_selection import train_test_split" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "07355f2d", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
hotelis_canceledlead_timearrival_date_yeararrival_date_montharrival_date_week_numberarrival_date_day_of_monthstays_in_weekend_nightsstays_in_week_nightsadults...deposit_typeagentcompanydays_in_waiting_listcustomer_typeadrrequired_car_parking_spacestotal_of_special_requestsreservation_statusreservation_status_date
0Resort Hotel03422015July271002...No DepositNaNNaN0Transient0.000Check-Out2015-07-01
1Resort Hotel07372015July271002...No DepositNaNNaN0Transient0.000Check-Out2015-07-01
2Resort Hotel072015July271011...No DepositNaNNaN0Transient75.000Check-Out2015-07-02
3Resort Hotel0132015July271011...No Deposit304.0NaN0Transient75.000Check-Out2015-07-02
4Resort Hotel0142015July271022...No Deposit240.0NaN0Transient98.001Check-Out2015-07-03
\n", + "

5 rows × 32 columns

\n", + "
" + ], + "text/plain": [ + " hotel is_canceled lead_time arrival_date_year arrival_date_month \\\n", + "0 Resort Hotel 0 342 2015 July \n", + "1 Resort Hotel 0 737 2015 July \n", + "2 Resort Hotel 0 7 2015 July \n", + "3 Resort Hotel 0 13 2015 July \n", + "4 Resort Hotel 0 14 2015 July \n", + "\n", + " arrival_date_week_number arrival_date_day_of_month \\\n", + "0 27 1 \n", + "1 27 1 \n", + "2 27 1 \n", + "3 27 1 \n", + "4 27 1 \n", + "\n", + " stays_in_weekend_nights stays_in_week_nights adults ... deposit_type \\\n", + "0 0 0 2 ... No Deposit \n", + "1 0 0 2 ... No Deposit \n", + "2 0 1 1 ... No Deposit \n", + "3 0 1 1 ... No Deposit \n", + "4 0 2 2 ... No Deposit \n", + "\n", + " agent company days_in_waiting_list customer_type adr \\\n", + "0 NaN NaN 0 Transient 0.0 \n", + "1 NaN NaN 0 Transient 0.0 \n", + "2 NaN NaN 0 Transient 75.0 \n", + "3 304.0 NaN 0 Transient 75.0 \n", + "4 240.0 NaN 0 Transient 98.0 \n", + "\n", + " required_car_parking_spaces total_of_special_requests reservation_status \\\n", + "0 0 0 Check-Out \n", + "1 0 0 Check-Out \n", + "2 0 0 Check-Out \n", + "3 0 0 Check-Out \n", + "4 0 1 Check-Out \n", + "\n", + " reservation_status_date \n", + "0 2015-07-01 \n", + "1 2015-07-01 \n", + "2 2015-07-02 \n", + "3 2015-07-02 \n", + "4 2015-07-03 \n", + "\n", + "[5 rows x 32 columns]" + ] + }, + "execution_count": 5, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data = pd.read_csv('hotel_bookings.csv')\n", + "data.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 24, + "id": "bc60a59f", + "metadata": {}, + "outputs": [], + "source": [ + "data = data[['is_canceled', 'lead_time', 'arrival_date_year', 'adults', 'children', 'babies', 'booking_changes']]\n", + "data = data.dropna()\n", + "X, y = data.loc[:, data.columns != 'is_canceled'], data[['is_canceled']]\n", + "X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.1, random_state=42)" + ] + }, + { + "cell_type": "code", + "execution_count": 27, + "id": "4fa0dfb3", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "C:\\Users\\yevhe\\AppData\\Local\\Temp/ipykernel_12488/2452461117.py:2: DataConversionWarning: A column-vector y was passed when a 1d array was expected. Please change the shape of y to (n_samples,), for example using ravel().\n", + " clf.fit(X_train, y_train)\n" + ] + }, + { + "data": { + "text/plain": [ + "RandomForestClassifier(max_depth=2, random_state=0)" + ] + }, + "execution_count": 27, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "clf = RandomForestClassifier(max_depth=2, random_state=0)\n", + "clf.fit(X_train, y_train)" + ] + }, + { + "cell_type": "code", + "execution_count": 75, + "id": "b96622d7", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "array([0], dtype=int64)" + ] + }, + "execution_count": 75, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# making prediction on unseen data\n", + "observation = X_test.iloc[0,:].to_frame().transpose()\n", + "clf.predict(observation)" + ] + }, + { + "cell_type": "code", + "execution_count": 82, + "id": "7be6c0e6", + "metadata": {}, + "outputs": [], + "source": [ + "observation = pd.DataFrame({'lead_time': [203.0],\n", + " 'arrival_date_year': [2016.0],\n", + " 'adults': [2.0],\n", + " 'children': [0.0],\n", + " 'babies': [0.0],\n", + " 'booking_changes': [04.]},\n", + " index = ['observation'])" + ] + }, + { + "cell_type": "code", + "execution_count": 84, + "id": "90bcad86", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Preparation of a new explainer is initiated\n", + "\n", + " -> data : 107447 rows 6 cols\n", + " -> target variable : Parameter 'y' was a pandas.DataFrame. Converted to a numpy.ndarray.\n", + " -> target variable : 107447 values\n", + " -> model_class : sklearn.ensemble._forest.RandomForestClassifier (default)\n", + " -> label : Not specified, model's class short name will be used. (default)\n", + " -> predict function : will be used (default)\n", + " -> predict function : Accepts pandas.DataFrame and numpy.ndarray.\n", + " -> predicted values : min = 0.139, mean = 0.37, max = 0.45\n", + " -> model type : classification will be used (default)\n", + " -> residual function : difference between y and yhat (default)\n", + " -> residuals : min = -0.45, mean = -3.51e-05, max = 0.861\n", + " -> model_info : package sklearn\n", + "\n", + "A new explainer has been created!\n" + ] + } + ], + "source": [ + "exp = dx.Explainer(clf, X_train, y_train)" + ] + }, + { + "cell_type": "code", + "execution_count": 85, + "id": "8126cdf8", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "array([0.3079201])" + ] + }, + "execution_count": 85, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "exp.predict(observation)" + ] + }, + { + "cell_type": "code", + "execution_count": 89, + "id": "1033990c", + "metadata": {}, + "outputs": [], + "source": [ + "bd_observation = exp.predict_parts(observation, type='break_down', label=observation.index[0])\n", + "bd_interactions_observation = exp.predict_parts(observation, type='break_down_interactions', label=\"observation+\")" + ] + }, + { + "cell_type": "code", + "execution_count": 87, + "id": "2b4f3950", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
variable_namevariable_valuevariablecumulativecontributionsignpositionlabel
0intercept1intercept0.3703200.3703201.07observation
1lead_time203.0lead_time = 203.00.4054680.0351481.06observation
2adults2.0adults = 2.00.4120690.0066011.05observation
3babies0.0babies = 0.00.4124560.0003861.04observation
4children0.0children = 0.00.412374-0.000082-1.03observation
5arrival_date_year2016.0arrival_date_year = 2016.00.410609-0.001765-1.02observation
6booking_changes4.0booking_changes = 4.00.307920-0.102689-1.01observation
7prediction0.3079200.3079201.00observation
\n", + "
" + ], + "text/plain": [ + " variable_name variable_value variable cumulative \\\n", + "0 intercept 1 intercept 0.370320 \n", + "1 lead_time 203.0 lead_time = 203.0 0.405468 \n", + "2 adults 2.0 adults = 2.0 0.412069 \n", + "3 babies 0.0 babies = 0.0 0.412456 \n", + "4 children 0.0 children = 0.0 0.412374 \n", + "5 arrival_date_year 2016.0 arrival_date_year = 2016.0 0.410609 \n", + "6 booking_changes 4.0 booking_changes = 4.0 0.307920 \n", + "7 prediction 0.307920 \n", + "\n", + " contribution sign position label \n", + "0 0.370320 1.0 7 observation \n", + "1 0.035148 1.0 6 observation \n", + "2 0.006601 1.0 5 observation \n", + "3 0.000386 1.0 4 observation \n", + "4 -0.000082 -1.0 3 observation \n", + "5 -0.001765 -1.0 2 observation \n", + "6 -0.102689 -1.0 1 observation \n", + "7 0.307920 1.0 0 observation " + ] + }, + "execution_count": 87, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "bd_observation.result" + ] + }, + { + "cell_type": "code", + "execution_count": 90, + "id": "10ffc8b9", + "metadata": {}, + "outputs": [ + { + "data": { + "application/vnd.plotly.v1+json": { + "config": { + "displaylogo": false, + "modeBarButtonsToRemove": [ + "sendDataToCloud", + "lasso2d", + "autoScale2d", + "select2d", + "zoom2d", + "pan2d", + "zoomIn2d", + "zoomOut2d", + "resetScale2d", + "toggleSpikelines", + "hoverCompareCartesian", + "hoverClosestCartesian" + ], + "plotlyServerURL": "https://plot.ly", + "staticPlot": false, + "toImageButtonOptions": { + "height": null, + "width": null + } + }, + "data": [ + { + "base": 0.3703199637383929, + "connector": { + "line": { + "color": "#371ea3", + "dash": "solid", + "width": 1 + }, + "mode": "spanning" + }, + "decreasing": { + "marker": { + "color": "#f05a71" + } + }, + "hoverinfo": "text+delta", + "hoverlabel": { + "bgcolor": "rgba(0,0,0,0.8)" + }, + "hovertext": [ + "Average response: 0.37
Prediction: 0.308", + "lead_time = 203.0
increases average response by", + "adults = 2.0
increases average response by", + "babies = 0.0
decreases average response by", + "children = 0.0
decreases average response by", + "arrival_date_year = 2016.0
decreases average response by", + "booking_changes = 4.0
decreases average response by", + "Average response: 0.37
Prediction: 0.308" + ], + "increasing": { + "marker": { + "color": "#8bdcbe" + } + }, + "measure": [ + "relative", + "relative", + "relative", + "relative", + "relative", + "relative", + "relative", + "total" + ], + "orientation": "h", + "showlegend": false, + "text": [ + "0.37", + "+0.035", + "+0.007", + "0.0", + "-0.0", + "-0.002", + "-0.103", + "0.308" + ], + "textposition": "outside", + "totals": { + "marker": { + "color": "#371ea3" + } + }, + "type": "waterfall", + "x": [ + 0, + 0.035, + 0.007, + 0, + 0, + -0.002, + -0.103, + -0.062 + ], + "xaxis": "x", + "y": [ + "intercept", + "lead_time = 203.0", + "adults = 2.0", + "babies = 0.0", + "children = 0.0", + "arrival_date_year = 2016.0", + "booking_changes = 4.0", + "prediction" + ], + "yaxis": "y" + }, + { + "base": 0.3703199637383929, + "connector": { + "line": { + "color": "#371ea3", + "dash": "solid", + "width": 1 + }, + "mode": "spanning" + }, + "decreasing": { + "marker": { + "color": "#f05a71" + } + }, + "hoverinfo": "text+delta", + "hoverlabel": { + "bgcolor": "rgba(0,0,0,0.8)" + }, + "hovertext": [ + "Average response: 0.37
Prediction: 0.308", + "booking_changes = 4.0
decreases average response by", + "lead_time = 203.0
increases average response by", + "adults = 2.0
increases average response by", + "arrival_date_year = 2016.0
decreases average response by", + "babies = 0.0
decreases average response by", + "children = 0.0
decreases average response by", + "Average response: 0.37
Prediction: 0.308" + ], + "increasing": { + "marker": { + "color": "#8bdcbe" + } + }, + "measure": [ + "relative", + "relative", + "relative", + "relative", + "relative", + "relative", + "relative", + "total" + ], + "orientation": "h", + "showlegend": false, + "text": [ + "0.37", + "-0.095", + "+0.029", + "+0.006", + "-0.003", + "0.0", + "-0.0", + "0.308" + ], + "textposition": "outside", + "totals": { + "marker": { + "color": "#371ea3" + } + }, + "type": "waterfall", + "x": [ + 0, + -0.095, + 0.029, + 0.006, + -0.003, + 0, + 0, + -0.062 + ], + "xaxis": "x2", + "y": [ + "intercept", + "booking_changes = 4.0", + "lead_time = 203.0", + "adults = 2.0", + "arrival_date_year = 2016.0", + "babies = 0.0", + "children = 0.0", + "prediction" + ], + "yaxis": "y2" + } + ], + "layout": { + "annotations": [ + { + "font": { + "size": 16 + }, + "showarrow": false, + "text": "observation", + "x": 0.5, + "xanchor": "center", + "xref": "paper", + "y": 1, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 16 + }, + "showarrow": false, + "text": "observation+", + "x": 0.5, + "xanchor": "center", + "xref": "paper", + "y": 0.45, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 16 + }, + "showarrow": false, + "text": "contribution", + "x": 0.5, + "xanchor": "center", + "xref": "paper", + "y": 0, + "yanchor": "top", + "yref": "paper", + "yshift": -30 + } + ], + "font": { + "color": "#371ea3" + }, + "height": 547, + "margin": { + "b": 71, + "r": 30, + "t": 78 + }, + "shapes": [ + { + "line": { + "color": "#371ea3", + "dash": "dot", + "width": 1.5 + }, + "type": "line", + "x0": 0.3703199637383929, + "x1": 0.3703199637383929, + "xref": "x", + "y0": -1, + "y1": 8, + "yref": "y" + }, + { + "line": { + "color": "#371ea3", + "dash": "dot", + "width": 1.5 + }, + "type": "line", + "x0": 0.3703199637383929, + "x1": 0.3703199637383929, + "xref": "x2", + "y0": -1, + "y1": 8, + "yref": "y2" + } + ], + "template": { + "data": { + "scatter": [ + { + "type": "scatter" + } + ] + } + }, + "title": { + "text": "Break Down", + "x": 0.15 + }, + "xaxis": { + "anchor": "y", + "automargin": true, + "domain": [ + 0, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "matches": "x2", + "range": [ + 0.26075000000000004, + 0.4276 + ], + "showticklabels": false, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "type": "linear", + "zeroline": false + }, + "xaxis2": { + "anchor": "y2", + "automargin": true, + "domain": [ + 0, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "range": [ + 0.26075000000000004, + 0.4276 + ], + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "type": "linear", + "zeroline": false + }, + "yaxis": { + "anchor": "x", + "automargin": true, + "autorange": "reversed", + "domain": [ + 0.55, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "tickcolor": "white", + "ticklen": 10, + "ticks": "outside", + "type": "category" + }, + "yaxis2": { + "anchor": "x2", + "automargin": true, + "autorange": "reversed", + "domain": [ + 0, + 0.45 + ], + "fixedrange": true, + "gridwidth": 2, + "tickcolor": "white", + "ticklen": 10, + "ticks": "outside", + "type": "category" + } + } + }, + "text/html": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "bd_observation.plot(bd_interactions_observation)" + ] + }, + { + "cell_type": "code", + "execution_count": 91, + "id": "f53dbe71", + "metadata": {}, + "outputs": [], + "source": [ + "sh_observation = exp.predict_parts(observation, type='shap', B = 10, label=observation.index[0])" + ] + }, + { + "cell_type": "code", + "execution_count": 92, + "id": "33176a92", + "metadata": {}, + "outputs": [ + { + "data": { + "application/vnd.plotly.v1+json": { + "config": { + "displaylogo": false, + "modeBarButtonsToRemove": [ + "sendDataToCloud", + "lasso2d", + "autoScale2d", + "select2d", + "zoom2d", + "pan2d", + "zoomIn2d", + "zoomOut2d", + "resetScale2d", + "toggleSpikelines", + "hoverCompareCartesian", + "hoverClosestCartesian" + ], + "plotlyServerURL": "https://plot.ly", + "staticPlot": false, + "toImageButtonOptions": { + "height": null, + "width": null + } + }, + "data": [ + { + "base": 0.3703199637383929, + "hoverinfo": "text", + "hoverlabel": { + "bgcolor": "rgba(0,0,0,0.8)" + }, + "hovertext": [ + "Average response: 0.37
Prediction: 0.308
booking_changes = 4.0
decreases average response
by 0.097", + "Average response: 0.37
Prediction: 0.308
lead_time = 203.0
increases average response
by 0.032", + "Average response: 0.37
Prediction: 0.308
adults = 2.0
increases average response
by 0.005", + "Average response: 0.37
Prediction: 0.308
arrival_date_year = 2016.0
decreases average response
by 0.002", + "Average response: 0.37
Prediction: 0.308
babies = 0.0
decreases average response
by 0.0", + "Average response: 0.37
Prediction: 0.308
children = 0.0
decreases average response
by 0.0" + ], + "marker": { + "color": [ + "#f05a71", + "#8bdcbe", + "#8bdcbe", + "#f05a71", + "#8bdcbe", + "#f05a71" + ] + }, + "orientation": "h", + "showlegend": false, + "text": [ + "-0.097", + "+0.032", + "+0.005", + "-0.002", + "0.0", + "-0.0" + ], + "textposition": "outside", + "type": "bar", + "x": [ + -0.097, + 0.032, + 0.005, + -0.002, + 0, + 0 + ], + "xaxis": "x", + "y": [ + "booking_changes = 4.0", + "lead_time = 203.0", + "adults = 2.0", + "arrival_date_year = 2016.0", + "babies = 0.0", + "children = 0.0" + ], + "yaxis": "y" + } + ], + "layout": { + "annotations": [ + { + "font": { + "size": 16 + }, + "showarrow": false, + "text": "observation", + "x": 0.5, + "xanchor": "center", + "xref": "paper", + "y": 1, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 16 + }, + "showarrow": false, + "text": "contribution", + "x": 0.5, + "xanchor": "center", + "xref": "paper", + "y": 0, + "yanchor": "top", + "yref": "paper", + "yshift": -30 + } + ], + "font": { + "color": "#371ea3" + }, + "height": 273, + "margin": { + "b": 71, + "r": 30, + "t": 78 + }, + "shapes": [ + { + "line": { + "color": "#371ea3", + "dash": "dot", + "width": 1.5 + }, + "type": "line", + "x0": 0.3703199637383929, + "x1": 0.3703199637383929, + "xref": "x", + "y0": -1, + "y1": 6, + "yref": "y" + } + ], + "template": { + "data": { + "scatter": [ + { + "type": "scatter" + } + ] + } + }, + "title": { + "text": "Shapley Values", + "x": 0.15 + }, + "xaxis": { + "anchor": "y", + "automargin": true, + "domain": [ + 0, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "range": [ + 0.25396996373839287, + 0.42166996373839283 + ], + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "type": "linear", + "zeroline": false + }, + "yaxis": { + "anchor": "x", + "automargin": true, + "autorange": "reversed", + "domain": [ + 0, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "tickcolor": "white", + "ticklen": 10, + "ticks": "outside", + "type": "category" + } + } + }, + "text/html": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sh_observation.plot(bar_width = 16)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.12" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} From f9b04892e45a9533150e1af043ae6ba2a46add42 Mon Sep 17 00:00:00 2001 From: Yevhenii Vinichenko <56126336+gekas145@users.noreply.github.com> Date: Sat, 26 Mar 2022 13:52:17 +0100 Subject: [PATCH 02/19] Delete hw1.ipynb --- Homeworks/Homework-I/hw1.ipynb | 1235 -------------------------------- 1 file changed, 1235 deletions(-) delete mode 100644 Homeworks/Homework-I/hw1.ipynb diff --git a/Homeworks/Homework-I/hw1.ipynb b/Homeworks/Homework-I/hw1.ipynb deleted file mode 100644 index eedbdc4..0000000 --- a/Homeworks/Homework-I/hw1.ipynb +++ /dev/null @@ -1,1235 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "id": "d2b566f2", - "metadata": {}, - "source": [ - "# Homework 1" - ] - }, - { - "cell_type": "code", - "execution_count": 20, - "id": "fd9eb0ea", - "metadata": {}, - "outputs": [], - "source": [ - "import dalex as dx\n", - "import pandas as pd\n", - "\n", - "from sklearn.ensemble import RandomForestClassifier\n", - "from sklearn.model_selection import train_test_split" - ] - }, - { - "cell_type": "code", - "execution_count": 5, - "id": "07355f2d", - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
hotelis_canceledlead_timearrival_date_yeararrival_date_montharrival_date_week_numberarrival_date_day_of_monthstays_in_weekend_nightsstays_in_week_nightsadults...deposit_typeagentcompanydays_in_waiting_listcustomer_typeadrrequired_car_parking_spacestotal_of_special_requestsreservation_statusreservation_status_date
0Resort Hotel03422015July271002...No DepositNaNNaN0Transient0.000Check-Out2015-07-01
1Resort Hotel07372015July271002...No DepositNaNNaN0Transient0.000Check-Out2015-07-01
2Resort Hotel072015July271011...No DepositNaNNaN0Transient75.000Check-Out2015-07-02
3Resort Hotel0132015July271011...No Deposit304.0NaN0Transient75.000Check-Out2015-07-02
4Resort Hotel0142015July271022...No Deposit240.0NaN0Transient98.001Check-Out2015-07-03
\n", - "

5 rows × 32 columns

\n", - "
" - ], - "text/plain": [ - " hotel is_canceled lead_time arrival_date_year arrival_date_month \\\n", - "0 Resort Hotel 0 342 2015 July \n", - "1 Resort Hotel 0 737 2015 July \n", - "2 Resort Hotel 0 7 2015 July \n", - "3 Resort Hotel 0 13 2015 July \n", - "4 Resort Hotel 0 14 2015 July \n", - "\n", - " arrival_date_week_number arrival_date_day_of_month \\\n", - "0 27 1 \n", - "1 27 1 \n", - "2 27 1 \n", - "3 27 1 \n", - "4 27 1 \n", - "\n", - " stays_in_weekend_nights stays_in_week_nights adults ... deposit_type \\\n", - "0 0 0 2 ... No Deposit \n", - "1 0 0 2 ... No Deposit \n", - "2 0 1 1 ... No Deposit \n", - "3 0 1 1 ... No Deposit \n", - "4 0 2 2 ... No Deposit \n", - "\n", - " agent company days_in_waiting_list customer_type adr \\\n", - "0 NaN NaN 0 Transient 0.0 \n", - "1 NaN NaN 0 Transient 0.0 \n", - "2 NaN NaN 0 Transient 75.0 \n", - "3 304.0 NaN 0 Transient 75.0 \n", - "4 240.0 NaN 0 Transient 98.0 \n", - "\n", - " required_car_parking_spaces total_of_special_requests reservation_status \\\n", - "0 0 0 Check-Out \n", - "1 0 0 Check-Out \n", - "2 0 0 Check-Out \n", - "3 0 0 Check-Out \n", - "4 0 1 Check-Out \n", - "\n", - " reservation_status_date \n", - "0 2015-07-01 \n", - "1 2015-07-01 \n", - "2 2015-07-02 \n", - "3 2015-07-02 \n", - "4 2015-07-03 \n", - "\n", - "[5 rows x 32 columns]" - ] - }, - "execution_count": 5, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "data = pd.read_csv('hotel_bookings.csv')\n", - "data.head()" - ] - }, - { - "cell_type": "code", - "execution_count": 24, - "id": "bc60a59f", - "metadata": {}, - "outputs": [], - "source": [ - "data = data[['is_canceled', 'lead_time', 'arrival_date_year', 'adults', 'children', 'babies', 'booking_changes']]\n", - "data = data.dropna()\n", - "X, y = data.loc[:, data.columns != 'is_canceled'], data[['is_canceled']]\n", - "X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.1, random_state=42)" - ] - }, - { - "cell_type": "code", - "execution_count": 27, - "id": "4fa0dfb3", - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\yevhe\\AppData\\Local\\Temp/ipykernel_12488/2452461117.py:2: DataConversionWarning: A column-vector y was passed when a 1d array was expected. Please change the shape of y to (n_samples,), for example using ravel().\n", - " clf.fit(X_train, y_train)\n" - ] - }, - { - "data": { - "text/plain": [ - "RandomForestClassifier(max_depth=2, random_state=0)" - ] - }, - "execution_count": 27, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "clf = RandomForestClassifier(max_depth=2, random_state=0)\n", - "clf.fit(X_train, y_train)" - ] - }, - { - "cell_type": "code", - "execution_count": 75, - "id": "b96622d7", - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "array([0], dtype=int64)" - ] - }, - "execution_count": 75, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# making prediction on unseen data\n", - "observation = X_test.iloc[0,:].to_frame().transpose()\n", - "clf.predict(observation)" - ] - }, - { - "cell_type": "code", - "execution_count": 82, - "id": "7be6c0e6", - "metadata": {}, - "outputs": [], - "source": [ - "observation = pd.DataFrame({'lead_time': [203.0],\n", - " 'arrival_date_year': [2016.0],\n", - " 'adults': [2.0],\n", - " 'children': [0.0],\n", - " 'babies': [0.0],\n", - " 'booking_changes': [04.]},\n", - " index = ['observation'])" - ] - }, - { - "cell_type": "code", - "execution_count": 84, - "id": "90bcad86", - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Preparation of a new explainer is initiated\n", - "\n", - " -> data : 107447 rows 6 cols\n", - " -> target variable : Parameter 'y' was a pandas.DataFrame. Converted to a numpy.ndarray.\n", - " -> target variable : 107447 values\n", - " -> model_class : sklearn.ensemble._forest.RandomForestClassifier (default)\n", - " -> label : Not specified, model's class short name will be used. (default)\n", - " -> predict function : will be used (default)\n", - " -> predict function : Accepts pandas.DataFrame and numpy.ndarray.\n", - " -> predicted values : min = 0.139, mean = 0.37, max = 0.45\n", - " -> model type : classification will be used (default)\n", - " -> residual function : difference between y and yhat (default)\n", - " -> residuals : min = -0.45, mean = -3.51e-05, max = 0.861\n", - " -> model_info : package sklearn\n", - "\n", - "A new explainer has been created!\n" - ] - } - ], - "source": [ - "exp = dx.Explainer(clf, X_train, y_train)" - ] - }, - { - "cell_type": "code", - "execution_count": 85, - "id": "8126cdf8", - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "array([0.3079201])" - ] - }, - "execution_count": 85, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "exp.predict(observation)" - ] - }, - { - "cell_type": "code", - "execution_count": 89, - "id": "1033990c", - "metadata": {}, - "outputs": [], - "source": [ - "bd_observation = exp.predict_parts(observation, type='break_down', label=observation.index[0])\n", - "bd_interactions_observation = exp.predict_parts(observation, type='break_down_interactions', label=\"observation+\")" - ] - }, - { - "cell_type": "code", - "execution_count": 87, - "id": "2b4f3950", - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
variable_namevariable_valuevariablecumulativecontributionsignpositionlabel
0intercept1intercept0.3703200.3703201.07observation
1lead_time203.0lead_time = 203.00.4054680.0351481.06observation
2adults2.0adults = 2.00.4120690.0066011.05observation
3babies0.0babies = 0.00.4124560.0003861.04observation
4children0.0children = 0.00.412374-0.000082-1.03observation
5arrival_date_year2016.0arrival_date_year = 2016.00.410609-0.001765-1.02observation
6booking_changes4.0booking_changes = 4.00.307920-0.102689-1.01observation
7prediction0.3079200.3079201.00observation
\n", - "
" - ], - "text/plain": [ - " variable_name variable_value variable cumulative \\\n", - "0 intercept 1 intercept 0.370320 \n", - "1 lead_time 203.0 lead_time = 203.0 0.405468 \n", - "2 adults 2.0 adults = 2.0 0.412069 \n", - "3 babies 0.0 babies = 0.0 0.412456 \n", - "4 children 0.0 children = 0.0 0.412374 \n", - "5 arrival_date_year 2016.0 arrival_date_year = 2016.0 0.410609 \n", - "6 booking_changes 4.0 booking_changes = 4.0 0.307920 \n", - "7 prediction 0.307920 \n", - "\n", - " contribution sign position label \n", - "0 0.370320 1.0 7 observation \n", - "1 0.035148 1.0 6 observation \n", - "2 0.006601 1.0 5 observation \n", - "3 0.000386 1.0 4 observation \n", - "4 -0.000082 -1.0 3 observation \n", - "5 -0.001765 -1.0 2 observation \n", - "6 -0.102689 -1.0 1 observation \n", - "7 0.307920 1.0 0 observation " - ] - }, - "execution_count": 87, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "bd_observation.result" - ] - }, - { - "cell_type": "code", - "execution_count": 90, - "id": "10ffc8b9", - "metadata": {}, - "outputs": [ - { - "data": { - "application/vnd.plotly.v1+json": { - "config": { - "displaylogo": false, - "modeBarButtonsToRemove": [ - "sendDataToCloud", - "lasso2d", - "autoScale2d", - "select2d", - "zoom2d", - "pan2d", - "zoomIn2d", - "zoomOut2d", - "resetScale2d", - "toggleSpikelines", - "hoverCompareCartesian", - "hoverClosestCartesian" - ], - "plotlyServerURL": "https://plot.ly", - "staticPlot": false, - "toImageButtonOptions": { - "height": null, - "width": null - } - }, - "data": [ - { - "base": 0.3703199637383929, - "connector": { - "line": { - "color": "#371ea3", - "dash": "solid", - "width": 1 - }, - "mode": "spanning" - }, - "decreasing": { - "marker": { - "color": "#f05a71" - } - }, - "hoverinfo": "text+delta", - "hoverlabel": { - "bgcolor": "rgba(0,0,0,0.8)" - }, - "hovertext": [ - "Average response: 0.37
Prediction: 0.308", - "lead_time = 203.0
increases average response by", - "adults = 2.0
increases average response by", - "babies = 0.0
decreases average response by", - "children = 0.0
decreases average response by", - "arrival_date_year = 2016.0
decreases average response by", - "booking_changes = 4.0
decreases average response by", - "Average response: 0.37
Prediction: 0.308" - ], - "increasing": { - "marker": { - "color": "#8bdcbe" - } - }, - "measure": [ - "relative", - "relative", - "relative", - "relative", - "relative", - "relative", - "relative", - "total" - ], - "orientation": "h", - "showlegend": false, - "text": [ - "0.37", - "+0.035", - "+0.007", - "0.0", - "-0.0", - "-0.002", - "-0.103", - "0.308" - ], - "textposition": "outside", - "totals": { - "marker": { - "color": "#371ea3" - } - }, - "type": "waterfall", - "x": [ - 0, - 0.035, - 0.007, - 0, - 0, - -0.002, - -0.103, - -0.062 - ], - "xaxis": "x", - "y": [ - "intercept", - "lead_time = 203.0", - "adults = 2.0", - "babies = 0.0", - "children = 0.0", - "arrival_date_year = 2016.0", - "booking_changes = 4.0", - "prediction" - ], - "yaxis": "y" - }, - { - "base": 0.3703199637383929, - "connector": { - "line": { - "color": "#371ea3", - "dash": "solid", - "width": 1 - }, - "mode": "spanning" - }, - "decreasing": { - "marker": { - "color": "#f05a71" - } - }, - "hoverinfo": "text+delta", - "hoverlabel": { - "bgcolor": "rgba(0,0,0,0.8)" - }, - "hovertext": [ - "Average response: 0.37
Prediction: 0.308", - "booking_changes = 4.0
decreases average response by", - "lead_time = 203.0
increases average response by", - "adults = 2.0
increases average response by", - "arrival_date_year = 2016.0
decreases average response by", - "babies = 0.0
decreases average response by", - "children = 0.0
decreases average response by", - "Average response: 0.37
Prediction: 0.308" - ], - "increasing": { - "marker": { - "color": "#8bdcbe" - } - }, - "measure": [ - "relative", - "relative", - "relative", - "relative", - "relative", - "relative", - "relative", - "total" - ], - "orientation": "h", - "showlegend": false, - "text": [ - "0.37", - "-0.095", - "+0.029", - "+0.006", - "-0.003", - "0.0", - "-0.0", - "0.308" - ], - "textposition": "outside", - "totals": { - "marker": { - "color": "#371ea3" - } - }, - "type": "waterfall", - "x": [ - 0, - -0.095, - 0.029, - 0.006, - -0.003, - 0, - 0, - -0.062 - ], - "xaxis": "x2", - "y": [ - "intercept", - "booking_changes = 4.0", - "lead_time = 203.0", - "adults = 2.0", - "arrival_date_year = 2016.0", - "babies = 0.0", - "children = 0.0", - "prediction" - ], - "yaxis": "y2" - } - ], - "layout": { - "annotations": [ - { - "font": { - "size": 16 - }, - "showarrow": false, - "text": "observation", - "x": 0.5, - "xanchor": "center", - "xref": "paper", - "y": 1, - "yanchor": "bottom", - "yref": "paper" - }, - { - "font": { - "size": 16 - }, - "showarrow": false, - "text": "observation+", - "x": 0.5, - "xanchor": "center", - "xref": "paper", - "y": 0.45, - "yanchor": "bottom", - "yref": "paper" - }, - { - "font": { - "size": 16 - }, - "showarrow": false, - "text": "contribution", - "x": 0.5, - "xanchor": "center", - "xref": "paper", - "y": 0, - "yanchor": "top", - "yref": "paper", - "yshift": -30 - } - ], - "font": { - "color": "#371ea3" - }, - "height": 547, - "margin": { - "b": 71, - "r": 30, - "t": 78 - }, - "shapes": [ - { - "line": { - "color": "#371ea3", - "dash": "dot", - "width": 1.5 - }, - "type": "line", - "x0": 0.3703199637383929, - "x1": 0.3703199637383929, - "xref": "x", - "y0": -1, - "y1": 8, - "yref": "y" - }, - { - "line": { - "color": "#371ea3", - "dash": "dot", - "width": 1.5 - }, - "type": "line", - "x0": 0.3703199637383929, - "x1": 0.3703199637383929, - "xref": "x2", - "y0": -1, - "y1": 8, - "yref": "y2" - } - ], - "template": { - "data": { - "scatter": [ - { - "type": "scatter" - } - ] - } - }, - "title": { - "text": "Break Down", - "x": 0.15 - }, - "xaxis": { - "anchor": "y", - "automargin": true, - "domain": [ - 0, - 1 - ], - "fixedrange": true, - "gridwidth": 2, - "matches": "x2", - "range": [ - 0.26075000000000004, - 0.4276 - ], - "showticklabels": false, - "tickcolor": "white", - "ticklen": 3, - "ticks": "outside", - "type": "linear", - "zeroline": false - }, - "xaxis2": { - "anchor": "y2", - "automargin": true, - "domain": [ - 0, - 1 - ], - "fixedrange": true, - "gridwidth": 2, - "range": [ - 0.26075000000000004, - 0.4276 - ], - "tickcolor": "white", - "ticklen": 3, - "ticks": "outside", - "type": "linear", - "zeroline": false - }, - "yaxis": { - "anchor": "x", - "automargin": true, - "autorange": "reversed", - "domain": [ - 0.55, - 1 - ], - "fixedrange": true, - "gridwidth": 2, - "tickcolor": "white", - "ticklen": 10, - "ticks": "outside", - "type": "category" - }, - "yaxis2": { - "anchor": "x2", - "automargin": true, - "autorange": "reversed", - "domain": [ - 0, - 0.45 - ], - "fixedrange": true, - "gridwidth": 2, - "tickcolor": "white", - "ticklen": 10, - "ticks": "outside", - "type": "category" - } - } - }, - "text/html": [ - "
" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], - "source": [ - "bd_observation.plot(bd_interactions_observation)" - ] - }, - { - "cell_type": "code", - "execution_count": 91, - "id": "f53dbe71", - "metadata": {}, - "outputs": [], - "source": [ - "sh_observation = exp.predict_parts(observation, type='shap', B = 10, label=observation.index[0])" - ] - }, - { - "cell_type": "code", - "execution_count": 92, - "id": "33176a92", - "metadata": {}, - "outputs": [ - { - "data": { - "application/vnd.plotly.v1+json": { - "config": { - "displaylogo": false, - "modeBarButtonsToRemove": [ - "sendDataToCloud", - "lasso2d", - "autoScale2d", - "select2d", - "zoom2d", - "pan2d", - "zoomIn2d", - "zoomOut2d", - "resetScale2d", - "toggleSpikelines", - "hoverCompareCartesian", - "hoverClosestCartesian" - ], - "plotlyServerURL": "https://plot.ly", - "staticPlot": false, - "toImageButtonOptions": { - "height": null, - "width": null - } - }, - "data": [ - { - "base": 0.3703199637383929, - "hoverinfo": "text", - "hoverlabel": { - "bgcolor": "rgba(0,0,0,0.8)" - }, - "hovertext": [ - "Average response: 0.37
Prediction: 0.308
booking_changes = 4.0
decreases average response
by 0.097", - "Average response: 0.37
Prediction: 0.308
lead_time = 203.0
increases average response
by 0.032", - "Average response: 0.37
Prediction: 0.308
adults = 2.0
increases average response
by 0.005", - "Average response: 0.37
Prediction: 0.308
arrival_date_year = 2016.0
decreases average response
by 0.002", - "Average response: 0.37
Prediction: 0.308
babies = 0.0
decreases average response
by 0.0", - "Average response: 0.37
Prediction: 0.308
children = 0.0
decreases average response
by 0.0" - ], - "marker": { - "color": [ - "#f05a71", - "#8bdcbe", - "#8bdcbe", - "#f05a71", - "#8bdcbe", - "#f05a71" - ] - }, - "orientation": "h", - "showlegend": false, - "text": [ - "-0.097", - "+0.032", - "+0.005", - "-0.002", - "0.0", - "-0.0" - ], - "textposition": "outside", - "type": "bar", - "x": [ - -0.097, - 0.032, - 0.005, - -0.002, - 0, - 0 - ], - "xaxis": "x", - "y": [ - "booking_changes = 4.0", - "lead_time = 203.0", - "adults = 2.0", - "arrival_date_year = 2016.0", - "babies = 0.0", - "children = 0.0" - ], - "yaxis": "y" - } - ], - "layout": { - "annotations": [ - { - "font": { - "size": 16 - }, - "showarrow": false, - "text": "observation", - "x": 0.5, - "xanchor": "center", - "xref": "paper", - "y": 1, - "yanchor": "bottom", - "yref": "paper" - }, - { - "font": { - "size": 16 - }, - "showarrow": false, - "text": "contribution", - "x": 0.5, - "xanchor": "center", - "xref": "paper", - "y": 0, - "yanchor": "top", - "yref": "paper", - "yshift": -30 - } - ], - "font": { - "color": "#371ea3" - }, - "height": 273, - "margin": { - "b": 71, - "r": 30, - "t": 78 - }, - "shapes": [ - { - "line": { - "color": "#371ea3", - "dash": "dot", - "width": 1.5 - }, - "type": "line", - "x0": 0.3703199637383929, - "x1": 0.3703199637383929, - "xref": "x", - "y0": -1, - "y1": 6, - "yref": "y" - } - ], - "template": { - "data": { - "scatter": [ - { - "type": "scatter" - } - ] - } - }, - "title": { - "text": "Shapley Values", - "x": 0.15 - }, - "xaxis": { - "anchor": "y", - "automargin": true, - "domain": [ - 0, - 1 - ], - "fixedrange": true, - "gridwidth": 2, - "range": [ - 0.25396996373839287, - 0.42166996373839283 - ], - "tickcolor": "white", - "ticklen": 3, - "ticks": "outside", - "type": "linear", - "zeroline": false - }, - "yaxis": { - "anchor": "x", - "automargin": true, - "autorange": "reversed", - "domain": [ - 0, - 1 - ], - "fixedrange": true, - "gridwidth": 2, - "tickcolor": "white", - "ticklen": 10, - "ticks": "outside", - "type": "category" - } - } - }, - "text/html": [ - "
" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], - "source": [ - "sh_observation.plot(bar_width = 16)" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3 (ipykernel)", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.8.12" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} From 09c96d90810ddd5063ac6fe4732dbecf6e1a9698 Mon Sep 17 00:00:00 2001 From: Yevhenii Vinichenko <56126336+gekas145@users.noreply.github.com> Date: Sat, 26 Mar 2022 13:52:54 +0100 Subject: [PATCH 03/19] Create .gitkeep --- Homeworks/Homework-I/Vinichenko_Yevhenii/.gitkeep | 1 + 1 file changed, 1 insertion(+) create mode 100644 Homeworks/Homework-I/Vinichenko_Yevhenii/.gitkeep diff --git a/Homeworks/Homework-I/Vinichenko_Yevhenii/.gitkeep b/Homeworks/Homework-I/Vinichenko_Yevhenii/.gitkeep new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Homeworks/Homework-I/Vinichenko_Yevhenii/.gitkeep @@ -0,0 +1 @@ + From 57553fc3b93ce9eca130b3de5ae21db63b00add4 Mon Sep 17 00:00:00 2001 From: Yevhenii Vinichenko <56126336+gekas145@users.noreply.github.com> Date: Sat, 26 Mar 2022 14:53:12 +0200 Subject: [PATCH 04/19] Add files via upload --- .../Homework-I/Vinichenko_Yevhenii/hw1.ipynb | 1421 +++++++++++++++++ 1 file changed, 1421 insertions(+) create mode 100644 Homeworks/Homework-I/Vinichenko_Yevhenii/hw1.ipynb diff --git a/Homeworks/Homework-I/Vinichenko_Yevhenii/hw1.ipynb b/Homeworks/Homework-I/Vinichenko_Yevhenii/hw1.ipynb new file mode 100644 index 0000000..677aab8 --- /dev/null +++ b/Homeworks/Homework-I/Vinichenko_Yevhenii/hw1.ipynb @@ -0,0 +1,1421 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "7cd2e366", + "metadata": {}, + "source": [ + "# Homework 1" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "2aacdb78", + "metadata": {}, + "outputs": [], + "source": [ + "import dalex as dx\n", + "import pandas as pd\n", + "import warnings\n", + "warnings.filterwarnings('ignore')\n", + "\n", + "from sklearn.ensemble import RandomForestClassifier\n", + "from sklearn.model_selection import train_test_split" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "f0c11d04", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
hotelis_canceledlead_timearrival_date_yeararrival_date_montharrival_date_week_numberarrival_date_day_of_monthstays_in_weekend_nightsstays_in_week_nightsadults...deposit_typeagentcompanydays_in_waiting_listcustomer_typeadrrequired_car_parking_spacestotal_of_special_requestsreservation_statusreservation_status_date
0Resort Hotel03422015July271002...No DepositNaNNaN0Transient0.000Check-Out2015-07-01
1Resort Hotel07372015July271002...No DepositNaNNaN0Transient0.000Check-Out2015-07-01
2Resort Hotel072015July271011...No DepositNaNNaN0Transient75.000Check-Out2015-07-02
3Resort Hotel0132015July271011...No Deposit304.0NaN0Transient75.000Check-Out2015-07-02
4Resort Hotel0142015July271022...No Deposit240.0NaN0Transient98.001Check-Out2015-07-03
\n", + "

5 rows × 32 columns

\n", + "
" + ], + "text/plain": [ + " hotel is_canceled lead_time arrival_date_year arrival_date_month \\\n", + "0 Resort Hotel 0 342 2015 July \n", + "1 Resort Hotel 0 737 2015 July \n", + "2 Resort Hotel 0 7 2015 July \n", + "3 Resort Hotel 0 13 2015 July \n", + "4 Resort Hotel 0 14 2015 July \n", + "\n", + " arrival_date_week_number arrival_date_day_of_month \\\n", + "0 27 1 \n", + "1 27 1 \n", + "2 27 1 \n", + "3 27 1 \n", + "4 27 1 \n", + "\n", + " stays_in_weekend_nights stays_in_week_nights adults ... deposit_type \\\n", + "0 0 0 2 ... No Deposit \n", + "1 0 0 2 ... No Deposit \n", + "2 0 1 1 ... No Deposit \n", + "3 0 1 1 ... No Deposit \n", + "4 0 2 2 ... No Deposit \n", + "\n", + " agent company days_in_waiting_list customer_type adr \\\n", + "0 NaN NaN 0 Transient 0.0 \n", + "1 NaN NaN 0 Transient 0.0 \n", + "2 NaN NaN 0 Transient 75.0 \n", + "3 304.0 NaN 0 Transient 75.0 \n", + "4 240.0 NaN 0 Transient 98.0 \n", + "\n", + " required_car_parking_spaces total_of_special_requests reservation_status \\\n", + "0 0 0 Check-Out \n", + "1 0 0 Check-Out \n", + "2 0 0 Check-Out \n", + "3 0 0 Check-Out \n", + "4 0 1 Check-Out \n", + "\n", + " reservation_status_date \n", + "0 2015-07-01 \n", + "1 2015-07-01 \n", + "2 2015-07-02 \n", + "3 2015-07-02 \n", + "4 2015-07-03 \n", + "\n", + "[5 rows x 32 columns]" + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data = pd.read_csv('hotel_bookings.csv')\n", + "data.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "b7307ba8", + "metadata": {}, + "outputs": [], + "source": [ + "# in order to simplify plots I decided to use only a subset of variables\n", + "data = data[['is_canceled', 'lead_time', 'arrival_date_year', 'adults', 'children', 'babies', 'booking_changes']]\n", + "data = data.dropna()\n", + "X, y = data.loc[:, data.columns != 'is_canceled'], data[['is_canceled']]\n", + "X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.1, random_state=42)" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "d533af92", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "RandomForestClassifier(max_depth=2, random_state=0)" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "clf = RandomForestClassifier(max_depth=2, random_state=0)\n", + "clf.fit(X_train, y_train)" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "bd60821e", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "array([0], dtype=int64)" + ] + }, + "execution_count": 5, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# making prediction on unseen data\n", + "observation = X_test.iloc[0,:].to_frame().transpose()\n", + "clf.predict(observation)" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "b7d51358", + "metadata": {}, + "outputs": [], + "source": [ + "observation = pd.DataFrame({'lead_time': [203.0],\n", + " 'arrival_date_year': [2016.0],\n", + " 'adults': [2.0],\n", + " 'children': [0.0],\n", + " 'babies': [0.0],\n", + " 'booking_changes': [4.]},\n", + " index = ['observation'])" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "d38d95eb", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Preparation of a new explainer is initiated\n", + "\n", + " -> data : 107447 rows 6 cols\n", + " -> target variable : Parameter 'y' was a pandas.DataFrame. Converted to a numpy.ndarray.\n", + " -> target variable : 107447 values\n", + " -> model_class : sklearn.ensemble._forest.RandomForestClassifier (default)\n", + " -> label : Not specified, model's class short name will be used. (default)\n", + " -> predict function : will be used (default)\n", + " -> predict function : Accepts pandas.DataFrame and numpy.ndarray.\n", + " -> predicted values : min = 0.139, mean = 0.37, max = 0.45\n", + " -> model type : classification will be used (default)\n", + " -> residual function : difference between y and yhat (default)\n", + " -> residuals : min = -0.45, mean = -3.51e-05, max = 0.861\n", + " -> model_info : package sklearn\n", + "\n", + "A new explainer has been created!\n" + ] + } + ], + "source": [ + "exp = dx.Explainer(clf, X_train, y_train)" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "a0652b69", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "array([0.3079201])" + ] + }, + "execution_count": 8, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "exp.predict(observation)" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "id": "cfb732a0", + "metadata": {}, + "outputs": [], + "source": [ + "bd_observation = exp.predict_parts(observation, type='break_down', label=observation.index[0])" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "id": "cc58d366", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
variable_namevariable_valuevariablecumulativecontributionsignpositionlabel
0intercept1intercept0.3703200.3703201.07observation
1lead_time203.0lead_time = 203.00.4054680.0351481.06observation
2adults2.0adults = 2.00.4120690.0066011.05observation
3babies0.0babies = 0.00.4124560.0003861.04observation
4children0.0children = 0.00.412374-0.000082-1.03observation
5arrival_date_year2016.0arrival_date_year = 2016.00.410609-0.001765-1.02observation
6booking_changes4.0booking_changes = 4.00.307920-0.102689-1.01observation
7prediction0.3079200.3079201.00observation
\n", + "
" + ], + "text/plain": [ + " variable_name variable_value variable cumulative \\\n", + "0 intercept 1 intercept 0.370320 \n", + "1 lead_time 203.0 lead_time = 203.0 0.405468 \n", + "2 adults 2.0 adults = 2.0 0.412069 \n", + "3 babies 0.0 babies = 0.0 0.412456 \n", + "4 children 0.0 children = 0.0 0.412374 \n", + "5 arrival_date_year 2016.0 arrival_date_year = 2016.0 0.410609 \n", + "6 booking_changes 4.0 booking_changes = 4.0 0.307920 \n", + "7 prediction 0.307920 \n", + "\n", + " contribution sign position label \n", + "0 0.370320 1.0 7 observation \n", + "1 0.035148 1.0 6 observation \n", + "2 0.006601 1.0 5 observation \n", + "3 0.000386 1.0 4 observation \n", + "4 -0.000082 -1.0 3 observation \n", + "5 -0.001765 -1.0 2 observation \n", + "6 -0.102689 -1.0 1 observation \n", + "7 0.307920 1.0 0 observation " + ] + }, + "execution_count": 11, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "bd_observation.result" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "id": "a75a27a3", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + " \n", + " " + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "application/vnd.plotly.v1+json": { + "config": { + "displaylogo": false, + "modeBarButtonsToRemove": [ + "sendDataToCloud", + "lasso2d", + "autoScale2d", + "select2d", + "zoom2d", + "pan2d", + "zoomIn2d", + "zoomOut2d", + "resetScale2d", + "toggleSpikelines", + "hoverCompareCartesian", + "hoverClosestCartesian" + ], + "plotlyServerURL": "https://plot.ly", + "staticPlot": false, + "toImageButtonOptions": { + "height": null, + "width": null + } + }, + "data": [ + { + "base": 0.3703199637383929, + "connector": { + "line": { + "color": "#371ea3", + "dash": "solid", + "width": 1 + }, + "mode": "spanning" + }, + "decreasing": { + "marker": { + "color": "#f05a71" + } + }, + "hoverinfo": "text+delta", + "hoverlabel": { + "bgcolor": "rgba(0,0,0,0.8)" + }, + "hovertext": [ + "Average response: 0.37
Prediction: 0.308", + "lead_time = 203.0
increases average response by", + "adults = 2.0
increases average response by", + "babies = 0.0
decreases average response by", + "children = 0.0
decreases average response by", + "arrival_date_year = 2016.0
decreases average response by", + "booking_changes = 4.0
decreases average response by", + "Average response: 0.37
Prediction: 0.308" + ], + "increasing": { + "marker": { + "color": "#8bdcbe" + } + }, + "measure": [ + "relative", + "relative", + "relative", + "relative", + "relative", + "relative", + "relative", + "total" + ], + "orientation": "h", + "showlegend": false, + "text": [ + "0.37", + "+0.035", + "+0.007", + "0.0", + "-0.0", + "-0.002", + "-0.103", + "0.308" + ], + "textposition": "outside", + "totals": { + "marker": { + "color": "#371ea3" + } + }, + "type": "waterfall", + "x": [ + 0, + 0.035, + 0.007, + 0, + 0, + -0.002, + -0.103, + -0.062 + ], + "xaxis": "x", + "y": [ + "intercept", + "lead_time = 203.0", + "adults = 2.0", + "babies = 0.0", + "children = 0.0", + "arrival_date_year = 2016.0", + "booking_changes = 4.0", + "prediction" + ], + "yaxis": "y" + } + ], + "layout": { + "annotations": [ + { + "font": { + "size": 16 + }, + "showarrow": false, + "text": "observation", + "x": 0.5, + "xanchor": "center", + "xref": "paper", + "y": 1, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 16 + }, + "showarrow": false, + "text": "contribution", + "x": 0.5, + "xanchor": "center", + "xref": "paper", + "y": 0, + "yanchor": "top", + "yref": "paper", + "yshift": -30 + } + ], + "font": { + "color": "#371ea3" + }, + "height": 313, + "margin": { + "b": 71, + "r": 30, + "t": 78 + }, + "shapes": [ + { + "line": { + "color": "#371ea3", + "dash": "dot", + "width": 1.5 + }, + "type": "line", + "x0": 0.3703199637383929, + "x1": 0.3703199637383929, + "xref": "x", + "y0": -1, + "y1": 8, + "yref": "y" + } + ], + "template": { + "data": { + "scatter": [ + { + "type": "scatter" + } + ] + } + }, + "title": { + "text": "Break Down", + "x": 0.15 + }, + "xaxis": { + "anchor": "y", + "automargin": true, + "domain": [ + 0, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "range": [ + 0.2924, + 0.4276 + ], + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "type": "linear", + "zeroline": false + }, + "yaxis": { + "anchor": "x", + "automargin": true, + "autorange": "reversed", + "domain": [ + 0, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "tickcolor": "white", + "ticklen": 10, + "ticks": "outside", + "type": "category" + } + } + }, + "text/html": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "bd_observation.plot()\n", + "# lead_time variable is equal to number of days between\n", + "# entering date and arrival(or cancelation) date\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "id": "65f7b0ea", + "metadata": {}, + "outputs": [], + "source": [ + "sh_observation = exp.predict_parts(observation, type='shap', B = 10, label=observation.index[0])" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "id": "4f4c4208", + "metadata": {}, + "outputs": [ + { + "data": { + "application/vnd.plotly.v1+json": { + "config": { + "displaylogo": false, + "modeBarButtonsToRemove": [ + "sendDataToCloud", + "lasso2d", + "autoScale2d", + "select2d", + "zoom2d", + "pan2d", + "zoomIn2d", + "zoomOut2d", + "resetScale2d", + "toggleSpikelines", + "hoverCompareCartesian", + "hoverClosestCartesian" + ], + "plotlyServerURL": "https://plot.ly", + "staticPlot": false, + "toImageButtonOptions": { + "height": null, + "width": null + } + }, + "data": [ + { + "base": 0.3703199637383929, + "hoverinfo": "text", + "hoverlabel": { + "bgcolor": "rgba(0,0,0,0.8)" + }, + "hovertext": [ + "Average response: 0.37
Prediction: 0.308
booking_changes = 4.0
decreases average response
by 0.099", + "Average response: 0.37
Prediction: 0.308
lead_time = 203.0
increases average response
by 0.033", + "Average response: 0.37
Prediction: 0.308
adults = 2.0
increases average response
by 0.006", + "Average response: 0.37
Prediction: 0.308
arrival_date_year = 2016.0
decreases average response
by 0.002", + "Average response: 0.37
Prediction: 0.308
babies = 0.0
decreases average response
by 0.0", + "Average response: 0.37
Prediction: 0.308
children = 0.0
decreases average response
by 0.0" + ], + "marker": { + "color": [ + "#f05a71", + "#8bdcbe", + "#8bdcbe", + "#f05a71", + "#8bdcbe", + "#f05a71" + ] + }, + "orientation": "h", + "showlegend": false, + "text": [ + "-0.099", + "+0.033", + "+0.006", + "-0.002", + "0.0", + "-0.0" + ], + "textposition": "outside", + "type": "bar", + "x": [ + -0.099, + 0.033, + 0.006, + -0.002, + 0, + 0 + ], + "xaxis": "x", + "y": [ + "booking_changes = 4.0", + "lead_time = 203.0", + "adults = 2.0", + "arrival_date_year = 2016.0", + "babies = 0.0", + "children = 0.0" + ], + "yaxis": "y" + } + ], + "layout": { + "annotations": [ + { + "font": { + "size": 16 + }, + "showarrow": false, + "text": "observation", + "x": 0.5, + "xanchor": "center", + "xref": "paper", + "y": 1, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 16 + }, + "showarrow": false, + "text": "contribution", + "x": 0.5, + "xanchor": "center", + "xref": "paper", + "y": 0, + "yanchor": "top", + "yref": "paper", + "yshift": -30 + } + ], + "font": { + "color": "#371ea3" + }, + "height": 273, + "margin": { + "b": 71, + "r": 30, + "t": 78 + }, + "shapes": [ + { + "line": { + "color": "#371ea3", + "dash": "dot", + "width": 1.5 + }, + "type": "line", + "x0": 0.3703199637383929, + "x1": 0.3703199637383929, + "xref": "x", + "y0": -1, + "y1": 6, + "yref": "y" + } + ], + "template": { + "data": { + "scatter": [ + { + "type": "scatter" + } + ] + } + }, + "title": { + "text": "Shapley Values", + "x": 0.15 + }, + "xaxis": { + "anchor": "y", + "automargin": true, + "domain": [ + 0, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "range": [ + 0.25151996373839286, + 0.42311996373839283 + ], + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "type": "linear", + "zeroline": false + }, + "yaxis": { + "anchor": "x", + "automargin": true, + "autorange": "reversed", + "domain": [ + 0, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "tickcolor": "white", + "ticklen": 10, + "ticks": "outside", + "type": "category" + } + } + }, + "text/html": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sh_observation.plot(bar_width = 16)\n", + "\n", + "# big number of booking changes contributes negatively to final result\n", + "# big lead time however makes cancelation more likely" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "id": "c32582c4", + "metadata": {}, + "outputs": [], + "source": [ + "observation1 = pd.DataFrame({'lead_time': [4.0],\n", + " 'arrival_date_year': [2015.0],\n", + " 'adults': [2.0],\n", + " 'children': [0.0],\n", + " 'babies': [1.0],\n", + " 'booking_changes': [0.0]},\n", + " index = ['observation1'])\n", + "sh_observation1 = exp.predict_parts(observation1, type='shap', B = 10, label=observation1.index[0])" + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "id": "ff901fab", + "metadata": {}, + "outputs": [ + { + "data": { + "application/vnd.plotly.v1+json": { + "config": { + "displaylogo": false, + "modeBarButtonsToRemove": [ + "sendDataToCloud", + "lasso2d", + "autoScale2d", + "select2d", + "zoom2d", + "pan2d", + "zoomIn2d", + "zoomOut2d", + "resetScale2d", + "toggleSpikelines", + "hoverCompareCartesian", + "hoverClosestCartesian" + ], + "plotlyServerURL": "https://plot.ly", + "staticPlot": false, + "toImageButtonOptions": { + "height": null, + "width": null + } + }, + "data": [ + { + "base": 0.3703199637383929, + "hoverinfo": "text", + "hoverlabel": { + "bgcolor": "rgba(0,0,0,0.8)" + }, + "hovertext": [ + "Average response: 0.37
Prediction: 0.227
lead_time = 4.0
decreases average response
by 0.108", + "Average response: 0.37
Prediction: 0.227
babies = 1.0
decreases average response
by 0.054", + "Average response: 0.37
Prediction: 0.227
booking_changes = 0.0
increases average response
by 0.015", + "Average response: 0.37
Prediction: 0.227
adults = 2.0
increases average response
by 0.002", + "Average response: 0.37
Prediction: 0.227
arrival_date_year = 2015.0
increases average response
by 0.001", + "Average response: 0.37
Prediction: 0.227
children = 0.0
decreases average response
by 0.0" + ], + "marker": { + "color": [ + "#f05a71", + "#f05a71", + "#8bdcbe", + "#8bdcbe", + "#8bdcbe", + "#f05a71" + ] + }, + "orientation": "h", + "showlegend": false, + "text": [ + "-0.108", + "-0.054", + "+0.015", + "+0.002", + "+0.001", + "-0.0" + ], + "textposition": "outside", + "type": "bar", + "x": [ + -0.108, + -0.054, + 0.015, + 0.002, + 0.001, + 0 + ], + "xaxis": "x", + "y": [ + "lead_time = 4.0", + "babies = 1.0", + "booking_changes = 0.0", + "adults = 2.0", + "arrival_date_year = 2015.0", + "children = 0.0" + ], + "yaxis": "y" + } + ], + "layout": { + "annotations": [ + { + "font": { + "size": 16 + }, + "showarrow": false, + "text": "observation1", + "x": 0.5, + "xanchor": "center", + "xref": "paper", + "y": 1, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 16 + }, + "showarrow": false, + "text": "contribution", + "x": 0.5, + "xanchor": "center", + "xref": "paper", + "y": 0, + "yanchor": "top", + "yref": "paper", + "yshift": -30 + } + ], + "font": { + "color": "#371ea3" + }, + "height": 273, + "margin": { + "b": 71, + "r": 30, + "t": 78 + }, + "shapes": [ + { + "line": { + "color": "#371ea3", + "dash": "dot", + "width": 1.5 + }, + "type": "line", + "x0": 0.3703199637383929, + "x1": 0.3703199637383929, + "xref": "x", + "y0": -1, + "y1": 6, + "yref": "y" + } + ], + "template": { + "data": { + "scatter": [ + { + "type": "scatter" + } + ] + } + }, + "title": { + "text": "Shapley Values", + "x": 0.15 + }, + "xaxis": { + "anchor": "y", + "automargin": true, + "domain": [ + 0, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "range": [ + 0.2438699637383929, + 0.4037699637383929 + ], + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "type": "linear", + "zeroline": false + }, + "yaxis": { + "anchor": "x", + "automargin": true, + "autorange": "reversed", + "domain": [ + 0, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "tickcolor": "white", + "ticklen": 10, + "ticks": "outside", + "type": "category" + } + } + }, + "text/html": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sh_observation1.plot(bar_width = 16)\n", + "# smaller lead time makes cancelation less likely\n", + "# same applies for number of babies\n", + "# also absence of booking changes contibutes positively to final result" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.12" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} From b12f417b37eb01cf94ea83ef4568750c74b930f1 Mon Sep 17 00:00:00 2001 From: Yevhenii Vinichenko <56126336+gekas145@users.noreply.github.com> Date: Sat, 26 Mar 2022 14:56:32 +0200 Subject: [PATCH 05/19] Add files via upload --- .../Homework-I/Vinichenko_Yevhenii/hw1.html | 14904 ++++++++++++++++ 1 file changed, 14904 insertions(+) create mode 100644 Homeworks/Homework-I/Vinichenko_Yevhenii/hw1.html diff --git a/Homeworks/Homework-I/Vinichenko_Yevhenii/hw1.html b/Homeworks/Homework-I/Vinichenko_Yevhenii/hw1.html new file mode 100644 index 0000000..06b371b --- /dev/null +++ b/Homeworks/Homework-I/Vinichenko_Yevhenii/hw1.html @@ -0,0 +1,14904 @@ + + + + + +hw1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From c17d4198b067ace0d9c76467e29a947c30129684 Mon Sep 17 00:00:00 2001 From: Yevhenii Vinichenko <56126336+gekas145@users.noreply.github.com> Date: Thu, 31 Mar 2022 11:39:50 +0300 Subject: [PATCH 06/19] small correction --- .../Homework-I/Vinichenko_Yevhenii/hw1.html | 25 +++++++++++++++--- .../Homework-I/Vinichenko_Yevhenii/hw1.ipynb | 26 ++++++++++++++++--- 2 files changed, 44 insertions(+), 7 deletions(-) diff --git a/Homeworks/Homework-I/Vinichenko_Yevhenii/hw1.html b/Homeworks/Homework-I/Vinichenko_Yevhenii/hw1.html index 06b371b..243a034 100644 --- a/Homeworks/Homework-I/Vinichenko_Yevhenii/hw1.html +++ b/Homeworks/Homework-I/Vinichenko_Yevhenii/hw1.html @@ -14588,6 +14588,10 @@

Homework 1
bd_observation.plot()
 # lead_time variable is equal to number of days between
 # entering date and arrival(or cancelation) date
+
+# target - is_canceled - 1 if canceled, 0 if not
+
+# its better to comment more on shap plot, cuz break down depends on order of variables
 
@@ -14753,8 +14757,16 @@

Homework 1
sh_observation.plot(bar_width = 16)
 
+# shap plot shows similar ways of contribution of each variable
+
 # big number of booking changes contributes negatively to final result
-# big lead time however makes cancelation more likely
+# making cancelation less likely
+# cuz people who adjusted their booking precisely most probably won't resign from it
+
+# big lead time however makes cancelation more likely, cuz during this time a lot can happen
+# e.g. someone can lose their job and as consequence an ability to afford holiday
+
+# other variables in this example do not have significant contribution
 
@@ -14837,8 +14849,15 @@

Homework 1
sh_observation1.plot(bar_width = 16)
 # smaller lead time makes cancelation less likely
-# same applies for number of babies
-# also absence of booking changes contibutes positively to final result
+# cuz financial situation of potential customer won't change much during smaller time period
+
+# same applies for number of babies as people with children tend to plan their life 
+# more precise
+
+# also absence of booking changes contibutes positively to final result making cancelation more
+# likely, cuz if there is nothing to change for the better maybe this hotel isn't good enough
+# nevertheless its contribution is way smaller than ones of previous two variables
+# this shows that booking changes may be not very important in this case
 
diff --git a/Homeworks/Homework-I/Vinichenko_Yevhenii/hw1.ipynb b/Homeworks/Homework-I/Vinichenko_Yevhenii/hw1.ipynb index 677aab8..78f9673 100644 --- a/Homeworks/Homework-I/Vinichenko_Yevhenii/hw1.ipynb +++ b/Homeworks/Homework-I/Vinichenko_Yevhenii/hw1.ipynb @@ -902,7 +902,10 @@ "bd_observation.plot()\n", "# lead_time variable is equal to number of days between\n", "# entering date and arrival(or cancelation) date\n", - "\n" + "\n", + "# target - is_canceled - 1 if canceled, 0 if not\n", + "\n", + "# its better to comment more on shap plot, cuz break down depends on order of variables" ] }, { @@ -1143,8 +1146,16 @@ "source": [ "sh_observation.plot(bar_width = 16)\n", "\n", + "# shap plot shows similar ways of contribution of each variable\n", + "\n", "# big number of booking changes contributes negatively to final result\n", - "# big lead time however makes cancelation more likely" + "# making cancelation less likely\n", + "# cuz people who adjusted their booking precisely most probably won't resign from it\n", + "\n", + "# big lead time however makes cancelation more likely, cuz during this time a lot can happen\n", + "# e.g. someone can lose their job and as consequence an ability to afford holiday\n", + "\n", + "# other variables in this example do not have significant contribution" ] }, { @@ -1392,8 +1403,15 @@ "source": [ "sh_observation1.plot(bar_width = 16)\n", "# smaller lead time makes cancelation less likely\n", - "# same applies for number of babies\n", - "# also absence of booking changes contibutes positively to final result" + "# cuz financial situation of potential customer won't change much during smaller time period\n", + "\n", + "# same applies for number of babies as people with children tend to plan their life \n", + "# more precise\n", + "\n", + "# also absence of booking changes contibutes positively to final result making cancelation more\n", + "# likely, cuz if there is nothing to change for the better maybe this hotel isn't good enough\n", + "# nevertheless its contribution is way smaller than ones of previous two variables\n", + "# this shows that booking changes may be not very important in this case" ] } ], From 72742b63effe0c9e95a56ca7f8fd2679e7b728f9 Mon Sep 17 00:00:00 2001 From: Yevhenii Vinichenko <56126336+gekas145@users.noreply.github.com> Date: Sat, 9 Apr 2022 21:11:19 +0200 Subject: [PATCH 07/19] Create .gitkeep --- Homeworks/Homework-II/Vinichenko_Yevhenii/.gitkeep | 1 + 1 file changed, 1 insertion(+) create mode 100644 Homeworks/Homework-II/Vinichenko_Yevhenii/.gitkeep diff --git a/Homeworks/Homework-II/Vinichenko_Yevhenii/.gitkeep b/Homeworks/Homework-II/Vinichenko_Yevhenii/.gitkeep new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Homeworks/Homework-II/Vinichenko_Yevhenii/.gitkeep @@ -0,0 +1 @@ + From ea37cea5eabf22f1fa4048694a3b0a882fba6805 Mon Sep 17 00:00:00 2001 From: Yevhenii Vinichenko <56126336+gekas145@users.noreply.github.com> Date: Sat, 9 Apr 2022 22:11:34 +0300 Subject: [PATCH 08/19] Add files via upload --- .../Homework-II/Vinichenko_Yevhenii/hw2.ipynb | 621 ++++++++++++++++++ 1 file changed, 621 insertions(+) create mode 100644 Homeworks/Homework-II/Vinichenko_Yevhenii/hw2.ipynb diff --git a/Homeworks/Homework-II/Vinichenko_Yevhenii/hw2.ipynb b/Homeworks/Homework-II/Vinichenko_Yevhenii/hw2.ipynb new file mode 100644 index 0000000..b2675a3 --- /dev/null +++ b/Homeworks/Homework-II/Vinichenko_Yevhenii/hw2.ipynb @@ -0,0 +1,621 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "0661d00d", + "metadata": {}, + "source": [ + "# Homework 2" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "3e1fcef9", + "metadata": {}, + "outputs": [], + "source": [ + "import dalex as dx\n", + "import pandas as pd\n", + "import warnings\n", + "warnings.filterwarnings('ignore')\n", + "\n", + "from sklearn.ensemble import RandomForestClassifier\n", + "from sklearn.model_selection import train_test_split" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "5548b1aa", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
hotelis_canceledlead_timearrival_date_yeararrival_date_montharrival_date_week_numberarrival_date_day_of_monthstays_in_weekend_nightsstays_in_week_nightsadults...deposit_typeagentcompanydays_in_waiting_listcustomer_typeadrrequired_car_parking_spacestotal_of_special_requestsreservation_statusreservation_status_date
0Resort Hotel03422015July271002...No DepositNaNNaN0Transient0.000Check-Out2015-07-01
1Resort Hotel07372015July271002...No DepositNaNNaN0Transient0.000Check-Out2015-07-01
2Resort Hotel072015July271011...No DepositNaNNaN0Transient75.000Check-Out2015-07-02
3Resort Hotel0132015July271011...No Deposit304.0NaN0Transient75.000Check-Out2015-07-02
4Resort Hotel0142015July271022...No Deposit240.0NaN0Transient98.001Check-Out2015-07-03
\n", + "

5 rows × 32 columns

\n", + "
" + ], + "text/plain": [ + " hotel is_canceled lead_time arrival_date_year arrival_date_month \\\n", + "0 Resort Hotel 0 342 2015 July \n", + "1 Resort Hotel 0 737 2015 July \n", + "2 Resort Hotel 0 7 2015 July \n", + "3 Resort Hotel 0 13 2015 July \n", + "4 Resort Hotel 0 14 2015 July \n", + "\n", + " arrival_date_week_number arrival_date_day_of_month \\\n", + "0 27 1 \n", + "1 27 1 \n", + "2 27 1 \n", + "3 27 1 \n", + "4 27 1 \n", + "\n", + " stays_in_weekend_nights stays_in_week_nights adults ... deposit_type \\\n", + "0 0 0 2 ... No Deposit \n", + "1 0 0 2 ... No Deposit \n", + "2 0 1 1 ... No Deposit \n", + "3 0 1 1 ... No Deposit \n", + "4 0 2 2 ... No Deposit \n", + "\n", + " agent company days_in_waiting_list customer_type adr \\\n", + "0 NaN NaN 0 Transient 0.0 \n", + "1 NaN NaN 0 Transient 0.0 \n", + "2 NaN NaN 0 Transient 75.0 \n", + "3 304.0 NaN 0 Transient 75.0 \n", + "4 240.0 NaN 0 Transient 98.0 \n", + "\n", + " required_car_parking_spaces total_of_special_requests reservation_status \\\n", + "0 0 0 Check-Out \n", + "1 0 0 Check-Out \n", + "2 0 0 Check-Out \n", + "3 0 0 Check-Out \n", + "4 0 1 Check-Out \n", + "\n", + " reservation_status_date \n", + "0 2015-07-01 \n", + "1 2015-07-01 \n", + "2 2015-07-02 \n", + "3 2015-07-02 \n", + "4 2015-07-03 \n", + "\n", + "[5 rows x 32 columns]" + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data = pd.read_csv('hotel_bookings.csv')\n", + "data.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "f6ecda01", + "metadata": {}, + "outputs": [], + "source": [ + "# in order to simplify plots I decided to use only a subset of variables\n", + "data = data[['is_canceled', 'lead_time', 'arrival_date_year', 'adults', 'children', 'babies', 'booking_changes']]\n", + "data = data.dropna()\n", + "X, y = data.loc[:, data.columns != 'is_canceled'], data[['is_canceled']]\n", + "X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.1, random_state=42)" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "931d65f8", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "RandomForestClassifier(max_depth=2, random_state=0)" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "clf = RandomForestClassifier(max_depth=2, random_state=0)\n", + "clf.fit(X_train, y_train)" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "e4d25ba5", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "array([0], dtype=int64)" + ] + }, + "execution_count": 5, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# making prediction on unseen data\n", + "observation = X_test.iloc[0,:].to_frame().transpose()\n", + "clf.predict(observation)" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "2e31207b", + "metadata": {}, + "outputs": [], + "source": [ + "observation = pd.DataFrame({'lead_time': [203.0],\n", + " 'arrival_date_year': [2016.0],\n", + " 'adults': [2.0],\n", + " 'children': [0.0],\n", + " 'babies': [0.0],\n", + " 'booking_changes': [4.]},\n", + " index = ['observation'])" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "2e9bd389", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Preparation of a new explainer is initiated\n", + "\n", + " -> data : 107447 rows 6 cols\n", + " -> target variable : Parameter 'y' was a pandas.DataFrame. Converted to a numpy.ndarray.\n", + " -> target variable : 107447 values\n", + " -> model_class : sklearn.ensemble._forest.RandomForestClassifier (default)\n", + " -> label : random_forest\n", + " -> predict function : will be used (default)\n", + " -> predict function : Accepts pandas.DataFrame and numpy.ndarray.\n", + " -> predicted values : min = 0.139, mean = 0.37, max = 0.45\n", + " -> model type : classification will be used (default)\n", + " -> residual function : difference between y and yhat (default)\n", + " -> residuals : min = -0.45, mean = -3.51e-05, max = 0.861\n", + " -> model_info : package sklearn\n", + "\n", + "A new explainer has been created!\n" + ] + } + ], + "source": [ + "exp = dx.Explainer(clf, X_train, y_train, label='random_forest')" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "04f91daa", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "array([0.3079201])" + ] + }, + "execution_count": 8, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "exp.predict(observation) # one more prediction" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "id": "d457c084", + "metadata": {}, + "outputs": [], + "source": [ + "lime = exp.predict_surrogate(observation)" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "id": "5385fe0f", + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "lime.plot()" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "id": "a64cb1a4", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
variableeffect
0booking_changes > 0.00-0.102434
1lead_time > 160.000.056035
2babies <= 0.000.045443
3adults <= 2.00-0.006092
4arrival_date_year <= 2016.00-0.003575
5children <= 0.00-0.001196
\n", + "
" + ], + "text/plain": [ + " variable effect\n", + "0 booking_changes > 0.00 -0.102434\n", + "1 lead_time > 160.00 0.056035\n", + "2 babies <= 0.00 0.045443\n", + "3 adults <= 2.00 -0.006092\n", + "4 arrival_date_year <= 2016.00 -0.003575\n", + "5 children <= 0.00 -0.001196" + ] + }, + "execution_count": 11, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "lime.result" + ] + }, + { + "cell_type": "code", + "execution_count": 31, + "id": "e4c2bf28", + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "observation2 = pd.DataFrame({'lead_time': [332.0],\n", + " 'arrival_date_year': [2017.0],\n", + " 'adults': [3.0],\n", + " 'children': [1.0],\n", + " 'babies': [0.0],\n", + " 'booking_changes': [0.0]},\n", + " index = ['observation2'])\n", + "lime2 = exp.predict_surrogate(observation2)\n", + "lime2.plot()" + ] + }, + { + "cell_type": "code", + "execution_count": 34, + "id": "b59cdb20", + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "observation3 = pd.DataFrame({'lead_time': [203.0],\n", + " 'arrival_date_year': [2017.0],\n", + " 'adults': [2.0],\n", + " 'children': [1.0],\n", + " 'babies': [0.0],\n", + " 'booking_changes': [1.0]},\n", + " index = ['observation3'])\n", + "lime3 = exp.predict_surrogate(observation3)\n", + "lime3.plot()" + ] + }, + { + "cell_type": "code", + "execution_count": 39, + "id": "bd474501", + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "observation4 = pd.DataFrame({'lead_time': [82.0],\n", + " 'arrival_date_year': [2015.0],\n", + " 'adults': [2.0],\n", + " 'children': [0.0],\n", + " 'babies': [0.0],\n", + " 'booking_changes': [0.0]},\n", + " index = ['observation4'])\n", + "lime4 = exp.predict_surrogate(observation4)\n", + "lime4.plot()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.12" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} From e428f188da7005be3970d3e9a2e2fda93d262e6e Mon Sep 17 00:00:00 2001 From: Yevhenii Vinichenko <56126336+gekas145@users.noreply.github.com> Date: Tue, 12 Apr 2022 21:02:14 +0300 Subject: [PATCH 09/19] add hw2 --- .../Homework-II/Vinichenko_Yevhenii/hw2.html | 14912 ++++++++++++++++ .../Homework-II/Vinichenko_Yevhenii/hw2.ipynb | 158 +- 2 files changed, 15064 insertions(+), 6 deletions(-) create mode 100644 Homeworks/Homework-II/Vinichenko_Yevhenii/hw2.html diff --git a/Homeworks/Homework-II/Vinichenko_Yevhenii/hw2.html b/Homeworks/Homework-II/Vinichenko_Yevhenii/hw2.html new file mode 100644 index 0000000..50e2288 --- /dev/null +++ b/Homeworks/Homework-II/Vinichenko_Yevhenii/hw2.html @@ -0,0 +1,14912 @@ + + + + + +hw2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Homeworks/Homework-II/Vinichenko_Yevhenii/hw2.ipynb b/Homeworks/Homework-II/Vinichenko_Yevhenii/hw2.ipynb index b2675a3..610ad56 100644 --- a/Homeworks/Homework-II/Vinichenko_Yevhenii/hw2.ipynb +++ b/Homeworks/Homework-II/Vinichenko_Yevhenii/hw2.ipynb @@ -333,7 +333,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 6, "id": "2e9bd389", "metadata": {}, "outputs": [ @@ -348,7 +348,7 @@ " -> target variable : 107447 values\n", " -> model_class : sklearn.ensemble._forest.RandomForestClassifier (default)\n", " -> label : random_forest\n", - " -> predict function : will be used (default)\n", + " -> predict function : will be used (default)\n", " -> predict function : Accepts pandas.DataFrame and numpy.ndarray.\n", " -> predicted values : min = 0.139, mean = 0.37, max = 0.45\n", " -> model type : classification will be used (default)\n", @@ -415,7 +415,10 @@ } ], "source": [ - "lime.plot()" + "lime.plot()\n", + "# as it was already shown(see hw1) big(which is usually just being greater than 0) number of booking changes\n", + "# makes cancelation less likely\n", + "# although big time period before arrival and absence of babies make cancelation more likely" ] }, { @@ -500,7 +503,8 @@ } ], "source": [ - "lime.result" + "lime.result\n", + "# result attribute can give us more precise information on contributions" ] }, { @@ -531,7 +535,8 @@ " 'booking_changes': [0.0]},\n", " index = ['observation2'])\n", "lime2 = exp.predict_surrogate(observation2)\n", - "lime2.plot()" + "lime2.plot()\n", + "# as we can see this observation is perfect example of a guest whose every parameter makes cancelation more likely" ] }, { @@ -562,7 +567,42 @@ " 'booking_changes': [1.0]},\n", " index = ['observation3'])\n", "lime3 = exp.predict_surrogate(observation3)\n", - "lime3.plot()" + "lime3.plot()\n", + "# same as all of the above" + ] + }, + { + "cell_type": "code", + "execution_count": 19, + "id": "17dfdee2", + "metadata": { + "scrolled": true + }, + "outputs": [ + { + "data": { + "image/png": "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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "observation5 = pd.DataFrame({'lead_time': [203.0],\n", + " 'arrival_date_year': [2017.0],\n", + " 'adults': [2.0],\n", + " 'children': [1.0],\n", + " 'babies': [0.0],\n", + " 'booking_changes': [0.0]},\n", + " index = ['observation5'])\n", + "lime5 = exp.predict_surrogate(observation5)\n", + "lime5.plot()\n", + "# one more indication that smaller lead time makes the cancelation less likely" ] }, { @@ -595,6 +635,112 @@ "lime4 = exp.predict_surrogate(observation4)\n", "lime4.plot()" ] + }, + { + "cell_type": "code", + "execution_count": 11, + "id": "274bacec", + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "observation6 = pd.DataFrame({'lead_time': [14.0],\n", + " 'arrival_date_year': [2015.0],\n", + " 'adults': [2.0],\n", + " 'children': [2.0],\n", + " 'babies': [0.0],\n", + " 'booking_changes': [0.0]},\n", + " index = ['observation6'])\n", + "lime6 = exp.predict_surrogate(observation6)\n", + "lime6.plot()" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "id": "5a494caa", + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAfsAAAEICAYAAABYjV1lAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjQuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8rg+JYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAl10lEQVR4nO3deZxcVZ3+8c8jIYAECUtAVoMYQVCJ2iAgAiIg4AIqCogSAc2gMozjgDI/lU2cAZ0B9yWoEEQBBYQICETGgKymAyEksoRNE8hAgIRFBFme3x/39FAU1d3VnV6Sm+f9etWr6p57lu+93elvnXNvpWSbiIiIqK9XDHcAERERMbiS7CMiImouyT4iIqLmkuwjIiJqLsk+IiKi5pLsIyIiai7JPiIGhKSdJc0f4jHHSrKkEUM5bhn7QElXDFLfn5H0oKQnJa01GGOUcT4p6ZrB6j+WHkn2ETUm6T5Juw53HMu6Vm8qbP/C9u6DMNaKwCnA7rZH2X5koMcYLpIOl9Qp6RlJZwx3PMuTIX83HBERPVoXWBmY09eGkgTI9gsDHtXAeAA4EXgPsMowx7Jcycw+YjkkaSVJ35L0QHl8S9JKDfv3ljRT0uOS7pa0Ryk/WNJtkp6QdI+kf+rDmJtLmirpUUl3SPpoKd+0lL21bK8v6WFJO5ftaZL+U9KfJD0m6SJJa3YzRrfxdV1mkPRvkh6StEDSwQ373yvp5nLM8yQd19D11eV5cVla3655CVzS9pKmlxinS9q+Yd80SV+TdG2J7QpJa7eI//XAHQ1j/U+bfX9d0rXAU8BrW/S7kaQLJC2U9Iik73Vz/r5djv1xSTMkvbNh3zZlVv54ucRwSilfWdJZpd/FJb51W/Vv+wLbFwK1Wa1YViTZRyyfvgxsC4wHtgK2Ab4C1R914EzgKGA0sCNwX2n3EPA+4FXAwcCpXUm6J5JWBaYCvwTWAQ4AfiBpS9t3A18CfiHplcDpwBm2pzV0cRBwCLA+8BzwnW6G6i2+VwOrAxsAhwLfl7RG2fe3Ms5o4L3AZyTtU/btWJ5Hl6X165uOb03gkhLXWlTL8Jc0XW//WIlpHWAkcGRz8LbvBLZsGGuXNvv+BDARWA34S1NsKwAXl/Kx5djPaR67mE71O7Em1c/q15JWLvu+DXzb9quATYFflfIJVOd0oxLfYcDfu+k/hkmSfcTy6UDgBNsP2V4IHE+VMKBKgj+zPdX2C7bvt307gO1LbN/tylXAFcA7W47wUu8D7rN9uu3nbN8EnA/sW/o9DZgL3AisR/VmpNHPbc+2/Tfgq8BHSxJ7iTbie7Yc97O2LwWeBDYrbafZvrUc8yzgbGCnNo4NqjcHc23/vBzf2cDtwPsb6pxu+07bf6dKlOMHsO8zbM8p+59tar8N1Zuko2z/zfbTtlvelGf7LNuPlH7+G1iJcn6ozt3rJK1t+0nbNzSUrwW8zvbztmfYfrzNY4shkmQfsXxan5fOAP9SyqCaod3dqpGkPSXdUJbdFwN7AS9bjm7hNcDbyzLv4tL2QKqZdpfTgDcC37X9TFP7eU2xrthq3Dbie8T2cw3bTwGjStu3S/pDWep+jGqG2s6xwcvPZ1ecGzRs/2+rcQeo73l0byPgL03H3VK5xHFbuVywmGrG3nUODgVeD9xelurfV8p/DlwOnKPqktA3VN1kGEuRJPuI5dMDVAm4y8alDKrEsWlzA1XX9M8H/gtY1/Zo4FJAbYw3D7jK9uiGxyjbnyl9jwK+BfwUOK7FNfmNmmJ9Fnh4AOODatl6CrCR7dWBHzW07e3rQZvPZ1ec97c59pL23VN884CN1cvHE8v1+S8BHwXWKOfvMco5sD3X9gFUlyFOBs6TtGpZJTne9hbA9lSrOAe1e3AxNJLsI+pvxXITVddjBNUS9VckjSk3ih0DnFXq/xQ4WNK7Jb1C0gaSNqe6zrwSsBB4TtKeQLsfPbsYeL2kT0hasTy2lvSGsv/bwAzbn6K6Pv2jpvYfl7RFuaZ/AnCe7eeb6ixJfFBd737U9tPlvoWPNexbCLxAi5vfikvL8X1M0ghJ+wFblONeUkva95+ABcBJklYtvwPvaFFvNar7IRYCIyQdQ3XvAwCSPi5pTLnTf3Epfl7SuyS9qVxWeZzqjVjzz6arjxHlHoAVgBUafh9jkCXZR9TfpVQ3THU9jqP6+FMnMAu4FbiplGH7T5Sb26hmdlcBr7H9BHAE1fXmRVTJcEo7AZS2uwP7U81U/5dqdriSpL2BPaiWzQG+ALxV0oENXfwcOKO0W7nE0WqMfsVXfBY4QdITVG9+um5Aw/ZTwNeBa8tliG2bxn6Eakb7b1R3mn8ReJ/tl6w+9MeS9l3eFL0feB3wV2A+sF+LqpcDvwPupLpM8DQvvTywBzBH0pNUb872t/001aWY86gS/W1Uvy9n0dpXqH4HjwY+Xl5/pZ3jiCUju7fVqYiI4SNpGnCW7Z8MdywRy6rM7CMiImouyT4iIqLmsowfERFRc5nZR0RE1Fw+8hBLnbXXXttjx44d7jAiIpYpM2bMeNj2mFb7kuxjqTN27Fg6OzuHO4yIiGWKpOb/afH/ZBk/IiKi5pLsIyIiai7JPiIiouaS7CMiImouyT4iIqLmkuwjIiJqLsk+IiKi5pLsIyIiai7/qU7UjzTcEUS0L99PEkMgM/uIiIiaS7KPiIiouST7iIiImkuyj4iIqLkk+4iIiJpLso+IiKi5JPuIiIiaS7KPiIiouST7iIiImkuyj4iIqLkk+4iIiJpbrpK9pCcHqJ9PSvpeD/v3kbRFw/YJknYdiLEHk6TLJC2WdHFT+bsl3SRppqRrJL2um/YTJM0tjwkN5ZtIurGUnytp5GAfS0REvGi5SvZDaB/g/5K97WNs/34oBpb0Ckmr97P5N4FPtCj/IXCg7fHAL4GvtBh3TeBY4O3ANsCxktYou08GTrU9DlgEHNrP+CIioh+W22Qv6ShJ0yXNknR8Q/mFkmZImiNpYkP5wZLulHQV8I4e+t0e+ADwzTIT3lTSGZL2Lfvvk/Qfkq6X1CnprZIul3S3pMN6i6+HcTeWdBxwB7BDf86J7SuBJ1rtAl5VXq8OPNCiznuAqbYftb0ImArsIUnALsB5pd5kqjdDzfFPLOejc+HChf0JPyIiurFcfsWtpN2BcVQzUAFTJO1o+2rgENuPSloFmC7pfGAkcDzwNuAx4A/Aza36tn2dpCnAxbbPK+M1V5tneztJpwJnUL15WBmYA/yol/gaj2MksDfwKWAdqkS6ne2Hy/6jgANbhHm17SPaO1tQ+r9U0t+Bx4FtW9TZAJjXsD2/lK0FLLb9XFP5S9ieBEwC6OjoyHd+RkQMoOUy2QO7l0dXwh5FlVyvBo6Q9MFSvlEpfzUwzfZCAEnnAq9fgvGnlOdbgVG2nwCekPS0pNG9xNeok+pneLDtG5sHsf1NqqX5JfWvwF62byxvIE6hegPQqNWXyLuH8oiIGCLLa7IX8J+2f/ySQmlnYFeq2fFTkqZRzbhhYBPUM+X5hYbXXdsjuouvhU8DE4GzJP0GON32bV07B2JmL2kMsFXDm4lzgctaVJ0P7NywvSEwDXgYGC1pRJndb0jrywARETFIltdr9pcDh0gaBSBpA0nrUF2PXlQS/ea8uFx9I7CzpLUkrQh8pJf+nwBWG4T4XsL2jbYPBd5Cda3+p5JukPTWsv+btse3ePRlCX8RsLqkrpWM3YDbWtS7HNhd0hrlxrzdgcttm+qyx76l3gTgoj6MHxERS2i5nNnbvkLSG4Dry/X0J4GPU81YD5M0iyp53lDqLyg3v10PLABuAlboYYhzgNMkHcGLSW4g4nuom/pPAj+lSvZv6Ot4XST9EdgcGCVpPnCo7cslfRo4X9ILVMn/kFK/AzjM9qfKfQ5fA6aX7k6w/Wh5/SXgHEknUl2a+Gl/Y4yIiL5TNfGKWHp0dHS4s7Oz/x28/IbIiKVX/gbHAJE0w3ZHq33L6zJ+RETEcmO5XMYfKJK+zMuv3//a9teHI56IiIhWkuyXQEnqSewREbFUyzJ+REREzSXZR0RE1FySfURERM0l2UdERNRcbtCL+snnliMiXiIz+4iIiJpLso+IiKi5JPuIiIiaS7KPiIiouST7iIiImsvd+BERw0jH51sa40U+dnA+TZSZfURERM0l2UdERNRckn1ERETNJdlHRETUXJJ9REREzSXZR0RE1FySfURERM0l2UdERNRckn1ERETNJdlHRETUXJJ9REREzQ1Zspc0VtLsAerrPklrtyi/biD6b2P8J4dinKWBKt+RdJekWZLe2k29TSTdKGmupHMljexL+4iIGDy1mtnb3n64Y1haSVq1KwH30Z7AuPKYCPywm3onA6faHgcsAg7tY/uIiBgkQ53sR0iaXGZ450l6JYCkd0u6WdKtkn4maaWeyrtIWkXSZZI+XbafLM87S5pWxrhd0i8kqezbq5RdU2acF3cXrKRRkk4v48+S9OGGfV+XdIukGyStW8reX2a3N0v6fUP5cSX+aZLukXREQz9fLfFMlXS2pCNL+abl2GZI+qOkzUv5RyTNLmNf3dsJl7S1pB8Dc4A12vkhNdkbONOVG4DRktZrGkPALsB5pWgysE+77UsfEyV1SupcuHBhP8KMiIjuDHWy3wyYZPvNwOPAZyWtDJwB7Gf7TVRfu/uZ7sob+hoF/Bb4pe3TWoz1FuDzwBbAa4F3lD5/DOxpewdgTC/xfhV4zPabSsz/U8pXBW6wvRVwNfDpUn4NsK3ttwDnAF9s6Gtz4D3ANsCxklaU1AF8uMT6IaCjof4k4J9tvw04EvhBKT8GeE8Z+wOtgpa0pqQjJN0MnFji3sz2g2X/uZJmtngc1KK7DYB5DdvzS1mjtYDFtp9rUaed9tieZLvDdseYMb39WCIioi+G+vvs59m+trw+CzgCmArca/vOUj4Z+Bzwh27Kv1W2LwK+YfsX3Yz1J9vzASTNBMYCTwL32L631Dmbamm5O7sC+3dt2F5UXv4D6FoRmAHsVl5vCJxbZq4jga5xAC6x/QzwjKSHgHWBHYCLbP+9xPnb8jwK2B74dVmQAOha1bgWOEPSr4ALmgOWtD5wD3AZ8AHb85rr2N6vh2N+WZctypq/cLmnOu20j4iIQTTUM/vmP/KmdTKgh/Iu1wJ7qiEbNnmm4fXzVG9seuuzVQytEtOztrvKu/oG+C7wvbIS8U/Ayv2M5xVUM+XxDY83ANg+DPgKsBEwU9JaTW0fBD4GrAj8VtIXJK3zkoPq28x+fhmry4bAA011HqZanh/Rok477SMiYhANdbLfWNJ25fUBVMvetwNjJb2ulH8CuKqH8i7HAI/w4vJ2O24HXitpbNnubYZ7BXB414ak3q55rw7cX15PaCOea4D3S1q5zObfC2D7ceBeSR8p40rSVuX1prZvtH0MVZJtTKTYft72BbbfW/p7JXC1pAslrV7q7Nf0RqLrcWaLGKcAB5UYtqW6rLGgaUxTrcTs23DsF7XbPiIiBtdQJ/vbgAmSZgFrAj+0/TRwMNWS9a3AC8CPuitv6u/zwMqSvtHO4GW5/LPAZZKuoZoFP9ZDkxOBNbpuiAPe1csQx5V4/0iViHuLZzpVMryFakm+syGeA4FDy7hzqG50A/hmuWFwNtX9Arf00P/9tk8E3gB8p7d4unEp1WWBu4DTqM4fAJIuLZcNAL4EfEHSXVTX8H/aW/uIiBgaenE1evkgaZTtJ8vy//eBubZPXQrieSVV8p5o+6bhimdp0NHR4c7OzuEOI2JI6Pi+Xl2MOvOx/c/JkmbY7mi1r1afs2/Tp8sNe3Oolt1/PLzhMKnEcxNw/vKe6CMiYuAN9d34w67M4l8yk5d0MPAvTVWvtf25IYjnY4M9RkRELN+Wu2Tfiu3TgdOHO46IiIjBsDwu40dERCxXkuwjIiJqLsk+IiKi5pLsIyIiai436EVEDKMl+Vx1RLsys4+IiKi5JPuIiIiaS7KPiIiouST7iIiImkuyj4iIqLncjR8RyxbV7FvilrNvHo3hkZl9REREzSXZR0RE1FySfURERM0l2UdERNRckn1ERETNJdlHRETUXJJ9REREzSXZR0RE1FySfURERM0l2UdERNRckv0QkDRW0uw+tpkmqaNF+QckHT1w0bUVy5qSpkqaW57X6KbeHpLukHRXY4ztto+IiMGRZL+MsT3F9klL2k8fE+7RwJW2xwFXlu3m/lYAvg/sCWwBHCBpi3bbR0TE4EmyHzojJE2WNEvSeZJeCSDpGEnTJc2WNEl6ybd8fFzSdWXfNqX+JyV9r7weI+n80n66pHeU8p0kzSyPmyWt1iKeTkm/lLRL05it7A1MLq8nA/u0qLMNcJfte2z/AzintGu3fUREDJIk+6GzGTDJ9puBx4HPlvLv2d7a9huBVYD3NbRZ1fb2pe7PWvT5beBU21sDHwZ+UsqPBD5nezzwTuDvLdq+HvglcDjwZ0n/T9L63cS+ru0FAOV5nRZ1NgDmNWzPL2VttZc0UVKnpM6FCxd2E0ZERPRHkv3QmWf72vL6LGCH8vpdkm6UdCuwC7BlQ5uzAWxfDbxK0uimPncFvidpJjCl1FkNuBY4RdIRwGjbzzUHY/t52xfb/hCwI/Ba4K9dKwj90Gp1oO3v7rQ9yXaH7Y4xY8b0M4SIiGgl32c/dJoTnyWtDPwA6LA9T9JxwMo9tWnafgWwne3mmftJki4B9gJukLSr7dubA5K0OrAfcDDwLHAoMKtF7A9KWs/2AknrAQ+1qDMf2Khhe0PggT60j4iIQZKZ/dDZWNJ25fUBwDW8mNgfljQK2LepzX4AknYAHrP9WNP+K6iW4Sn1xpfnTW3favtkoBPYvDkYSWcBN1HN6A+yvaPtybafbhH7FGBCeT0BuKhFnenAOEmbSBoJ7F/atds+IiIGSZL90LkNmCBpFrAm8EPbi4HTgFuBC6kSZqNFkq4DfkQ16252BNBRbvr7M3BYKf98uanvFqrr9b9r0fZXwGa2j7Y9t5fYTwJ2kzQX2K1sI2l9SZcClEsFhwOXl2P9le05PbWPiIihIbvty6oRQ6Kjo8OdnZ3DHUYsrXr98MgyJn+DY4BImmH7Zf8/C2RmHxERUXtJ9hERETWXZB8REVFzSfYRERE1l2QfERFRc0n2ERERNZdkHxERUXNJ9hERETWX/xs/IpYt+U9oIvosM/uIiIiaS7KPiIiouST7iIiImkuyj4iIqLkk+4iIiJrL3fgREYOtp6/lzacLYghkZh8REVFzSfYRERE1l2QfERFRc0n2ERERNZdkHxERUXNJ9hERETWXZB8REVFzSfYRERE1l2QfERFRc0n2ERERNZdkP8QkfVLS93qpM1bS7PJ6vKS9hia6lrHsJmmGpFvL8y7d1FtT0lRJc8vzGg37/l3SXZLukPSeoYs+IiIgyX5ZMB5Y4mQvaaSkVfvR9GHg/bbfBEwAft5NvaOBK22PA64s20jaAtgf2BLYA/iBpBX6EUdERPRTkv0AknRhmf3OkTSxofxgSXdKugp4R0P5GZL2bdh+sqm/kcAJwH6SZkraT9JO5fVMSTdLWq2XmN4g6b+BO4DX9/WYbN9s+4GyOQdYWdJKLaruDUwurycD+zSUn2P7Gdv3AncB2/Q1joiI6L98693AOsT2o5JWAaZLOh8YCRwPvA14DPgDcHM7ndn+h6RjgA7bhwNI+i3wOdvXShoFPN3crszgPwocCgg4HXiz7SfK/lOBd7UY8hzbJ/UQ0oeBm20/02LfurYXlLgXSFqnlG8A3NBQb34pa455IjARYOONN+4hhIiI6Ksk+4F1hKQPltcbAeOAVwPTbC8EkHQu/ZhhN7gWOEXSL4ALbM9vUWcBMAv4lO3bm3fa/te+DippS+BkYPe+Nm1R9rLv9LQ9CZgE0NHRke/8jIgYQFnGHyCSdgZ2BbazvRXV7H3lsru75PUc5WcgSVSrAD0qM+9PAasAN0javEW1fYH7gd9IOkbSa5piPbXhUkDj4+hujm1D4DfAQbbv7ia0ByWtV+qvBzxUyudTvfHpsiHwABERMWSS7AfO6sAi20+VBLxtKb8R2FnSWpJWBD7S0OY+quV9qK5tr9ii3yeA/7suL2lT27faPhnoBF6W7G1fYXs/YAeqSwcXSfq9pLFl/7/aHt/i8bIlfEmjgUuAf7d9bQ/HP4XqBj7K80UN5ftLWknSJlSrHX/qoZ+IiBhgSfYD5zJghKRZwNco16nLdezjgOuB3wM3NbQ5DdhJ0p+AtwN/a9HvH4Atum7QAz4vabakW4C/A7/rLiDbj9j+tu3xwP8Dnu/HcR0OvA74asMKwDoAkn4iqaPUOwnYTdJcYLeyje05wK+AP1Odo8/Z7k8cERHRT7JzeTSWLh0dHe7s7BzuMCIGjlrdulLkb3AMEEkzbHe02peZfURERM0l2UdERNRckn1ERETNJdlHRETUXJJ9REREzSXZR0RE1FySfURERM0l2UdERNRcvggnImKw5T/OiWGWmX1ERETNJdlHRETUXJJ9REREzSXZR0RE1FySfURERM0l2UdERNRcPnoXETHUGr/fPh/LiyGQmX1ERETNJdlHRETUXJJ9REREzSXZR0RE1FySfURERM0l2UdERNRckn1ERETNJdlHRETUXJJ9REREzSXZR0RE1NygJXtJP5G0RT/b3idp7TbrHifpyF7q7NPfWJZFkg6UNKs8rpO0VcO+PSTdIekuSUc3lH9E0hxJL0jqaOrvzZKuL/tvlbRyizHXlDRV0tzyvEbDvn8v490h6T2DddwREdHagCR7SSs0b9v+lO0/D0T/A2AfYKlJ9pLa+k4CSatKGtmPIe4FdrL9ZuBrwKTS3wrA94E9qc7HAQ1vgmYDHwKubhHrWcBhtrcEdgaebTHm0cCVtscBV5ZtSv/7A1sCewA/aP59iYiIwdVrspd0oaQZZVY3saH8SUknSLoR2K7F9jRJHZI+I+kbDe0+Kem7PfXdRkxfLrPE3wObNZR/WtJ0SbdIOl/SKyVtD3wA+KakmZI2LY/Lyth/lLR5N+OsJuleSSuW7VeVVYcVu+tD0vsl3SjpZkm/l7RuKT9O0iRJVwBn9nJ8W0v6MTAHWKOnuq3Yvs72orJ5A7Bheb0NcJfte2z/AzgH2Lu0uc32HS262x2YZfuWUu8R28+3qLc3MLm8nkz1Bqur/Bzbz9i+F7irxPESkiZK6pTUuXDhwj4ecURE9KSdmf0htt8GdABHSFqrlK8KzLb9dtvXtNjuch7VjLHLfsC5vfTdLUlvo5opvqX0u3XD7gtsb217K+A24FDb1wFTgKNsj7d9N9VM95/L2EcCP2g1lu0ngGnAe0vR/sD5tp/toY9rgG1tv4UqmX6xocu3AXvb/liL41pT0hGSbgZOBP4H2Mz2g2X/ueXNSvPjoF5O2aHA78rrDYB5Dfvml7KevB6wpMsl3STpi93UW9f2AoDyvE5fxrQ9yXaH7Y4xY8b0ElJERPRFO8vJR0j6YHm9ETAOeAR4Hji/oV7zNgC2F0q6R9K2wFyqmfi1vfTdk3cCv7H9FICkKQ373ijpRGA0MAq4vLmxpFHA9sCv9eLXTK7Uw3g/oUrYFwIHA5/upY8NgXMlrQeMpFpS7zLF9t9bxLQ+cA9wGfAB2/Oa69jer4cYW5L0Lqpkv0NXUYtqvX2/5ojSfmvgKeBKSTNsX9luGP0YMyIiBlCPyV7SzsCuwHa2n5I0Dei6OevppuXc5u1G5wIfBW6nStTupe/edJcszgD2sX2LpE9SXV9u9gpgse3xbQ1kXytprKSdgBVsz5b0qh76+C5wiu0p5RiPa9j3t26GeRD4GFVi/q2kM4GzbD/UVUHSuTRcsmhwiu2XXRaQ9GaqNyp72u56AzWf6k1Vlw2BB7qJqct84CrbD5d+LwXeSnVd/iXHIGk92wvKG52HGtr3dcyIiBhAvS3jrw4sKsl4c2Dbfo5zAdU13AN4cQm/v31fDXxQ0iqSVgPe37BvNWBBucZ+YEP5E2Ufth8H7pX0EQBVtqJnZwJnA6e30cfqwP3l9YR2Dsj287YvsP1eqksGrwSuLvc0rF7q7FcuQzQ/WiX6janO+Sds39mwazowTtImqm7825/qEkdPLgfeXO5/GAHsBLS68XJKw/FOAC5qKN9f0kqSNqFavflTryclIiIGTG/J/jJghKRZVHd139CfQcrNYn8GXmO76w99v/q2fRPVG4aZVJcN/tiw+6vAjcBUqlWELucAR5Wb5jaleiNwqKRbqG6C27uXYX9BdaPc2Q1l3fVxHNXy/h+Bh9s5pqbju9/2icAbgO/0tX1xDLAW1Z3vMyV1lr6fAw6nSuC3Ab+yPQdA0gclzQe2Ay6RdHlpswg4heqNwkzgJtuXlDY/0Ysf0zsJ2E3SXGC3sk3p/1dUP//LgM/1sAIUERGDQHYun/ZG0r5UN9Z9YrhjWR50dHS4s7NzuMOIGDxquJUlf4NjgJT7qTpa7Wvr897LM1UfE9wT2Gu4Y4mIiOiPpTbZl4/htbrj+90NN5wN5HhfBj7SVPxr2/880GNFREQMpaU22ZeEPn4Ix/s68PWhGi8iImKo5ItwIiIiai7JPiIiouaS7CMiImouyT4iIqLmltob9CIiaiufrY8hlpl9REREzSXZR0RE1FySfURERM0l2UdERNRckn1ERETNJdlHRETUXJJ9RMRwafyq24hBlGQfERFRc0n2ERERNZdkHxERUXNJ9hERETWXZB8REVFzSfYRERE1l2QfERFRc0n2ERERNZdkHxERUXNJ9ktA0hmS9m1Rvr6k88rrnSVd3E37+yStPdhxLilJm0i6UdJcSedKGtlNvQmlzlxJE/raPiIiBkeS/SCw/YDtl70JaIcqg/JzkbRmP5ueDJxqexywCDi0m76PBd4ObAMcK2mNdttHRMTgSbJvk6SDJM2SdIuknzfs2lHSdZLu6ZrlSxoraXaLPtaSdIWkmyX9GFBD/dsk/QC4CdhI0lGSppcxj2+qd5qkOaWvVXqJe2VJB0r6A/Cdfhy3gF2A80rRZGCfFlXfA0y1/ajtRcBUYI8+tI+IiEGSZN8GSVsCXwZ2sb0V8C8Nu9cDdgDeB5zUS1fHAtfYfgswBdi4Yd9mwJll32bAOKoZ8njgbZJ2LPXGAd+3vSWwGPhwNzFvJem7wGxgO+BI2x8v+zaTNLObx+imrtYCFtt+rmzPBzZoMeQGwLyG7a56bbWXNFFSp6TOhQsXtjqkiIjopxHDHcAyYhfgPNsPA9h+tGHfhbZfAP4sad1e+tkR+FDp4xJJixr2/cX2DeX17uVxc9keRZXk/wrca3tmKZ8BjG0eRNIXgP8AjqJK8s807rd9B9WbiHa0+lou96FeW+1tTwImAXR0dLTqPyIi+inJvj2idYIDeKapXm+66+dvTf38p+0fvyQIaWzTeM8DrZbxzwJWBP4JeJek04Hfdc2uJW0GnNtNHDvbXtyw/TAwWtKI0n5D4IEW7eYDOzdsbwhM60P7iIgYJFnGb8+VwEclrQVLdKPb1cCBpY89gTW6qXc5cIikUaXuBpLWaXcQ2w/ZPtn2G4FvAfsCd5YZP7bvsD2+m8fipr4M/KH0ATABuKibmHeXtEa5MW934PI+tI+IiEGSZN8G23OArwNXSboFOKWfXR1PdUPfTVTJ8K/djHcF8Evgekm3Ut3ctlp/BrR9te0JVMv2s/rTB/Al4AuS7qK6Bv9TAEkdkn5SxnkU+BowvTxOaLjc0bJ9REQMDVUTr4ilR0dHhzs7O4c7jIjBJ0H+BscAkTTDdkerfZnZR0RE1FySfURERM0l2UdERNRckn1ERETNJdlHRETUXJJ9REREzSXZR0RE1FySfURERM0l2UdEDJf8hzoxRJLsIyIiai7JPiIiouaS7CMiImouyT4iIqLmkuwjIiJqLsk+IiKi5pLsIyIiai7JPiIiouaS7CMiImpOzv/gFEsZSQuBvwx3HENgbeDh4Q5imOUc5BxAzsFAHf9rbI9ptSPJPmKYSOq03THccQynnIOcA8g5GIrjzzJ+REREzSXZR0RE1FySfcTwmTTcASwFcg5yDiDnYNCPP9fsIyIiai4z+4iIiJpLso+IiKi5JPuIQSRpTUlTJc0tz2t0U+9nkh6SNLs/7ZdmfTgHe0i6Q9Jdko5uKD9O0v2SZpbHXkMXff91dzwN+yXpO2X/LElvbbftsmIJz8F9km4tP/POoY184LRxDjaXdL2kZyQd2Ze2fZFkHzG4jgautD0OuLJst3IGsMcStF+a9XoMklYAvg/sCWwBHCBpi4Yqp9oeXx6XDkXQS6KN46HsG1ceE4Ef9qHtUm9JzkGDd5Wf+TL5Gfw2z8GjwBHAf/WjbduS7CMG197A5PJ6MrBPq0q2r6b6R9+v9ku5do5hG+Au2/fY/gdwTmm3rGrnePYGznTlBmC0pPXabLssWJJzUBe9ngPbD9meDjzb17Z9kWQfMbjWtb0AoDyvM8TtlwbtHMMGwLyG7fmlrMvhZZn3Z8vIpYzejqenOu20XRYsyTkAMHCFpBmSJg5alINrSX6WA/p7MKK/DSOiIun3wKtb7PryUMcyXAbgHKhFWdfngn8IfK1sfw34b+CQvsY4xHo6nt7qtNN2WbAk5wDgHbYfkLQOMFXS7WUFbFmyJD/LAf09SLKPWEK2d+1un6QHJa1ne0FZnnyoj90vafshMQDnYD6wUcP2hsADpe8HG/o6Dbh4YKIeVN0eTxt1RrbRdlmwJOcA213PD0n6DdWy9rKW7Ns5B4PR9mWyjB8xuKYAE8rrCcBFQ9x+adDOMUwHxknaRNJIYP/SjqZruB8EZrdov7Tp9ngaTAEOKnekbws8Vi5ztNN2WdDvcyBpVUmrAUhaFdidZePn3mxJfpYD+3tgO4888hikB7AW1R3oc8vzmqV8feDShnpnAwuobtKZDxzaU/tl6dGHc7AXcCdwN/DlhvKfA7cCs8ofu/WG+5jaPO6XHQ9wGHBYeS2qu63vLsfX0du5WNYe/T0HwGuBW8pjTs3PwavLv/nHgcXl9asG+vcg/11uREREzWUZPyIiouaS7CMiImouyT4iIqLmkuwjIiJqLsk+IiKi5pLsIyIiai7JPiIioub+P3NMhkiPbPC3AAAAAElFTkSuQmCC\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "observation7 = pd.DataFrame({'lead_time': [14.0],\n", + " 'arrival_date_year': [2015.0],\n", + " 'adults': [2.0],\n", + " 'children': [0.0],\n", + " 'babies': [2.0],\n", + " 'booking_changes': [0.0]},\n", + " index = ['observation7'])\n", + "lime7 = exp.predict_surrogate(observation7)\n", + "lime7.plot()\n", + "# On this and the previous plot all variables have same values and only number of children and babies differ\n", + "# (2 and 0 in first case and vice versa in second)\n", + "# One can notice that babies contribute much stronger than children\n", + "# Moreover children in family without babies can contribute positively to the result (see plot below)" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "id": "a4c64770", + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "observation8 = pd.DataFrame({'lead_time': [100.0],\n", + " 'arrival_date_year': [2015.0],\n", + " 'adults': [2.0],\n", + " 'children': [2.0],\n", + " 'babies': [0.0],\n", + " 'booking_changes': [4.0]},\n", + " index = ['observation8'])\n", + "lime8 = exp.predict_surrogate(observation8)\n", + "lime8.plot()" + ] + }, + { + "cell_type": "markdown", + "id": "4b8f1a44", + "metadata": {}, + "source": [ + "## Summary\n", + "On every plot there is usually one main variable with the most influence(positive or negative) on the result. Those are usually the number of booking changes(especially when it's bigger than 0) or the time before arrival(lead time). Other variables usually do not have strong contributions and their positivity or negativity depends on values of the main variables." + ] } ], "metadata": { From 6b0ad755a8c89be06d21aeab2c0eddc9bf37252f Mon Sep 17 00:00:00 2001 From: Yevhenii Vinichenko <56126336+gekas145@users.noreply.github.com> Date: Sun, 24 Apr 2022 13:18:03 +0200 Subject: [PATCH 10/19] Create .gitkeep --- Homeworks/Homework-III/Vinichenko_Yevhenii/.gitkeep | 1 + 1 file changed, 1 insertion(+) create mode 100644 Homeworks/Homework-III/Vinichenko_Yevhenii/.gitkeep diff --git a/Homeworks/Homework-III/Vinichenko_Yevhenii/.gitkeep b/Homeworks/Homework-III/Vinichenko_Yevhenii/.gitkeep new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Homeworks/Homework-III/Vinichenko_Yevhenii/.gitkeep @@ -0,0 +1 @@ + From a66b3683a688ffd944a70066b59c8597c18222ef Mon Sep 17 00:00:00 2001 From: Yevhenii Vinichenko <56126336+gekas145@users.noreply.github.com> Date: Sun, 24 Apr 2022 13:18:35 +0200 Subject: [PATCH 11/19] begin hw3 --- .../Vinichenko_Yevhenii/hw3.ipynb | 8786 +++++++++++++++++ 1 file changed, 8786 insertions(+) create mode 100644 Homeworks/Homework-III/Vinichenko_Yevhenii/hw3.ipynb diff --git a/Homeworks/Homework-III/Vinichenko_Yevhenii/hw3.ipynb b/Homeworks/Homework-III/Vinichenko_Yevhenii/hw3.ipynb new file mode 100644 index 0000000..1be4032 --- /dev/null +++ b/Homeworks/Homework-III/Vinichenko_Yevhenii/hw3.ipynb @@ -0,0 +1,8786 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "7d1f83fb", + "metadata": {}, + "source": [ + "# Homework 3" + ] + }, + { + "cell_type": "code", + "execution_count": 56, + "id": "2eb754f8", + "metadata": {}, + "outputs": [], + "source": [ + "import dalex as dx\n", + "import pandas as pd\n", + "import warnings\n", + "warnings.filterwarnings('ignore')\n", + "\n", + "from sklearn.ensemble import RandomForestClassifier, AdaBoostClassifier\n", + "from sklearn.model_selection import train_test_split\n", + "from sklearn.metrics import f1_score\n", + "\n", + "from keras.models import Sequential\n", + "from keras.layers import Dense\n", + "import keras.backend as K" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "a159c137", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
hotelis_canceledlead_timearrival_date_yeararrival_date_montharrival_date_week_numberarrival_date_day_of_monthstays_in_weekend_nightsstays_in_week_nightsadults...deposit_typeagentcompanydays_in_waiting_listcustomer_typeadrrequired_car_parking_spacestotal_of_special_requestsreservation_statusreservation_status_date
0Resort Hotel03422015July271002...No DepositNaNNaN0Transient0.000Check-Out2015-07-01
1Resort Hotel07372015July271002...No DepositNaNNaN0Transient0.000Check-Out2015-07-01
2Resort Hotel072015July271011...No DepositNaNNaN0Transient75.000Check-Out2015-07-02
3Resort Hotel0132015July271011...No Deposit304.0NaN0Transient75.000Check-Out2015-07-02
4Resort Hotel0142015July271022...No Deposit240.0NaN0Transient98.001Check-Out2015-07-03
\n", + "

5 rows × 32 columns

\n", + "
" + ], + "text/plain": [ + " hotel is_canceled lead_time arrival_date_year arrival_date_month \\\n", + "0 Resort Hotel 0 342 2015 July \n", + "1 Resort Hotel 0 737 2015 July \n", + "2 Resort Hotel 0 7 2015 July \n", + "3 Resort Hotel 0 13 2015 July \n", + "4 Resort Hotel 0 14 2015 July \n", + "\n", + " arrival_date_week_number arrival_date_day_of_month \\\n", + "0 27 1 \n", + "1 27 1 \n", + "2 27 1 \n", + "3 27 1 \n", + "4 27 1 \n", + "\n", + " stays_in_weekend_nights stays_in_week_nights adults ... deposit_type \\\n", + "0 0 0 2 ... No Deposit \n", + "1 0 0 2 ... No Deposit \n", + "2 0 1 1 ... No Deposit \n", + "3 0 1 1 ... No Deposit \n", + "4 0 2 2 ... No Deposit \n", + "\n", + " agent company days_in_waiting_list customer_type adr \\\n", + "0 NaN NaN 0 Transient 0.0 \n", + "1 NaN NaN 0 Transient 0.0 \n", + "2 NaN NaN 0 Transient 75.0 \n", + "3 304.0 NaN 0 Transient 75.0 \n", + "4 240.0 NaN 0 Transient 98.0 \n", + "\n", + " required_car_parking_spaces total_of_special_requests reservation_status \\\n", + "0 0 0 Check-Out \n", + "1 0 0 Check-Out \n", + "2 0 0 Check-Out \n", + "3 0 0 Check-Out \n", + "4 0 1 Check-Out \n", + "\n", + " reservation_status_date \n", + "0 2015-07-01 \n", + "1 2015-07-01 \n", + "2 2015-07-02 \n", + "3 2015-07-02 \n", + "4 2015-07-03 \n", + "\n", + "[5 rows x 32 columns]" + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data = pd.read_csv('hotel_bookings.csv')\n", + "data.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "6217a48a", + "metadata": {}, + "outputs": [], + "source": [ + "# in order to simplify plots I decided to use only a subset of variables\n", + "data = data[['is_canceled', 'lead_time', 'arrival_date_year', 'adults', 'children', 'babies', 'booking_changes']]\n", + "data = data.dropna()\n", + "X, y = data.loc[:, data.columns != 'is_canceled'], data[['is_canceled']]\n", + "X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.1, random_state=42)" + ] + }, + { + "cell_type": "code", + "execution_count": 44, + "id": "cf150f24", + "metadata": {}, + "outputs": [], + "source": [ + "observation = pd.DataFrame({'lead_time': [203.0],\n", + " 'arrival_date_year': [2016.0],\n", + " 'adults': [2.0],\n", + " 'children': [0.0],\n", + " 'babies': [0.0],\n", + " 'booking_changes': [4.]},\n", + " index = ['observation'])" + ] + }, + { + "cell_type": "markdown", + "id": "712244ba", + "metadata": {}, + "source": [ + "## Neural network" + ] + }, + { + "cell_type": "code", + "execution_count": 36, + "id": "c8280c1f", + "metadata": {}, + "outputs": [], + "source": [ + "def f1_metric(y_true, y_pred):\n", + " true_positives = K.sum(K.round(K.clip(y_true * y_pred, 0, 1)))\n", + " possible_positives = K.sum(K.round(K.clip(y_true, 0, 1)))\n", + " predicted_positives = K.sum(K.round(K.clip(y_pred, 0, 1)))\n", + " precision = true_positives / (predicted_positives + K.epsilon())\n", + " recall = true_positives / (possible_positives + K.epsilon())\n", + " f1_val = 2*(precision*recall)/(precision+recall+K.epsilon())\n", + " return f1_val" + ] + }, + { + "cell_type": "code", + "execution_count": 39, + "id": "c681fd88", + "metadata": {}, + "outputs": [], + "source": [ + "model = Sequential()\n", + "model.add(Dense(20, input_dim=6, activation='sigmoid'))\n", + "model.add(Dense(1, activation='sigmoid'))\n", + "model.compile(loss='binary_crossentropy', optimizer='adam', metrics=['accuracy', f1_metric])" + ] + }, + { + "cell_type": "code", + "execution_count": 40, + "id": "f565d51b", + "metadata": { + "scrolled": true + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Epoch 1/150\n", + "10745/10745 [==============================] - 7s 681us/step - loss: 0.6242 - accuracy: 0.6447 - f1_metric: 0.1800\n", + "Epoch 2/150\n", + "10745/10745 [==============================] - 7s 611us/step - loss: 0.6236 - accuracy: 0.6500 - f1_metric: 0.1983\n", + "Epoch 3/150\n", + "10745/10745 [==============================] - 6s 605us/step - loss: 0.6206 - accuracy: 0.6287 - f1_metric: 0.0306\n", + "Epoch 4/150\n", + "10745/10745 [==============================] - 6s 605us/step - loss: 0.6220 - accuracy: 0.6278 - f1_metric: 0.1062\n", + "Epoch 5/150\n", + "10745/10745 [==============================] - 7s 606us/step - loss: 0.6208 - accuracy: 0.6341 - f1_metric: 0.0870\n", + "Epoch 6/150\n", + "10745/10745 [==============================] - 7s 605us/step - loss: 0.6089 - accuracy: 0.6622 - f1_metric: 0.2700\n", + "Epoch 7/150\n", + "10745/10745 [==============================] - 7s 624us/step - loss: 0.6119 - accuracy: 0.6560 - f1_metric: 0.3245\n", + "Epoch 8/150\n", + "10745/10745 [==============================] - 7s 617us/step - loss: 0.6101 - accuracy: 0.6632 - f1_metric: 0.2624\n", + "Epoch 9/150\n", + "10745/10745 [==============================] - 7s 620us/step - loss: 0.6107 - accuracy: 0.6489 - f1_metric: 0.2918\n", + "Epoch 10/150\n", + "10745/10745 [==============================] - 7s 620us/step - loss: 0.6072 - accuracy: 0.6615 - f1_metric: 0.2682\n", + "Epoch 11/150\n", + "10745/10745 [==============================] - 7s 623us/step - loss: 0.6106 - accuracy: 0.6603 - f1_metric: 0.2631\n", + "Epoch 12/150\n", + "10745/10745 [==============================] - 7s 624us/step - loss: 0.6115 - accuracy: 0.6484 - f1_metric: 0.3148\n", + "Epoch 13/150\n", + "10745/10745 [==============================] - 7s 621us/step - loss: 0.6116 - accuracy: 0.6483 - f1_metric: 0.3082\n", + "Epoch 14/150\n", + "10745/10745 [==============================] - 7s 618us/step - loss: 0.6081 - accuracy: 0.6640 - f1_metric: 0.2718\n", + "Epoch 15/150\n", + "10745/10745 [==============================] - 7s 626us/step - loss: 0.6079 - accuracy: 0.6649 - f1_metric: 0.2759\n", + "Epoch 16/150\n", + "10745/10745 [==============================] - 7s 631us/step - loss: 0.6074 - accuracy: 0.6623 - f1_metric: 0.2425\n", + "Epoch 17/150\n", + "10745/10745 [==============================] - 7s 632us/step - loss: 0.6084 - accuracy: 0.6616 - f1_metric: 0.2988\n", + "Epoch 18/150\n", + "10745/10745 [==============================] - 7s 633us/step - loss: 0.6094 - accuracy: 0.6542 - f1_metric: 0.3787\n", + "Epoch 19/150\n", + "10745/10745 [==============================] - 7s 634us/step - loss: 0.6095 - accuracy: 0.6601 - f1_metric: 0.3206\n", + "Epoch 20/150\n", + "10745/10745 [==============================] - 7s 652us/step - loss: 0.6095 - accuracy: 0.6497 - f1_metric: 0.3729\n", + "Epoch 21/150\n", + "10745/10745 [==============================] - 7s 634us/step - loss: 0.6078 - accuracy: 0.6610 - f1_metric: 0.3155\n", + "Epoch 22/150\n", + "10745/10745 [==============================] - 7s 638us/step - loss: 0.6097 - accuracy: 0.6632 - f1_metric: 0.2569\n", + "Epoch 23/150\n", + "10745/10745 [==============================] - 7s 637us/step - loss: 0.6079 - accuracy: 0.6622 - f1_metric: 0.2907\n", + "Epoch 24/150\n", + "10745/10745 [==============================] - 7s 637us/step - loss: 0.6082 - accuracy: 0.6616 - f1_metric: 0.3081\n", + "Epoch 25/150\n", + "10745/10745 [==============================] - 7s 636us/step - loss: 0.6111 - accuracy: 0.6637 - f1_metric: 0.3052\n", + "Epoch 26/150\n", + "10745/10745 [==============================] - 7s 640us/step - loss: 0.6084 - accuracy: 0.6534 - f1_metric: 0.3699\n", + "Epoch 27/150\n", + "10745/10745 [==============================] - 7s 638us/step - loss: 0.6077 - accuracy: 0.6580 - f1_metric: 0.2322\n", + "Epoch 28/150\n", + "10745/10745 [==============================] - 7s 638us/step - loss: 0.6066 - accuracy: 0.6646 - f1_metric: 0.2698\n", + "Epoch 29/150\n", + "10745/10745 [==============================] - 7s 639us/step - loss: 0.6082 - accuracy: 0.6618 - f1_metric: 0.2738\n", + "Epoch 30/150\n", + "10745/10745 [==============================] - 7s 640us/step - loss: 0.6076 - accuracy: 0.6656 - f1_metric: 0.2657\n", + "Epoch 31/150\n", + "10745/10745 [==============================] - 7s 640us/step - loss: 0.6066 - accuracy: 0.6659 - f1_metric: 0.2727\n", + "Epoch 32/150\n", + "10745/10745 [==============================] - 7s 643us/step - loss: 0.6111 - accuracy: 0.6440 - f1_metric: 0.2870\n", + "Epoch 33/150\n", + "10745/10745 [==============================] - 7s 642us/step - loss: 0.6084 - accuracy: 0.6648 - f1_metric: 0.2839\n", + "Epoch 34/150\n", + "10745/10745 [==============================] - 7s 643us/step - loss: 0.6096 - accuracy: 0.6631 - f1_metric: 0.3248\n", + "Epoch 35/150\n", + "10745/10745 [==============================] - 7s 640us/step - loss: 0.6136 - accuracy: 0.6400 - f1_metric: 0.1442\n", + "Epoch 36/150\n", + "10745/10745 [==============================] - 7s 638us/step - loss: 0.6152 - accuracy: 0.6636 - f1_metric: 0.3247\n", + "Epoch 37/150\n", + "10745/10745 [==============================] - 7s 650us/step - loss: 0.6066 - accuracy: 0.6660 - f1_metric: 0.3140\n", + "Epoch 38/150\n", + "10745/10745 [==============================] - 7s 646us/step - loss: 0.6074 - accuracy: 0.6634 - f1_metric: 0.3024\n", + "Epoch 39/150\n", + "10745/10745 [==============================] - 7s 646us/step - loss: 0.6063 - accuracy: 0.6659 - f1_metric: 0.2775\n", + "Epoch 40/150\n", + "10745/10745 [==============================] - 7s 644us/step - loss: 0.6076 - accuracy: 0.6617 - f1_metric: 0.2557\n", + "Epoch 41/150\n", + "10745/10745 [==============================] - 7s 639us/step - loss: 0.6073 - accuracy: 0.6654 - f1_metric: 0.3048\n", + "Epoch 42/150\n", + "10745/10745 [==============================] - 7s 643us/step - loss: 0.6059 - accuracy: 0.6663 - f1_metric: 0.2681\n", + "Epoch 43/150\n", + "10745/10745 [==============================] - 7s 646us/step - loss: 0.6056 - accuracy: 0.6663 - f1_metric: 0.2589\n", + "Epoch 44/150\n", + "10745/10745 [==============================] - 7s 665us/step - loss: 0.6063 - accuracy: 0.6668 - f1_metric: 0.2927\n", + "Epoch 45/150\n", + "10745/10745 [==============================] - 7s 643us/step - loss: 0.6063 - accuracy: 0.6659 - f1_metric: 0.3110\n", + "Epoch 46/150\n", + "10745/10745 [==============================] - 7s 647us/step - loss: 0.6057 - accuracy: 0.6650 - f1_metric: 0.2561\n", + "Epoch 47/150\n", + "10745/10745 [==============================] - 7s 658us/step - loss: 0.6062 - accuracy: 0.6647 - f1_metric: 0.2693\n", + "Epoch 48/150\n", + "10745/10745 [==============================] - 7s 663us/step - loss: 0.6065 - accuracy: 0.6647 - f1_metric: 0.3440\n", + "Epoch 49/150\n", + "10745/10745 [==============================] - 7s 663us/step - loss: 0.6069 - accuracy: 0.6574 - f1_metric: 0.3638\n", + "Epoch 50/150\n", + "10745/10745 [==============================] - 7s 662us/step - loss: 0.6058 - accuracy: 0.6668 - f1_metric: 0.2607\n", + "Epoch 51/150\n", + "10745/10745 [==============================] - 7s 662us/step - loss: 0.6058 - accuracy: 0.6667 - f1_metric: 0.2727\n", + "Epoch 52/150\n", + "10745/10745 [==============================] - 7s 660us/step - loss: 0.6057 - accuracy: 0.6652 - f1_metric: 0.2450\n", + "Epoch 53/150\n", + "10745/10745 [==============================] - 7s 662us/step - loss: 0.6072 - accuracy: 0.6642 - f1_metric: 0.2967\n", + "Epoch 54/150\n", + "10745/10745 [==============================] - 7s 662us/step - loss: 0.6073 - accuracy: 0.6586 - f1_metric: 0.3692\n", + "Epoch 55/150\n", + "10745/10745 [==============================] - 10s 916us/step - loss: 0.6054 - accuracy: 0.6669 - f1_metric: 0.2786\n", + "Epoch 56/150\n", + "10745/10745 [==============================] - 8s 729us/step - loss: 0.6052 - accuracy: 0.6669 - f1_metric: 0.2711\n", + "Epoch 57/150\n", + "10745/10745 [==============================] - 7s 662us/step - loss: 0.6068 - accuracy: 0.6612 - f1_metric: 0.3482\n", + "Epoch 58/150\n", + "10745/10745 [==============================] - 7s 665us/step - loss: 0.6054 - accuracy: 0.6669 - f1_metric: 0.3130\n", + "Epoch 59/150\n", + "10745/10745 [==============================] - 7s 664us/step - loss: 0.6067 - accuracy: 0.6655 - f1_metric: 0.2902\n", + "Epoch 60/150\n", + "10745/10745 [==============================] - 7s 666us/step - loss: 0.6063 - accuracy: 0.6593 - f1_metric: 0.3018\n", + "Epoch 61/150\n", + "10745/10745 [==============================] - 7s 664us/step - loss: 0.6046 - accuracy: 0.6681 - f1_metric: 0.2830\n", + "Epoch 62/150\n", + "10745/10745 [==============================] - 7s 664us/step - loss: 0.6049 - accuracy: 0.6677 - f1_metric: 0.2725\n", + "Epoch 63/150\n", + "10745/10745 [==============================] - 7s 665us/step - loss: 0.6040 - accuracy: 0.6691 - f1_metric: 0.2687\n", + "Epoch 64/150\n", + "10745/10745 [==============================] - 7s 667us/step - loss: 0.6050 - accuracy: 0.6638 - f1_metric: 0.3364\n", + "Epoch 65/150\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "10745/10745 [==============================] - 7s 628us/step - loss: 0.6066 - accuracy: 0.6664 - f1_metric: 0.2600\n", + "Epoch 66/150\n", + "10745/10745 [==============================] - 7s 628us/step - loss: 0.6061 - accuracy: 0.6506 - f1_metric: 0.3560\n", + "Epoch 67/150\n", + "10745/10745 [==============================] - 7s 631us/step - loss: 0.6058 - accuracy: 0.6652 - f1_metric: 0.2551\n", + "Epoch 68/150\n", + "10745/10745 [==============================] - 7s 627us/step - loss: 0.6057 - accuracy: 0.6687 - f1_metric: 0.2925\n", + "Epoch 69/150\n", + "10745/10745 [==============================] - 7s 626us/step - loss: 0.6073 - accuracy: 0.6566 - f1_metric: 0.2305\n", + "Epoch 70/150\n", + "10745/10745 [==============================] - 7s 628us/step - loss: 0.6042 - accuracy: 0.6652 - f1_metric: 0.3437\n", + "Epoch 71/150\n", + "10745/10745 [==============================] - 7s 638us/step - loss: 0.6043 - accuracy: 0.6669 - f1_metric: 0.3701\n", + "Epoch 72/150\n", + "10745/10745 [==============================] - 9s 818us/step - loss: 0.6044 - accuracy: 0.6576 - f1_metric: 0.2743\n", + "Epoch 73/150\n", + "10745/10745 [==============================] - 8s 717us/step - loss: 0.6026 - accuracy: 0.6676 - f1_metric: 0.3214\n", + "Epoch 74/150\n", + "10745/10745 [==============================] - 7s 632us/step - loss: 0.6047 - accuracy: 0.6501 - f1_metric: 0.3089\n", + "Epoch 75/150\n", + "10745/10745 [==============================] - 7s 633us/step - loss: 0.6039 - accuracy: 0.6665 - f1_metric: 0.3355\n", + "Epoch 76/150\n", + "10745/10745 [==============================] - 7s 634us/step - loss: 0.6035 - accuracy: 0.6651 - f1_metric: 0.3034\n", + "Epoch 77/150\n", + "10745/10745 [==============================] - 7s 631us/step - loss: 0.6043 - accuracy: 0.6691 - f1_metric: 0.3657\n", + "Epoch 78/150\n", + "10745/10745 [==============================] - 7s 631us/step - loss: 0.6039 - accuracy: 0.6693 - f1_metric: 0.2886\n", + "Epoch 79/150\n", + "10745/10745 [==============================] - 7s 635us/step - loss: 0.6047 - accuracy: 0.6559 - f1_metric: 0.2534\n", + "Epoch 80/150\n", + "10745/10745 [==============================] - 7s 630us/step - loss: 0.6039 - accuracy: 0.6620 - f1_metric: 0.3143\n", + "Epoch 81/150\n", + "10745/10745 [==============================] - 7s 631us/step - loss: 0.6048 - accuracy: 0.6648 - f1_metric: 0.2765\n", + "Epoch 82/150\n", + "10745/10745 [==============================] - 7s 643us/step - loss: 0.6030 - accuracy: 0.6606 - f1_metric: 0.3584\n", + "Epoch 83/150\n", + "10745/10745 [==============================] - 7s 634us/step - loss: 0.6044 - accuracy: 0.6464 - f1_metric: 0.2074\n", + "Epoch 84/150\n", + "10745/10745 [==============================] - 7s 632us/step - loss: 0.6018 - accuracy: 0.6416 - f1_metric: 0.2339\n", + "Epoch 85/150\n", + "10745/10745 [==============================] - 7s 630us/step - loss: 0.6057 - accuracy: 0.6409 - f1_metric: 0.4118\n", + "Epoch 86/150\n", + "10745/10745 [==============================] - 7s 635us/step - loss: 0.6192 - accuracy: 0.6294 - f1_metric: 0.0055\n", + "Epoch 87/150\n", + "10745/10745 [==============================] - 7s 633us/step - loss: 0.6178 - accuracy: 0.6294 - f1_metric: 0.0022\n", + "Epoch 88/150\n", + "10745/10745 [==============================] - 7s 637us/step - loss: 0.6189 - accuracy: 0.6297 - f1_metric: 0.0000e+00\n", + "Epoch 89/150\n", + "10745/10745 [==============================] - 7s 638us/step - loss: 0.6179 - accuracy: 0.6294 - f1_metric: 0.0025\n", + "Epoch 90/150\n", + "10745/10745 [==============================] - 7s 630us/step - loss: 0.6177 - accuracy: 0.6296 - f1_metric: 0.0011\n", + "Epoch 91/150\n", + "10745/10745 [==============================] - 7s 631us/step - loss: 0.6217 - accuracy: 0.6273 - f1_metric: 0.0373\n", + "Epoch 92/150\n", + "10745/10745 [==============================] - 7s 634us/step - loss: 0.6210 - accuracy: 0.6270 - f1_metric: 0.0476\n", + "Epoch 93/150\n", + "10745/10745 [==============================] - 7s 634us/step - loss: 0.6211 - accuracy: 0.6290 - f1_metric: 0.0240\n", + "Epoch 94/150\n", + "10745/10745 [==============================] - 7s 634us/step - loss: 0.6186 - accuracy: 0.6291 - f1_metric: 0.0054\n", + "Epoch 95/150\n", + "10745/10745 [==============================] - 7s 633us/step - loss: 0.6186 - accuracy: 0.6289 - f1_metric: 0.0070\n", + "Epoch 96/150\n", + "10745/10745 [==============================] - 7s 632us/step - loss: 0.6180 - accuracy: 0.6294 - f1_metric: 0.0078\n", + "Epoch 97/150\n", + "10745/10745 [==============================] - 7s 634us/step - loss: 0.6177 - accuracy: 0.6292 - f1_metric: 0.0019\n", + "Epoch 98/150\n", + "10745/10745 [==============================] - 7s 636us/step - loss: 0.6180 - accuracy: 0.6288 - f1_metric: 0.0119\n", + "Epoch 99/150\n", + "10745/10745 [==============================] - 7s 669us/step - loss: 0.6229 - accuracy: 0.6270 - f1_metric: 0.0979\n", + "Epoch 100/150\n", + "10745/10745 [==============================] - 7s 652us/step - loss: 0.6242 - accuracy: 0.6270 - f1_metric: 0.1073\n", + "Epoch 101/150\n", + "10745/10745 [==============================] - 7s 633us/step - loss: 0.6191 - accuracy: 0.6292 - f1_metric: 0.0079\n", + "Epoch 102/150\n", + "10745/10745 [==============================] - 7s 636us/step - loss: 0.6185 - accuracy: 0.6290 - f1_metric: 0.0041\n", + "Epoch 103/150\n", + "10745/10745 [==============================] - 7s 634us/step - loss: 0.6181 - accuracy: 0.6286 - f1_metric: 0.0116\n", + "Epoch 104/150\n", + "10745/10745 [==============================] - 7s 635us/step - loss: 0.6181 - accuracy: 0.6296 - f1_metric: 0.0023\n", + "Epoch 105/150\n", + "10745/10745 [==============================] - 7s 638us/step - loss: 0.6176 - accuracy: 0.6297 - f1_metric: 0.0000e+00\n", + "Epoch 106/150\n", + "10745/10745 [==============================] - 7s 654us/step - loss: 0.6181 - accuracy: 0.6291 - f1_metric: 0.0034\n", + "Epoch 107/150\n", + "10745/10745 [==============================] - 7s 639us/step - loss: 0.6181 - accuracy: 0.6290 - f1_metric: 0.0064\n", + "Epoch 108/150\n", + "10745/10745 [==============================] - 7s 638us/step - loss: 0.6181 - accuracy: 0.6291 - f1_metric: 0.0060\n", + "Epoch 109/150\n", + "10745/10745 [==============================] - 7s 634us/step - loss: 0.6180 - accuracy: 0.6286 - f1_metric: 0.0134\n", + "Epoch 110/150\n", + "10745/10745 [==============================] - 7s 638us/step - loss: 0.6184 - accuracy: 0.6292 - f1_metric: 0.0045\n", + "Epoch 111/150\n", + "10745/10745 [==============================] - 7s 637us/step - loss: 0.6176 - accuracy: 0.6291 - f1_metric: 0.0035\n", + "Epoch 112/150\n", + "10745/10745 [==============================] - 7s 639us/step - loss: 0.6182 - accuracy: 0.6292 - f1_metric: 0.0045\n", + "Epoch 113/150\n", + "10745/10745 [==============================] - 7s 637us/step - loss: 0.6182 - accuracy: 0.6293 - f1_metric: 0.0052\n", + "Epoch 114/150\n", + "10745/10745 [==============================] - 7s 640us/step - loss: 0.6178 - accuracy: 0.6292 - f1_metric: 0.0049\n", + "Epoch 115/150\n", + "10745/10745 [==============================] - 7s 636us/step - loss: 0.6183 - accuracy: 0.6295 - f1_metric: 0.0024\n", + "Epoch 116/150\n", + "10745/10745 [==============================] - 7s 639us/step - loss: 0.6179 - accuracy: 0.6294 - f1_metric: 0.0024\n", + "Epoch 117/150\n", + "10745/10745 [==============================] - 7s 642us/step - loss: 0.6180 - accuracy: 0.6296 - f1_metric: 3.3194e-04\n", + "Epoch 118/150\n", + "10745/10745 [==============================] - 7s 641us/step - loss: 0.6171 - accuracy: 0.6292 - f1_metric: 0.0030\n", + "Epoch 119/150\n", + "10745/10745 [==============================] - 7s 641us/step - loss: 0.6171 - accuracy: 0.6297 - f1_metric: 0.0000e+00\n", + "Epoch 120/150\n", + "10745/10745 [==============================] - 7s 641us/step - loss: 0.6174 - accuracy: 0.6285 - f1_metric: 0.0118\n", + "Epoch 121/150\n", + "10745/10745 [==============================] - 7s 640us/step - loss: 0.6179 - accuracy: 0.6287 - f1_metric: 0.0147\n", + "Epoch 122/150\n", + "10745/10745 [==============================] - 7s 642us/step - loss: 0.6177 - accuracy: 0.6297 - f1_metric: 0.0000e+00\n", + "Epoch 123/150\n", + "10745/10745 [==============================] - 7s 644us/step - loss: 0.6181 - accuracy: 0.6288 - f1_metric: 0.0077\n", + "Epoch 124/150\n", + "10745/10745 [==============================] - 8s 733us/step - loss: 0.6174 - accuracy: 0.6287 - f1_metric: 0.0135\n", + "Epoch 125/150\n", + "10745/10745 [==============================] - 7s 660us/step - loss: 0.6178 - accuracy: 0.6297 - f1_metric: 0.0000e+00\n", + "Epoch 126/150\n", + "10745/10745 [==============================] - 7s 662us/step - loss: 0.6265 - accuracy: 0.6303 - f1_metric: 0.1806\n", + "Epoch 127/150\n", + "10745/10745 [==============================] - 7s 660us/step - loss: 0.6238 - accuracy: 0.6314 - f1_metric: 0.1189\n", + "Epoch 128/150\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "10745/10745 [==============================] - 7s 635us/step - loss: 0.6195 - accuracy: 0.6275 - f1_metric: 0.0254\n", + "Epoch 129/150\n", + "10745/10745 [==============================] - 7s 635us/step - loss: 0.6196 - accuracy: 0.6289 - f1_metric: 0.0214\n", + "Epoch 130/150\n", + "10745/10745 [==============================] - 7s 637us/step - loss: 0.6175 - accuracy: 0.6295 - f1_metric: 0.0034\n", + "Epoch 131/150\n", + "10745/10745 [==============================] - 7s 641us/step - loss: 0.6201 - accuracy: 0.6282 - f1_metric: 0.03500s - loss: 0.6201 - accuracy: 0.6282 - f\n", + "Epoch 132/150\n", + "10745/10745 [==============================] - 7s 656us/step - loss: 0.6179 - accuracy: 0.6294 - f1_metric: 0.0031\n", + "Epoch 133/150\n", + "10745/10745 [==============================] - 7s 649us/step - loss: 0.6182 - accuracy: 0.6293 - f1_metric: 0.0084\n", + "Epoch 134/150\n", + "10745/10745 [==============================] - 7s 641us/step - loss: 0.6180 - accuracy: 0.6295 - f1_metric: 0.0022\n", + "Epoch 135/150\n", + "10745/10745 [==============================] - 7s 636us/step - loss: 0.6178 - accuracy: 0.6287 - f1_metric: 0.0230\n", + "Epoch 136/150\n", + "10745/10745 [==============================] - 7s 639us/step - loss: 0.6192 - accuracy: 0.6291 - f1_metric: 0.0086\n", + "Epoch 137/150\n", + "10745/10745 [==============================] - 7s 647us/step - loss: 0.6180 - accuracy: 0.6289 - f1_metric: 0.0091\n", + "Epoch 138/150\n", + "10745/10745 [==============================] - 7s 640us/step - loss: 0.6176 - accuracy: 0.6296 - f1_metric: 0.0012\n", + "Epoch 139/150\n", + "10745/10745 [==============================] - 7s 641us/step - loss: 0.6177 - accuracy: 0.6292 - f1_metric: 0.0122\n", + "Epoch 140/150\n", + "10745/10745 [==============================] - 7s 642us/step - loss: 0.6176 - accuracy: 0.6295 - f1_metric: 0.0020\n", + "Epoch 141/150\n", + "10745/10745 [==============================] - 7s 665us/step - loss: 0.6174 - accuracy: 0.6292 - f1_metric: 0.0094\n", + "Epoch 142/150\n", + "10745/10745 [==============================] - 7s 657us/step - loss: 0.6172 - accuracy: 0.6293 - f1_metric: 0.0064\n", + "Epoch 143/150\n", + "10745/10745 [==============================] - 7s 646us/step - loss: 0.6163 - accuracy: 0.6293 - f1_metric: 0.00381s - los\n", + "Epoch 144/150\n", + "10745/10745 [==============================] - 7s 643us/step - loss: 0.6196 - accuracy: 0.6280 - f1_metric: 0.0377\n", + "Epoch 145/150\n", + "10745/10745 [==============================] - 7s 655us/step - loss: 0.6175 - accuracy: 0.6289 - f1_metric: 0.0064\n", + "Epoch 146/150\n", + "10745/10745 [==============================] - 7s 643us/step - loss: 0.6170 - accuracy: 0.6295 - f1_metric: 0.0052\n", + "Epoch 147/150\n", + "10745/10745 [==============================] - 7s 643us/step - loss: 0.6235 - accuracy: 0.6260 - f1_metric: 0.1046\n", + "Epoch 148/150\n", + "10745/10745 [==============================] - 7s 649us/step - loss: 0.6178 - accuracy: 0.6295 - f1_metric: 0.0011\n", + "Epoch 149/150\n", + "10745/10745 [==============================] - 7s 640us/step - loss: 0.6174 - accuracy: 0.6291 - f1_metric: 0.0051\n", + "Epoch 150/150\n", + "10745/10745 [==============================] - 7s 643us/step - loss: 0.6173 - accuracy: 0.6293 - f1_metric: 9.5204e-04\n" + ] + }, + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 40, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "model.fit(X_train, y_train, epochs=150, batch_size=10)" + ] + }, + { + "cell_type": "code", + "execution_count": 41, + "id": "5aac73ca", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "374/374 [==============================] - 0s 652us/step - loss: 0.6143 - accuracy: 0.6286 - f1_metric: 0.0000e+00\n" + ] + }, + { + "data": { + "text/plain": [ + "[0.6142608523368835, 0.6286121010780334, 0.0]" + ] + }, + "execution_count": 41, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "model.evaluate(X_test, y_test) # parameters were not tuned, so results are bad" + ] + }, + { + "cell_type": "code", + "execution_count": 53, + "id": "11ac9eff", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "array([[0.47649106]], dtype=float32)" + ] + }, + "execution_count": 53, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "model.predict(observation) # prediction" + ] + }, + { + "cell_type": "code", + "execution_count": 43, + "id": "329147b0", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Preparation of a new explainer is initiated\n", + "\n", + " -> data : 107447 rows 6 cols\n", + " -> target variable : Parameter 'y' was a pandas.DataFrame. Converted to a numpy.ndarray.\n", + " -> target variable : 107447 values\n", + " -> model_class : tensorflow.python.keras.engine.sequential.Sequential (default)\n", + " -> label : neural_network\n", + " -> predict function : will be used (default)\n", + " -> predict function : Accepts pandas.DataFrame and numpy.ndarray.\n", + " -> predicted values : min = 0.157, mean = 0.378, max = 0.476\n", + " -> model type : regression will be used (default)\n", + " -> residual function : difference between y and yhat (default)\n", + " -> residuals : min = -0.476, mean = -0.00776, max = 0.843\n", + " -> model_info : package tensorflow\n", + "\n", + "A new explainer has been created!\n" + ] + } + ], + "source": [ + "exp_nn = dx.Explainer(model, X_train, y_train, label='neural_network')" + ] + }, + { + "cell_type": "code", + "execution_count": 50, + "id": "d2ec3266", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Calculating ceteris paribus: 100%|███████████████████████████████████████████████████████| 6/6 [00:00<00:00, 24.33it/s]\n" + ] + }, + { + "data": { + "application/vnd.plotly.v1+json": { + "config": { + "displaylogo": false, + "modeBarButtonsToRemove": [ + "sendDataToCloud", + "lasso2d", + "autoScale2d", + "select2d", + "zoom2d", + "pan2d", + "zoomIn2d", + "zoomOut2d", + "resetScale2d", + "toggleSpikelines", + "hoverCompareCartesian", + "hoverClosestCartesian" + ], + "plotlyServerURL": "https://plot.ly", + "staticPlot": false, + "toImageButtonOptions": { + "height": null, + "width": null + } + }, + "data": [ + { + "customdata": [ + [ + "
id: observation
prediction: 0.157
lead_time: 0.0

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
lead_time: 7.37

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
lead_time: 14.74

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
lead_time: 22.11

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
lead_time: 29.48

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
lead_time: 36.85

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
lead_time: 44.22

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
lead_time: 51.59

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
lead_time: 58.96

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
lead_time: 66.33

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 73.7

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 81.07000000000001

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 88.44

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 95.81

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 103.18

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 110.55

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 117.92

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 125.29

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 132.66

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 140.03

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 147.4

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 154.77

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 162.14000000000001

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 169.51

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 176.88

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 184.25

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 191.62

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 198.99

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 203.0

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 206.36

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 213.73

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 221.1

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 228.47

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 235.84

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 243.21

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 250.58

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 257.95

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 265.32

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 272.69

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 280.06

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 287.43

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 294.8

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 302.17

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 309.54

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 316.91

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 324.28000000000003

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 331.65

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 339.02

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 346.39

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 353.76

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 361.13

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 368.5

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 375.87

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 383.24

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 390.61

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 397.98

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 405.35

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 412.72

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 420.09000000000003

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 427.46

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 434.83

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 442.2

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 449.57

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 456.94

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 464.31

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 471.68

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 479.05

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 486.42

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 493.79

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 501.16

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 508.53000000000003

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 515.9

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 523.27

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 530.64

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 538.01

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 545.38

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 552.75

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 560.12

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 567.49

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 574.86

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 582.23

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 589.6

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 596.97

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 604.34

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 611.71

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 619.08

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 626.45

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 633.82

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 641.19

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 648.5600000000001

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 655.9300000000001

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 663.3

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 670.67

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 678.04

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 685.41

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 692.78

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 700.15

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 707.52

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 714.89

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 722.26

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 729.63

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
lead_time: 737.0

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "neural_network", + "line": { + "color": "#46bac2", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "neural_network", + "opacity": 1, + "orientation": "v", + "showlegend": true, + "type": "scatter", + "x": [ + 0, + 7.37, + 14.74, + 22.11, + 29.48, + 36.85, + 44.22, + 51.59, + 58.96, + 66.33, + 73.7, + 81.07000000000001, + 88.44, + 95.81, + 103.18, + 110.55, + 117.92, + 125.29, + 132.66, + 140.03, + 147.4, + 154.77, + 162.14000000000001, + 169.51, + 176.88, + 184.25, + 191.62, + 198.99, + 203, + 206.36, + 213.73, + 221.1, + 228.47, + 235.84, + 243.21, + 250.58, + 257.95, + 265.32, + 272.69, + 280.06, + 287.43, + 294.8, + 302.17, + 309.54, + 316.91, + 324.28000000000003, + 331.65, + 339.02, + 346.39, + 353.76, + 361.13, + 368.5, + 375.87, + 383.24, + 390.61, + 397.98, + 405.35, + 412.72, + 420.09000000000003, + 427.46, + 434.83, + 442.2, + 449.57, + 456.94, + 464.31, + 471.68, + 479.05, + 486.42, + 493.79, + 501.16, + 508.53000000000003, + 515.9, + 523.27, + 530.64, + 538.01, + 545.38, + 552.75, + 560.12, + 567.49, + 574.86, + 582.23, + 589.6, + 596.97, + 604.34, + 611.71, + 619.08, + 626.45, + 633.82, + 641.19, + 648.5600000000001, + 655.9300000000001, + 663.3, + 670.67, + 678.04, + 685.41, + 692.78, + 700.15, + 707.52, + 714.89, + 722.26, + 729.63, + 737 + ], + "xaxis": "x3", + "y": [ + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367 + ], + "yaxis": "y3" + }, + { + "customdata": [ + [ + "
id: observation
prediction: 0.476
children: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 0.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 0.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 0.30000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 0.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 0.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 0.6000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 0.7000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 0.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 0.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 1.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 1.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 1.2000000000000002

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 1.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 1.4000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 1.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 1.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 1.7000000000000002

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 1.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 1.9000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 2.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 2.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 2.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 2.3000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 2.4000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 2.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 2.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 2.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 2.8000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 2.9000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 3.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 3.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 3.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 3.3000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 3.4000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 3.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 3.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 3.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 3.8000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 3.9000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 4.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 4.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 4.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 4.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 4.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 4.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 4.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 4.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 4.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 4.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 5.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 5.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 5.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 5.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 5.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 5.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 5.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 5.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 5.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 5.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 6.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 6.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 6.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 6.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 6.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 6.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 6.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 6.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 6.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 6.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 7.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 7.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 7.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 7.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 7.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 7.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 7.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 7.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 7.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 7.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 8.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 8.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 8.200000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 8.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 8.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 8.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 8.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 8.700000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 8.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 8.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 9.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 9.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 9.200000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 9.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 9.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 9.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 9.600000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 9.700000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 9.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 9.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
children: 10.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "neural_network", + "line": { + "color": "#46bac2", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "neural_network", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 0, + 0.1, + 0.2, + 0.30000000000000004, + 0.4, + 0.5, + 0.6000000000000001, + 0.7000000000000001, + 0.8, + 0.9, + 1, + 1.1, + 1.2000000000000002, + 1.3, + 1.4000000000000001, + 1.5, + 1.6, + 1.7000000000000002, + 1.8, + 1.9000000000000001, + 2, + 2.1, + 2.2, + 2.3000000000000003, + 2.4000000000000004, + 2.5, + 2.6, + 2.7, + 2.8000000000000003, + 2.9000000000000004, + 3, + 3.1, + 3.2, + 3.3000000000000003, + 3.4000000000000004, + 3.5, + 3.6, + 3.7, + 3.8000000000000003, + 3.9000000000000004, + 4, + 4.1000000000000005, + 4.2, + 4.3, + 4.4, + 4.5, + 4.6000000000000005, + 4.7, + 4.800000000000001, + 4.9, + 5, + 5.1000000000000005, + 5.2, + 5.300000000000001, + 5.4, + 5.5, + 5.6000000000000005, + 5.7, + 5.800000000000001, + 5.9, + 6, + 6.1000000000000005, + 6.2, + 6.300000000000001, + 6.4, + 6.5, + 6.6000000000000005, + 6.7, + 6.800000000000001, + 6.9, + 7, + 7.1000000000000005, + 7.2, + 7.300000000000001, + 7.4, + 7.5, + 7.6000000000000005, + 7.7, + 7.800000000000001, + 7.9, + 8, + 8.1, + 8.200000000000001, + 8.3, + 8.4, + 8.5, + 8.6, + 8.700000000000001, + 8.8, + 8.9, + 9, + 9.1, + 9.200000000000001, + 9.3, + 9.4, + 9.5, + 9.600000000000001, + 9.700000000000001, + 9.8, + 9.9, + 10 + ], + "xaxis": "x4", + "y": [ + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367 + ], + "yaxis": "y4" + }, + { + "customdata": [ + [ + "
id: observation
prediction: 0.476
babies: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 0.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 0.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 0.30000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 0.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 0.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 0.6000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 0.7000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 0.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 0.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 1.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 1.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 1.2000000000000002

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 1.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 1.4000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 1.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 1.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 1.7000000000000002

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 1.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 1.9000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 2.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 2.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 2.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 2.3000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 2.4000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 2.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 2.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 2.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 2.8000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 2.9000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 3.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 3.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 3.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 3.3000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 3.4000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 3.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 3.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 3.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 3.8000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 3.9000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 4.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 4.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 4.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 4.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 4.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 4.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 4.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 4.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 4.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 4.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 5.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 5.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 5.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 5.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 5.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 5.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 5.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 5.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 5.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 5.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 6.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 6.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 6.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 6.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 6.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 6.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 6.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 6.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 6.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 6.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 7.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 7.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 7.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 7.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 7.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 7.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 7.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 7.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 7.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 7.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 8.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 8.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 8.200000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 8.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 8.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 8.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 8.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 8.700000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 8.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 8.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 9.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 9.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 9.200000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 9.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 9.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 9.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 9.600000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 9.700000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 9.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 9.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
babies: 10.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "neural_network", + "line": { + "color": "#46bac2", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "neural_network", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 0, + 0.1, + 0.2, + 0.30000000000000004, + 0.4, + 0.5, + 0.6000000000000001, + 0.7000000000000001, + 0.8, + 0.9, + 1, + 1.1, + 1.2000000000000002, + 1.3, + 1.4000000000000001, + 1.5, + 1.6, + 1.7000000000000002, + 1.8, + 1.9000000000000001, + 2, + 2.1, + 2.2, + 2.3000000000000003, + 2.4000000000000004, + 2.5, + 2.6, + 2.7, + 2.8000000000000003, + 2.9000000000000004, + 3, + 3.1, + 3.2, + 3.3000000000000003, + 3.4000000000000004, + 3.5, + 3.6, + 3.7, + 3.8000000000000003, + 3.9000000000000004, + 4, + 4.1000000000000005, + 4.2, + 4.3, + 4.4, + 4.5, + 4.6000000000000005, + 4.7, + 4.800000000000001, + 4.9, + 5, + 5.1000000000000005, + 5.2, + 5.300000000000001, + 5.4, + 5.5, + 5.6000000000000005, + 5.7, + 5.800000000000001, + 5.9, + 6, + 6.1000000000000005, + 6.2, + 6.300000000000001, + 6.4, + 6.5, + 6.6000000000000005, + 6.7, + 6.800000000000001, + 6.9, + 7, + 7.1000000000000005, + 7.2, + 7.300000000000001, + 7.4, + 7.5, + 7.6000000000000005, + 7.7, + 7.800000000000001, + 7.9, + 8, + 8.1, + 8.200000000000001, + 8.3, + 8.4, + 8.5, + 8.6, + 8.700000000000001, + 8.8, + 8.9, + 9, + 9.1, + 9.200000000000001, + 9.3, + 9.4, + 9.5, + 9.600000000000001, + 9.700000000000001, + 9.8, + 9.9, + 10 + ], + "xaxis": "x", + "y": [ + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367 + ], + "yaxis": "y" + }, + { + "customdata": [ + [ + "
id: observation
prediction: 0.476
booking_changes: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 0.21

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 0.42

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 0.63

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 0.84

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 1.05

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 1.26

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 1.47

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 1.68

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 1.89

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 2.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 2.31

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 2.52

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 2.73

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 2.94

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 3.15

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 3.36

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 3.57

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 3.78

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 3.9899999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 4.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 4.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 4.41

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 4.62

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 4.83

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 5.04

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 5.25

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 5.46

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 5.67

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 5.88

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 6.09

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 6.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 6.51

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 6.72

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 6.93

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 7.14

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 7.35

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 7.56

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 7.77

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 7.9799999999999995

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 8.19

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 8.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 8.61

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 8.82

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 9.03

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 9.24

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 9.45

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 9.66

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 9.87

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 10.08

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 10.29

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 10.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 10.709999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 10.92

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 11.129999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 11.34

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 11.549999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 11.76

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 11.969999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 12.18

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 12.389999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 12.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 12.809999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 13.02

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 13.229999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 13.44

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 13.65

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 13.86

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 14.07

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 14.28

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 14.49

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 14.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 14.91

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 15.12

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 15.33

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 15.54

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.476
booking_changes: 15.75

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.244
booking_changes: 15.959999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 16.169999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 16.38

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 16.59

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 16.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 17.009999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 17.22

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 17.43

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 17.64

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 17.849999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 18.06

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 18.27

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 18.48

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 18.689999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 18.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 19.11

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 19.32

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 19.529999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 19.74

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 19.95

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 20.16

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 20.37

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 20.58

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 20.79

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ], + [ + "
id: observation
prediction: 0.157
booking_changes: 21.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "neural_network", + "line": { + "color": "#46bac2", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "neural_network", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 0, + 0.21, + 0.42, + 0.63, + 0.84, + 1.05, + 1.26, + 1.47, + 1.68, + 1.89, + 2.1, + 2.31, + 2.52, + 2.73, + 2.94, + 3.15, + 3.36, + 3.57, + 3.78, + 3.9899999999999998, + 4, + 4.2, + 4.41, + 4.62, + 4.83, + 5.04, + 5.25, + 5.46, + 5.67, + 5.88, + 6.09, + 6.3, + 6.51, + 6.72, + 6.93, + 7.14, + 7.35, + 7.56, + 7.77, + 7.9799999999999995, + 8.19, + 8.4, + 8.61, + 8.82, + 9.03, + 9.24, + 9.45, + 9.66, + 9.87, + 10.08, + 10.29, + 10.5, + 10.709999999999999, + 10.92, + 11.129999999999999, + 11.34, + 11.549999999999999, + 11.76, + 11.969999999999999, + 12.18, + 12.389999999999999, + 12.6, + 12.809999999999999, + 13.02, + 13.229999999999999, + 13.44, + 13.65, + 13.86, + 14.07, + 14.28, + 14.49, + 14.7, + 14.91, + 15.12, + 15.33, + 15.54, + 15.75, + 15.959999999999999, + 16.169999999999998, + 16.38, + 16.59, + 16.8, + 17.009999999999998, + 17.22, + 17.43, + 17.64, + 17.849999999999998, + 18.06, + 18.27, + 18.48, + 18.689999999999998, + 18.9, + 19.11, + 19.32, + 19.529999999999998, + 19.74, + 19.95, + 20.16, + 20.37, + 20.58, + 20.79, + 21 + ], + "xaxis": "x2", + "y": [ + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764910638332367, + 0.4764851927757263, + 0.24369511008262634, + 0.15656250715255737, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813, + 0.15656164288520813 + ], + "yaxis": "y2" + }, + { + "customdata": [ + [ + "
id: observation
prediction: 0.476
lead_time: 203.0

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "", + "marker": { + "color": "#371ea3", + "size": 10, + "symbol": "circle" + }, + "mode": "markers", + "name": "", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 203 + ], + "xaxis": "x3", + "y": [ + 0.4764910638332367 + ], + "yaxis": "y3" + }, + { + "customdata": [ + [ + "
id: observation
prediction: 0.476
children: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "", + "marker": { + "color": "#371ea3", + "size": 10, + "symbol": "circle" + }, + "mode": "markers", + "name": "", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 0 + ], + "xaxis": "x4", + "y": [ + 0.4764910638332367 + ], + "yaxis": "y4" + }, + { + "customdata": [ + [ + "
id: observation
prediction: 0.476
babies: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "", + "marker": { + "color": "#371ea3", + "size": 10, + "symbol": "circle" + }, + "mode": "markers", + "name": "", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 0 + ], + "xaxis": "x", + "y": [ + 0.4764910638332367 + ], + "yaxis": "y" + }, + { + "customdata": [ + [ + "
id: observation
prediction: 0.476
booking_changes: 4.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "", + "marker": { + "color": "#371ea3", + "size": 10, + "symbol": "circle" + }, + "mode": "markers", + "name": "", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 4 + ], + "xaxis": "x2", + "y": [ + 0.4764910638332367 + ], + "yaxis": "y2" + } + ], + "layout": { + "annotations": [ + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "babies", + "x": 0.2375, + "xanchor": "center", + "xref": "paper", + "y": 0.425, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "booking_changes", + "x": 0.7625, + "xanchor": "center", + "xref": "paper", + "y": 0.425, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "lead_time", + "x": 0.2375, + "xanchor": "center", + "xref": "paper", + "y": 1, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "children", + "x": 0.7625, + "xanchor": "center", + "xref": "paper", + "y": 1, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "prediction", + "textangle": -90, + "x": -0.07, + "xref": "paper", + "y": 0.5, + "yref": "paper" + } + ], + "font": { + "color": "#371ea3" + }, + "height": 829, + "hoverlabel": { + "bgcolor": "rgba(0,0,0,0.8)" + }, + "hovermode": "closest", + "legend": { + "font": { + "size": 11 + }, + "itemsizing": "constant", + "orientation": "h", + "title": { + "font": { + "size": 12 + }, + "text": "label" + }, + "tracegroupgap": 0, + "x": 1, + "xanchor": "right", + "y": 1.0361881785283473, + "yanchor": "bottom" + }, + "margin": { + "b": 71, + "r": 30, + "t": 78 + }, + "template": { + "data": { + "scatter": [ + { + "type": "scatter" + } + ] + } + }, + "title": { + "font": { + "size": 16 + }, + "text": "Ceteris Paribus Profiles", + "x": 0.15 + }, + "xaxis": { + "anchor": "y", + "automargin": true, + "domain": [ + 0, + 0.475 + ], + "fixedrange": true, + "gridwidth": 2, + "showticklabels": true, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "xaxis2": { + "anchor": "y2", + "automargin": true, + "domain": [ + 0.525, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "showticklabels": true, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "xaxis3": { + "anchor": "y3", + "automargin": true, + "domain": [ + 0, + 0.475 + ], + "fixedrange": true, + "gridwidth": 2, + "showticklabels": true, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "xaxis4": { + "anchor": "y4", + "automargin": true, + "domain": [ + 0.525, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "showticklabels": true, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "yaxis": { + "anchor": "x", + "automargin": true, + "domain": [ + 0, + 0.425 + ], + "fixedrange": true, + "gridwidth": 2, + "range": [ + 0.12456870079040527, + 0.5084840059280396 + ], + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "yaxis2": { + "anchor": "x2", + "automargin": true, + "domain": [ + 0, + 0.425 + ], + "fixedrange": true, + "gridwidth": 2, + "matches": "y", + "range": [ + 0.12456870079040527, + 0.5084840059280396 + ], + "showticklabels": false, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "yaxis3": { + "anchor": "x3", + "automargin": true, + "domain": [ + 0.575, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "matches": "y", + "range": [ + 0.12456870079040527, + 0.5084840059280396 + ], + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "yaxis4": { + "anchor": "x4", + "automargin": true, + "domain": [ + 0.575, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "matches": "y", + "range": [ + 0.12456870079040527, + 0.5084840059280396 + ], + "showticklabels": false, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + } + } + }, + "text/html": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "nn_profile = exp_nn.predict_profile(new_observation = observation)\n", + "\n", + "# plot Ceteris Paribus profile\n", + "nn_profile.plot(variables = ['lead_time', 'children', 'babies', 'booking_changes'])" + ] + }, + { + "cell_type": "markdown", + "id": "a3ec9fb5", + "metadata": {}, + "source": [ + "## Random forest" + ] + }, + { + "cell_type": "code", + "execution_count": 51, + "id": "6f4d0fff", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "RandomForestClassifier(max_depth=2, random_state=0)" + ] + }, + "execution_count": 51, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "forest = RandomForestClassifier(max_depth=2, random_state=0)\n", + "forest.fit(X_train, y_train)" + ] + }, + { + "cell_type": "code", + "execution_count": 52, + "id": "e32a3415", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "array([0], dtype=int64)" + ] + }, + "execution_count": 52, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "forest.predict(observation) # prediction" + ] + }, + { + "cell_type": "code", + "execution_count": 54, + "id": "f1e3955f", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Preparation of a new explainer is initiated\n", + "\n", + " -> data : 107447 rows 6 cols\n", + " -> target variable : Parameter 'y' was a pandas.DataFrame. Converted to a numpy.ndarray.\n", + " -> target variable : 107447 values\n", + " -> model_class : sklearn.ensemble._forest.RandomForestClassifier (default)\n", + " -> label : random_forest\n", + " -> predict function : will be used (default)\n", + " -> predict function : Accepts pandas.DataFrame and numpy.ndarray.\n", + " -> predicted values : min = 0.139, mean = 0.37, max = 0.45\n", + " -> model type : classification will be used (default)\n", + " -> residual function : difference between y and yhat (default)\n", + " -> residuals : min = -0.45, mean = -3.51e-05, max = 0.861\n", + " -> model_info : package sklearn\n", + "\n", + "A new explainer has been created!\n" + ] + } + ], + "source": [ + "exp_forest = dx.Explainer(forest, X_train, y_train, label='random_forest')" + ] + }, + { + "cell_type": "code", + "execution_count": 55, + "id": "e062541f", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Calculating ceteris paribus: 100%|███████████████████████████████████████████████████████| 6/6 [00:00<00:00, 62.67it/s]\n" + ] + }, + { + "data": { + "application/vnd.plotly.v1+json": { + "config": { + "displaylogo": false, + "modeBarButtonsToRemove": [ + "sendDataToCloud", + "lasso2d", + "autoScale2d", + "select2d", + "zoom2d", + "pan2d", + "zoomIn2d", + "zoomOut2d", + "resetScale2d", + "toggleSpikelines", + "hoverCompareCartesian", + "hoverClosestCartesian" + ], + "plotlyServerURL": "https://plot.ly", + "staticPlot": false, + "toImageButtonOptions": { + "height": null, + "width": null + } + }, + "data": [ + { + "customdata": [ + [ + "
id: observation
prediction: 0.187
lead_time: 0.0

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.187
lead_time: 7.37

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.215
lead_time: 14.74

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.242
lead_time: 22.11

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 29.48

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 36.85

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 44.22

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 51.59

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 58.96

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 66.33

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 73.7

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 81.07000000000001

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 88.44

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 95.81

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 103.18

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 110.55

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 117.92

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 125.29

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 132.66

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 140.03

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 147.4

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 154.77

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 162.14000000000001

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 169.51

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 176.88

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 184.25

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 191.62

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 198.99

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 203.0

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 206.36

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 213.73

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 221.1

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 228.47

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 235.84

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 243.21

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 250.58

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 257.95

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 265.32

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 272.69

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 280.06

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 287.43

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 294.8

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 302.17

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 309.54

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 316.91

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 324.28000000000003

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 331.65

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 339.02

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 346.39

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 353.76

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 361.13

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 368.5

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 375.87

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 383.24

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 390.61

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 397.98

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 405.35

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 412.72

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 420.09000000000003

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 427.46

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 434.83

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 442.2

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 449.57

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 456.94

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 464.31

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 471.68

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 479.05

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 486.42

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 493.79

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 501.16

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 508.53000000000003

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 515.9

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 523.27

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 530.64

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 538.01

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 545.38

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 552.75

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 560.12

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 567.49

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 574.86

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 582.23

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 589.6

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 596.97

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 604.34

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 611.71

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 619.08

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 626.45

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 633.82

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 641.19

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 648.5600000000001

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 655.9300000000001

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 663.3

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 670.67

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 678.04

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 685.41

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 692.78

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 700.15

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 707.52

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 714.89

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 722.26

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 729.63

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 737.0

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "random_forest", + "line": { + "color": "#46bac2", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "random_forest", + "opacity": 1, + "orientation": "v", + "showlegend": true, + "type": "scatter", + "x": [ + 0, + 7.37, + 14.74, + 22.11, + 29.48, + 36.85, + 44.22, + 51.59, + 58.96, + 66.33, + 73.7, + 81.07000000000001, + 88.44, + 95.81, + 103.18, + 110.55, + 117.92, + 125.29, + 132.66, + 140.03, + 147.4, + 154.77, + 162.14000000000001, + 169.51, + 176.88, + 184.25, + 191.62, + 198.99, + 203, + 206.36, + 213.73, + 221.1, + 228.47, + 235.84, + 243.21, + 250.58, + 257.95, + 265.32, + 272.69, + 280.06, + 287.43, + 294.8, + 302.17, + 309.54, + 316.91, + 324.28000000000003, + 331.65, + 339.02, + 346.39, + 353.76, + 361.13, + 368.5, + 375.87, + 383.24, + 390.61, + 397.98, + 405.35, + 412.72, + 420.09000000000003, + 427.46, + 434.83, + 442.2, + 449.57, + 456.94, + 464.31, + 471.68, + 479.05, + 486.42, + 493.79, + 501.16, + 508.53000000000003, + 515.9, + 523.27, + 530.64, + 538.01, + 545.38, + 552.75, + 560.12, + 567.49, + 574.86, + 582.23, + 589.6, + 596.97, + 604.34, + 611.71, + 619.08, + 626.45, + 633.82, + 641.19, + 648.5600000000001, + 655.9300000000001, + 663.3, + 670.67, + 678.04, + 685.41, + 692.78, + 700.15, + 707.52, + 714.89, + 722.26, + 729.63, + 737 + ], + "xaxis": "x3", + "y": [ + 0.18727236460113716, + 0.18727236460113716, + 0.21549213407747508, + 0.2416304201218299, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674 + ], + "yaxis": "y3" + }, + { + "customdata": [ + [ + "
id: observation
prediction: 0.308
children: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 0.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 0.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 0.30000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 0.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 0.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 0.6000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 0.7000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 0.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 0.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 1.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 1.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 1.2000000000000002

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 1.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 1.4000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 1.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 1.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 1.7000000000000002

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 1.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 1.9000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 2.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 2.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 2.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 2.3000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 2.4000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 2.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 2.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 2.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 2.8000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 2.9000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 3.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 3.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 3.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 3.3000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 3.4000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 3.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 3.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 3.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 3.8000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 3.9000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 4.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 4.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 4.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 4.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 4.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 4.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 4.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 4.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 4.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 4.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 5.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 5.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 5.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 5.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 5.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 5.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 5.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 5.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 5.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 5.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 6.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 6.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 6.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 6.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 6.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 6.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 6.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 6.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 6.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 6.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 7.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 7.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 7.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 7.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 7.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 7.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 7.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 7.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 7.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 7.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 8.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 8.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 8.200000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 8.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 8.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 8.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 8.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 8.700000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 8.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 8.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 9.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 9.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 9.200000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 9.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 9.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 9.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 9.600000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 9.700000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 9.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 9.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 10.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "random_forest", + "line": { + "color": "#46bac2", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "random_forest", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 0, + 0.1, + 0.2, + 0.30000000000000004, + 0.4, + 0.5, + 0.6000000000000001, + 0.7000000000000001, + 0.8, + 0.9, + 1, + 1.1, + 1.2000000000000002, + 1.3, + 1.4000000000000001, + 1.5, + 1.6, + 1.7000000000000002, + 1.8, + 1.9000000000000001, + 2, + 2.1, + 2.2, + 2.3000000000000003, + 2.4000000000000004, + 2.5, + 2.6, + 2.7, + 2.8000000000000003, + 2.9000000000000004, + 3, + 3.1, + 3.2, + 3.3000000000000003, + 3.4000000000000004, + 3.5, + 3.6, + 3.7, + 3.8000000000000003, + 3.9000000000000004, + 4, + 4.1000000000000005, + 4.2, + 4.3, + 4.4, + 4.5, + 4.6000000000000005, + 4.7, + 4.800000000000001, + 4.9, + 5, + 5.1000000000000005, + 5.2, + 5.300000000000001, + 5.4, + 5.5, + 5.6000000000000005, + 5.7, + 5.800000000000001, + 5.9, + 6, + 6.1000000000000005, + 6.2, + 6.300000000000001, + 6.4, + 6.5, + 6.6000000000000005, + 6.7, + 6.800000000000001, + 6.9, + 7, + 7.1000000000000005, + 7.2, + 7.300000000000001, + 7.4, + 7.5, + 7.6000000000000005, + 7.7, + 7.800000000000001, + 7.9, + 8, + 8.1, + 8.200000000000001, + 8.3, + 8.4, + 8.5, + 8.6, + 8.700000000000001, + 8.8, + 8.9, + 9, + 9.1, + 9.200000000000001, + 9.3, + 9.4, + 9.5, + 9.600000000000001, + 9.700000000000001, + 9.8, + 9.9, + 10 + ], + "xaxis": "x4", + "y": [ + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3075058550190946, + 0.3075058550190946, + 0.3075058550190946, + 0.3075058550190946, + 0.3075058550190946, + 0.3075058550190946, + 0.3075058550190946, + 0.3075058550190946, + 0.3075058550190946, + 0.3075058550190946, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774 + ], + "yaxis": "y4" + }, + { + "customdata": [ + [ + "
id: observation
prediction: 0.308
babies: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
babies: 0.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
babies: 0.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
babies: 0.30000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
babies: 0.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
babies: 0.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 0.6000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 0.7000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 0.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 0.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 1.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 1.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 1.2000000000000002

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 1.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 1.4000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 1.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 1.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 1.7000000000000002

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 1.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 1.9000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 2.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 2.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 2.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 2.3000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 2.4000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 2.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 2.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 2.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 2.8000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 2.9000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 3.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 3.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 3.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 3.3000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 3.4000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 3.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 3.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 3.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 3.8000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 3.9000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 4.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 4.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 4.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 4.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 4.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 4.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 4.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 4.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 4.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 4.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 5.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 5.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 5.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 5.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 5.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 5.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 5.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 5.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 5.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 5.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 6.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 6.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 6.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 6.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 6.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 6.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 6.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 6.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 6.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 6.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 7.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 7.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 7.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 7.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 7.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 7.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 7.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 7.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 7.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 7.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 8.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 8.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 8.200000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 8.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 8.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 8.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 8.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 8.700000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 8.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 8.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 9.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 9.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 9.200000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 9.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 9.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 9.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 9.600000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 9.700000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 9.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 9.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 10.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "random_forest", + "line": { + "color": "#46bac2", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "random_forest", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 0, + 0.1, + 0.2, + 0.30000000000000004, + 0.4, + 0.5, + 0.6000000000000001, + 0.7000000000000001, + 0.8, + 0.9, + 1, + 1.1, + 1.2000000000000002, + 1.3, + 1.4000000000000001, + 1.5, + 1.6, + 1.7000000000000002, + 1.8, + 1.9000000000000001, + 2, + 2.1, + 2.2, + 2.3000000000000003, + 2.4000000000000004, + 2.5, + 2.6, + 2.7, + 2.8000000000000003, + 2.9000000000000004, + 3, + 3.1, + 3.2, + 3.3000000000000003, + 3.4000000000000004, + 3.5, + 3.6, + 3.7, + 3.8000000000000003, + 3.9000000000000004, + 4, + 4.1000000000000005, + 4.2, + 4.3, + 4.4, + 4.5, + 4.6000000000000005, + 4.7, + 4.800000000000001, + 4.9, + 5, + 5.1000000000000005, + 5.2, + 5.300000000000001, + 5.4, + 5.5, + 5.6000000000000005, + 5.7, + 5.800000000000001, + 5.9, + 6, + 6.1000000000000005, + 6.2, + 6.300000000000001, + 6.4, + 6.5, + 6.6000000000000005, + 6.7, + 6.800000000000001, + 6.9, + 7, + 7.1000000000000005, + 7.2, + 7.300000000000001, + 7.4, + 7.5, + 7.6000000000000005, + 7.7, + 7.800000000000001, + 7.9, + 8, + 8.1, + 8.200000000000001, + 8.3, + 8.4, + 8.5, + 8.6, + 8.700000000000001, + 8.8, + 8.9, + 9, + 9.1, + 9.200000000000001, + 9.3, + 9.4, + 9.5, + 9.600000000000001, + 9.700000000000001, + 9.8, + 9.9, + 10 + ], + "xaxis": "x", + "y": [ + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599 + ], + "yaxis": "y" + }, + { + "customdata": [ + [ + "
id: observation
prediction: 0.429
booking_changes: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.429
booking_changes: 0.21

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.429
booking_changes: 0.42

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.304
booking_changes: 0.63

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.304
booking_changes: 0.84

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.304
booking_changes: 1.05

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.304
booking_changes: 1.26

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.304
booking_changes: 1.47

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 1.68

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 1.89

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 2.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 2.31

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 2.52

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 2.73

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 2.94

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 3.15

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 3.36

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 3.57

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 3.78

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 3.9899999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 4.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 4.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 4.41

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 4.62

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 4.83

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 5.04

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 5.25

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 5.46

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 5.67

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 5.88

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 6.09

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 6.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 6.51

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 6.72

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 6.93

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 7.14

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 7.35

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 7.56

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 7.77

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 7.9799999999999995

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 8.19

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 8.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 8.61

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 8.82

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 9.03

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 9.24

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 9.45

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 9.66

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 9.87

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 10.08

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 10.29

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 10.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 10.709999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 10.92

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 11.129999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 11.34

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 11.549999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 11.76

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 11.969999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 12.18

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 12.389999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 12.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 12.809999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 13.02

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 13.229999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 13.44

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 13.65

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 13.86

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 14.07

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 14.28

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 14.49

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 14.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 14.91

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 15.12

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 15.33

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 15.54

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 15.75

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 15.959999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 16.169999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 16.38

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 16.59

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 16.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 17.009999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 17.22

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 17.43

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 17.64

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 17.849999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 18.06

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 18.27

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 18.48

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 18.689999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 18.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 19.11

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 19.32

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 19.529999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 19.74

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 19.95

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 20.16

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 20.37

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 20.58

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 20.79

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 21.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "random_forest", + "line": { + "color": "#46bac2", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "random_forest", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 0, + 0.21, + 0.42, + 0.63, + 0.84, + 1.05, + 1.26, + 1.47, + 1.68, + 1.89, + 2.1, + 2.31, + 2.52, + 2.73, + 2.94, + 3.15, + 3.36, + 3.57, + 3.78, + 3.9899999999999998, + 4, + 4.2, + 4.41, + 4.62, + 4.83, + 5.04, + 5.25, + 5.46, + 5.67, + 5.88, + 6.09, + 6.3, + 6.51, + 6.72, + 6.93, + 7.14, + 7.35, + 7.56, + 7.77, + 7.9799999999999995, + 8.19, + 8.4, + 8.61, + 8.82, + 9.03, + 9.24, + 9.45, + 9.66, + 9.87, + 10.08, + 10.29, + 10.5, + 10.709999999999999, + 10.92, + 11.129999999999999, + 11.34, + 11.549999999999999, + 11.76, + 11.969999999999999, + 12.18, + 12.389999999999999, + 12.6, + 12.809999999999999, + 13.02, + 13.229999999999999, + 13.44, + 13.65, + 13.86, + 14.07, + 14.28, + 14.49, + 14.7, + 14.91, + 15.12, + 15.33, + 15.54, + 15.75, + 15.959999999999999, + 16.169999999999998, + 16.38, + 16.59, + 16.8, + 17.009999999999998, + 17.22, + 17.43, + 17.64, + 17.849999999999998, + 18.06, + 18.27, + 18.48, + 18.689999999999998, + 18.9, + 19.11, + 19.32, + 19.529999999999998, + 19.74, + 19.95, + 20.16, + 20.37, + 20.58, + 20.79, + 21 + ], + "xaxis": "x2", + "y": [ + 0.42943462250390285, + 0.42943462250390285, + 0.42943462250390285, + 0.3041444900516478, + 0.3041444900516478, + 0.3041444900516478, + 0.3041444900516478, + 0.3041444900516478, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798 + ], + "yaxis": "y2" + }, + { + "customdata": [ + [ + "
id: observation
prediction: 0.308
lead_time: 203.0

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "", + "marker": { + "color": "#371ea3", + "size": 10, + "symbol": "circle" + }, + "mode": "markers", + "name": "", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 203 + ], + "xaxis": "x3", + "y": [ + 0.3079200979422798 + ], + "yaxis": "y3" + }, + { + "customdata": [ + [ + "
id: observation
prediction: 0.308
children: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "", + "marker": { + "color": "#371ea3", + "size": 10, + "symbol": "circle" + }, + "mode": "markers", + "name": "", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 0 + ], + "xaxis": "x4", + "y": [ + 0.3079200979422798 + ], + "yaxis": "y4" + }, + { + "customdata": [ + [ + "
id: observation
prediction: 0.308
babies: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "", + "marker": { + "color": "#371ea3", + "size": 10, + "symbol": "circle" + }, + "mode": "markers", + "name": "", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 0 + ], + "xaxis": "x", + "y": [ + 0.3079200979422798 + ], + "yaxis": "y" + }, + { + "customdata": [ + [ + "
id: observation
prediction: 0.308
booking_changes: 4.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "", + "marker": { + "color": "#371ea3", + "size": 10, + "symbol": "circle" + }, + "mode": "markers", + "name": "", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 4 + ], + "xaxis": "x2", + "y": [ + 0.3079200979422798 + ], + "yaxis": "y2" + } + ], + "layout": { + "annotations": [ + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "babies", + "x": 0.2375, + "xanchor": "center", + "xref": "paper", + "y": 0.425, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "booking_changes", + "x": 0.7625, + "xanchor": "center", + "xref": "paper", + "y": 0.425, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "lead_time", + "x": 0.2375, + "xanchor": "center", + "xref": "paper", + "y": 1, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "children", + "x": 0.7625, + "xanchor": "center", + "xref": "paper", + "y": 1, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "prediction", + "textangle": -90, + "x": -0.07, + "xref": "paper", + "y": 0.5, + "yref": "paper" + } + ], + "font": { + "color": "#371ea3" + }, + "height": 829, + "hoverlabel": { + "bgcolor": "rgba(0,0,0,0.8)" + }, + "hovermode": "closest", + "legend": { + "font": { + "size": 11 + }, + "itemsizing": "constant", + "orientation": "h", + "title": { + "font": { + "size": 12 + }, + "text": "label" + }, + "tracegroupgap": 0, + "x": 1, + "xanchor": "right", + "y": 1.0361881785283473, + "yanchor": "bottom" + }, + "margin": { + "b": 71, + "r": 30, + "t": 78 + }, + "template": { + "data": { + "scatter": [ + { + "type": "scatter" + } + ] + } + }, + "title": { + "font": { + "size": 16 + }, + "text": "Ceteris Paribus Profiles", + "x": 0.15 + }, + "xaxis": { + "anchor": "y", + "automargin": true, + "domain": [ + 0, + 0.475 + ], + "fixedrange": true, + "gridwidth": 2, + "showticklabels": true, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "xaxis2": { + "anchor": "y2", + "automargin": true, + "domain": [ + 0.525, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "showticklabels": true, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "xaxis3": { + "anchor": "y3", + "automargin": true, + "domain": [ + 0, + 0.475 + ], + "fixedrange": true, + "gridwidth": 2, + "showticklabels": true, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "xaxis4": { + "anchor": "y4", + "automargin": true, + "domain": [ + 0.525, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "showticklabels": true, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "yaxis": { + "anchor": "x", + "automargin": true, + "domain": [ + 0, + 0.425 + ], + "fixedrange": true, + "gridwidth": 2, + "range": [ + 0.1630561388108606, + 0.4536508482941794 + ], + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "yaxis2": { + "anchor": "x2", + "automargin": true, + "domain": [ + 0, + 0.425 + ], + "fixedrange": true, + "gridwidth": 2, + "matches": "y", + "range": [ + 0.1630561388108606, + 0.4536508482941794 + ], + "showticklabels": false, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "yaxis3": { + "anchor": "x3", + "automargin": true, + "domain": [ + 0.575, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "matches": "y", + "range": [ + 0.1630561388108606, + 0.4536508482941794 + ], + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "yaxis4": { + "anchor": "x4", + "automargin": true, + "domain": [ + 0.575, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "matches": "y", + "range": [ + 0.1630561388108606, + 0.4536508482941794 + ], + "showticklabels": false, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + } + } + }, + "text/html": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "forest_profile = exp_forest.predict_profile(new_observation = observation)\n", + "\n", + "# plot Ceteris Paribus profile\n", + "forest_profile.plot(variables = ['lead_time', 'children', 'babies', 'booking_changes'])" + ] + }, + { + "cell_type": "markdown", + "id": "1ab43cb0", + "metadata": {}, + "source": [ + "## AdaBoost" + ] + }, + { + "cell_type": "code", + "execution_count": 57, + "id": "012d4228", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "AdaBoostClassifier(n_estimators=100, random_state=0)" + ] + }, + "execution_count": 57, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "adaboost = AdaBoostClassifier(n_estimators=100, random_state=0)\n", + "adaboost.fit(X_train, y_train)" + ] + }, + { + "cell_type": "code", + "execution_count": 58, + "id": "90d65991", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "array([0], dtype=int64)" + ] + }, + "execution_count": 58, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "adaboost.predict(observation) # prediction" + ] + }, + { + "cell_type": "code", + "execution_count": 60, + "id": "8581e12b", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Preparation of a new explainer is initiated\n", + "\n", + " -> data : 107447 rows 6 cols\n", + " -> target variable : Parameter 'y' was a pandas.DataFrame. Converted to a numpy.ndarray.\n", + " -> target variable : 107447 values\n", + " -> model_class : sklearn.ensemble._forest.RandomForestClassifier (default)\n", + " -> label : adaboost\n", + " -> predict function : will be used (default)\n", + " -> predict function : Accepts pandas.DataFrame and numpy.ndarray.\n", + " -> predicted values : min = 0.139, mean = 0.37, max = 0.45\n", + " -> model type : classification will be used (default)\n", + " -> residual function : difference between y and yhat (default)\n", + " -> residuals : min = -0.45, mean = -3.51e-05, max = 0.861\n", + " -> model_info : package sklearn\n", + "\n", + "A new explainer has been created!\n" + ] + } + ], + "source": [ + "exp_adaboost = dx.Explainer(forest, X_train, y_train, label='adaboost')" + ] + }, + { + "cell_type": "code", + "execution_count": 61, + "id": "b7b3d7cd", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Calculating ceteris paribus: 100%|███████████████████████████████████████████████████████| 6/6 [00:00<00:00, 65.07it/s]\n" + ] + }, + { + "data": { + "application/vnd.plotly.v1+json": { + "config": { + "displaylogo": false, + "modeBarButtonsToRemove": [ + "sendDataToCloud", + "lasso2d", + "autoScale2d", + "select2d", + "zoom2d", + "pan2d", + "zoomIn2d", + "zoomOut2d", + "resetScale2d", + "toggleSpikelines", + "hoverCompareCartesian", + "hoverClosestCartesian" + ], + "plotlyServerURL": "https://plot.ly", + "staticPlot": false, + "toImageButtonOptions": { + "height": null, + "width": null + } + }, + "data": [ + { + "customdata": [ + [ + "
id: observation
prediction: 0.187
lead_time: 0.0

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.187
lead_time: 7.37

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.215
lead_time: 14.74

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.242
lead_time: 22.11

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 29.48

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 36.85

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 44.22

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 51.59

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 58.96

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 66.33

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 73.7

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 81.07000000000001

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 88.44

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 95.81

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 103.18

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 110.55

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 117.92

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 125.29

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 132.66

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 140.03

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 147.4

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 154.77

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 162.14000000000001

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 169.51

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 176.88

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 184.25

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 191.62

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 198.99

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 203.0

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 206.36

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 213.73

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 221.1

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 228.47

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 235.84

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 243.21

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
lead_time: 250.58

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 257.95

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 265.32

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 272.69

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 280.06

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 287.43

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 294.8

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 302.17

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 309.54

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 316.91

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 324.28000000000003

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 331.65

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 339.02

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 346.39

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 353.76

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 361.13

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 368.5

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 375.87

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 383.24

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 390.61

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 397.98

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 405.35

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 412.72

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 420.09000000000003

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 427.46

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 434.83

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 442.2

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 449.57

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 456.94

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 464.31

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 471.68

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 479.05

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 486.42

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 493.79

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 501.16

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 508.53000000000003

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 515.9

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 523.27

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 530.64

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 538.01

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 545.38

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 552.75

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 560.12

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 567.49

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 574.86

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 582.23

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 589.6

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 596.97

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 604.34

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 611.71

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 619.08

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 626.45

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 633.82

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 641.19

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 648.5600000000001

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 655.9300000000001

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 663.3

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 670.67

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 678.04

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 685.41

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 692.78

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 700.15

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 707.52

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 714.89

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 722.26

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 729.63

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.321
lead_time: 737.0

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "adaboost", + "line": { + "color": "#46bac2", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "adaboost", + "opacity": 1, + "orientation": "v", + "showlegend": true, + "type": "scatter", + "x": [ + 0, + 7.37, + 14.74, + 22.11, + 29.48, + 36.85, + 44.22, + 51.59, + 58.96, + 66.33, + 73.7, + 81.07000000000001, + 88.44, + 95.81, + 103.18, + 110.55, + 117.92, + 125.29, + 132.66, + 140.03, + 147.4, + 154.77, + 162.14000000000001, + 169.51, + 176.88, + 184.25, + 191.62, + 198.99, + 203, + 206.36, + 213.73, + 221.1, + 228.47, + 235.84, + 243.21, + 250.58, + 257.95, + 265.32, + 272.69, + 280.06, + 287.43, + 294.8, + 302.17, + 309.54, + 316.91, + 324.28000000000003, + 331.65, + 339.02, + 346.39, + 353.76, + 361.13, + 368.5, + 375.87, + 383.24, + 390.61, + 397.98, + 405.35, + 412.72, + 420.09000000000003, + 427.46, + 434.83, + 442.2, + 449.57, + 456.94, + 464.31, + 471.68, + 479.05, + 486.42, + 493.79, + 501.16, + 508.53000000000003, + 515.9, + 523.27, + 530.64, + 538.01, + 545.38, + 552.75, + 560.12, + 567.49, + 574.86, + 582.23, + 589.6, + 596.97, + 604.34, + 611.71, + 619.08, + 626.45, + 633.82, + 641.19, + 648.5600000000001, + 655.9300000000001, + 663.3, + 670.67, + 678.04, + 685.41, + 692.78, + 700.15, + 707.52, + 714.89, + 722.26, + 729.63, + 737 + ], + "xaxis": "x3", + "y": [ + 0.18727236460113716, + 0.18727236460113716, + 0.21549213407747508, + 0.2416304201218299, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674, + 0.3208765601120674 + ], + "yaxis": "y3" + }, + { + "customdata": [ + [ + "
id: observation
prediction: 0.308
children: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 0.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 0.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 0.30000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 0.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 0.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 0.6000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 0.7000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 0.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 0.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 1.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 1.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 1.2000000000000002

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 1.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 1.4000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
children: 1.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 1.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 1.7000000000000002

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 1.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 1.9000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 2.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 2.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 2.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 2.3000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 2.4000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 2.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 2.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 2.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 2.8000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 2.9000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 3.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 3.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 3.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 3.3000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 3.4000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 3.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 3.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 3.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 3.8000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 3.9000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 4.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 4.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 4.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 4.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 4.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 4.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 4.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 4.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 4.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 4.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 5.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 5.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 5.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 5.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 5.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 5.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 5.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 5.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 5.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 5.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 6.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 6.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 6.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 6.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 6.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 6.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 6.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 6.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 6.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 6.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 7.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 7.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 7.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 7.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 7.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 7.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 7.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 7.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 7.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 7.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 8.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 8.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 8.200000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 8.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 8.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 8.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 8.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 8.700000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 8.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 8.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 9.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 9.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 9.200000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 9.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 9.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 9.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 9.600000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 9.700000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 9.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 9.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.313
children: 10.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "adaboost", + "line": { + "color": "#46bac2", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "adaboost", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 0, + 0.1, + 0.2, + 0.30000000000000004, + 0.4, + 0.5, + 0.6000000000000001, + 0.7000000000000001, + 0.8, + 0.9, + 1, + 1.1, + 1.2000000000000002, + 1.3, + 1.4000000000000001, + 1.5, + 1.6, + 1.7000000000000002, + 1.8, + 1.9000000000000001, + 2, + 2.1, + 2.2, + 2.3000000000000003, + 2.4000000000000004, + 2.5, + 2.6, + 2.7, + 2.8000000000000003, + 2.9000000000000004, + 3, + 3.1, + 3.2, + 3.3000000000000003, + 3.4000000000000004, + 3.5, + 3.6, + 3.7, + 3.8000000000000003, + 3.9000000000000004, + 4, + 4.1000000000000005, + 4.2, + 4.3, + 4.4, + 4.5, + 4.6000000000000005, + 4.7, + 4.800000000000001, + 4.9, + 5, + 5.1000000000000005, + 5.2, + 5.300000000000001, + 5.4, + 5.5, + 5.6000000000000005, + 5.7, + 5.800000000000001, + 5.9, + 6, + 6.1000000000000005, + 6.2, + 6.300000000000001, + 6.4, + 6.5, + 6.6000000000000005, + 6.7, + 6.800000000000001, + 6.9, + 7, + 7.1000000000000005, + 7.2, + 7.300000000000001, + 7.4, + 7.5, + 7.6000000000000005, + 7.7, + 7.800000000000001, + 7.9, + 8, + 8.1, + 8.200000000000001, + 8.3, + 8.4, + 8.5, + 8.6, + 8.700000000000001, + 8.8, + 8.9, + 9, + 9.1, + 9.200000000000001, + 9.3, + 9.4, + 9.5, + 9.600000000000001, + 9.700000000000001, + 9.8, + 9.9, + 10 + ], + "xaxis": "x4", + "y": [ + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3075058550190946, + 0.3075058550190946, + 0.3075058550190946, + 0.3075058550190946, + 0.3075058550190946, + 0.3075058550190946, + 0.3075058550190946, + 0.3075058550190946, + 0.3075058550190946, + 0.3075058550190946, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774, + 0.31314267897598774 + ], + "yaxis": "y4" + }, + { + "customdata": [ + [ + "
id: observation
prediction: 0.308
babies: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
babies: 0.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
babies: 0.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
babies: 0.30000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
babies: 0.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
babies: 0.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 0.6000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 0.7000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 0.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 0.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 1.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 1.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 1.2000000000000002

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 1.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 1.4000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 1.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 1.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 1.7000000000000002

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 1.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 1.9000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 2.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 2.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 2.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 2.3000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 2.4000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 2.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 2.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 2.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 2.8000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 2.9000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 3.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 3.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 3.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 3.3000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 3.4000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 3.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 3.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 3.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 3.8000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 3.9000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 4.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 4.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 4.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 4.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 4.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 4.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 4.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 4.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 4.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 4.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 5.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 5.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 5.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 5.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 5.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 5.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 5.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 5.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 5.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 5.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 6.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 6.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 6.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 6.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 6.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 6.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 6.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 6.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 6.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 6.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 7.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 7.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 7.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 7.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 7.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 7.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 7.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 7.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 7.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 7.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 8.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 8.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 8.200000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 8.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 8.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 8.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 8.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 8.700000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 8.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 8.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 9.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 9.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 9.200000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 9.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 9.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 9.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 9.600000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 9.700000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 9.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 9.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.262
babies: 10.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "adaboost", + "line": { + "color": "#46bac2", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "adaboost", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 0, + 0.1, + 0.2, + 0.30000000000000004, + 0.4, + 0.5, + 0.6000000000000001, + 0.7000000000000001, + 0.8, + 0.9, + 1, + 1.1, + 1.2000000000000002, + 1.3, + 1.4000000000000001, + 1.5, + 1.6, + 1.7000000000000002, + 1.8, + 1.9000000000000001, + 2, + 2.1, + 2.2, + 2.3000000000000003, + 2.4000000000000004, + 2.5, + 2.6, + 2.7, + 2.8000000000000003, + 2.9000000000000004, + 3, + 3.1, + 3.2, + 3.3000000000000003, + 3.4000000000000004, + 3.5, + 3.6, + 3.7, + 3.8000000000000003, + 3.9000000000000004, + 4, + 4.1000000000000005, + 4.2, + 4.3, + 4.4, + 4.5, + 4.6000000000000005, + 4.7, + 4.800000000000001, + 4.9, + 5, + 5.1000000000000005, + 5.2, + 5.300000000000001, + 5.4, + 5.5, + 5.6000000000000005, + 5.7, + 5.800000000000001, + 5.9, + 6, + 6.1000000000000005, + 6.2, + 6.300000000000001, + 6.4, + 6.5, + 6.6000000000000005, + 6.7, + 6.800000000000001, + 6.9, + 7, + 7.1000000000000005, + 7.2, + 7.300000000000001, + 7.4, + 7.5, + 7.6000000000000005, + 7.7, + 7.800000000000001, + 7.9, + 8, + 8.1, + 8.200000000000001, + 8.3, + 8.4, + 8.5, + 8.6, + 8.700000000000001, + 8.8, + 8.9, + 9, + 9.1, + 9.200000000000001, + 9.3, + 9.4, + 9.5, + 9.600000000000001, + 9.700000000000001, + 9.8, + 9.9, + 10 + ], + "xaxis": "x", + "y": [ + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599, + 0.262131500212599 + ], + "yaxis": "y" + }, + { + "customdata": [ + [ + "
id: observation
prediction: 0.429
booking_changes: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.429
booking_changes: 0.21

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.429
booking_changes: 0.42

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.304
booking_changes: 0.63

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.304
booking_changes: 0.84

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.304
booking_changes: 1.05

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.304
booking_changes: 1.26

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.304
booking_changes: 1.47

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 1.68

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 1.89

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 2.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 2.31

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 2.52

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 2.73

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 2.94

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 3.15

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 3.36

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 3.57

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 3.78

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 3.9899999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 4.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 4.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 4.41

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 4.62

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 4.83

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 5.04

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 5.25

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 5.46

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 5.67

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 5.88

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 6.09

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 6.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 6.51

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 6.72

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 6.93

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 7.14

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 7.35

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 7.56

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 7.77

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 7.9799999999999995

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 8.19

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 8.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 8.61

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 8.82

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 9.03

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 9.24

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 9.45

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 9.66

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 9.87

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 10.08

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 10.29

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 10.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 10.709999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 10.92

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 11.129999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 11.34

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 11.549999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 11.76

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 11.969999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 12.18

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 12.389999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 12.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 12.809999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 13.02

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 13.229999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 13.44

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 13.65

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 13.86

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 14.07

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 14.28

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 14.49

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 14.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 14.91

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 15.12

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 15.33

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 15.54

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 15.75

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 15.959999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 16.169999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 16.38

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 16.59

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 16.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 17.009999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 17.22

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 17.43

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 17.64

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 17.849999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 18.06

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 18.27

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 18.48

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 18.689999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 18.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 19.11

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 19.32

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 19.529999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 19.74

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 19.95

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 20.16

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 20.37

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 20.58

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 20.79

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ], + [ + "
id: observation
prediction: 0.308
booking_changes: 21.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "adaboost", + "line": { + "color": "#46bac2", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "adaboost", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 0, + 0.21, + 0.42, + 0.63, + 0.84, + 1.05, + 1.26, + 1.47, + 1.68, + 1.89, + 2.1, + 2.31, + 2.52, + 2.73, + 2.94, + 3.15, + 3.36, + 3.57, + 3.78, + 3.9899999999999998, + 4, + 4.2, + 4.41, + 4.62, + 4.83, + 5.04, + 5.25, + 5.46, + 5.67, + 5.88, + 6.09, + 6.3, + 6.51, + 6.72, + 6.93, + 7.14, + 7.35, + 7.56, + 7.77, + 7.9799999999999995, + 8.19, + 8.4, + 8.61, + 8.82, + 9.03, + 9.24, + 9.45, + 9.66, + 9.87, + 10.08, + 10.29, + 10.5, + 10.709999999999999, + 10.92, + 11.129999999999999, + 11.34, + 11.549999999999999, + 11.76, + 11.969999999999999, + 12.18, + 12.389999999999999, + 12.6, + 12.809999999999999, + 13.02, + 13.229999999999999, + 13.44, + 13.65, + 13.86, + 14.07, + 14.28, + 14.49, + 14.7, + 14.91, + 15.12, + 15.33, + 15.54, + 15.75, + 15.959999999999999, + 16.169999999999998, + 16.38, + 16.59, + 16.8, + 17.009999999999998, + 17.22, + 17.43, + 17.64, + 17.849999999999998, + 18.06, + 18.27, + 18.48, + 18.689999999999998, + 18.9, + 19.11, + 19.32, + 19.529999999999998, + 19.74, + 19.95, + 20.16, + 20.37, + 20.58, + 20.79, + 21 + ], + "xaxis": "x2", + "y": [ + 0.42943462250390285, + 0.42943462250390285, + 0.42943462250390285, + 0.3041444900516478, + 0.3041444900516478, + 0.3041444900516478, + 0.3041444900516478, + 0.3041444900516478, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798, + 0.3079200979422798 + ], + "yaxis": "y2" + }, + { + "customdata": [ + [ + "
id: observation
prediction: 0.308
lead_time: 203.0

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "", + "marker": { + "color": "#371ea3", + "size": 10, + "symbol": "circle" + }, + "mode": "markers", + "name": "", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 203 + ], + "xaxis": "x3", + "y": [ + 0.3079200979422798 + ], + "yaxis": "y3" + }, + { + "customdata": [ + [ + "
id: observation
prediction: 0.308
children: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "", + "marker": { + "color": "#371ea3", + "size": 10, + "symbol": "circle" + }, + "mode": "markers", + "name": "", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 0 + ], + "xaxis": "x4", + "y": [ + 0.3079200979422798 + ], + "yaxis": "y4" + }, + { + "customdata": [ + [ + "
id: observation
prediction: 0.308
babies: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3079200979422798
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "", + "marker": { + "color": "#371ea3", + "size": 10, + "symbol": "circle" + }, + "mode": "markers", + "name": "", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 0 + ], + "xaxis": "x", + "y": [ + 0.3079200979422798 + ], + "yaxis": "y" + }, + { + "customdata": [ + [ + "
id: observation
prediction: 0.308
booking_changes: 4.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3079200979422798
" + ] + ], + "hovertemplate": "%{customdata[0]}", + "legendgroup": "", + "marker": { + "color": "#371ea3", + "size": 10, + "symbol": "circle" + }, + "mode": "markers", + "name": "", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 4 + ], + "xaxis": "x2", + "y": [ + 0.3079200979422798 + ], + "yaxis": "y2" + } + ], + "layout": { + "annotations": [ + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "babies", + "x": 0.2375, + "xanchor": "center", + "xref": "paper", + "y": 0.425, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "booking_changes", + "x": 0.7625, + "xanchor": "center", + "xref": "paper", + "y": 0.425, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "lead_time", + "x": 0.2375, + "xanchor": "center", + "xref": "paper", + "y": 1, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "children", + "x": 0.7625, + "xanchor": "center", + "xref": "paper", + "y": 1, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "prediction", + "textangle": -90, + "x": -0.07, + "xref": "paper", + "y": 0.5, + "yref": "paper" + } + ], + "font": { + "color": "#371ea3" + }, + "height": 829, + "hoverlabel": { + "bgcolor": "rgba(0,0,0,0.8)" + }, + "hovermode": "closest", + "legend": { + "font": { + "size": 11 + }, + "itemsizing": "constant", + "orientation": "h", + "title": { + "font": { + "size": 12 + }, + "text": "label" + }, + "tracegroupgap": 0, + "x": 1, + "xanchor": "right", + "y": 1.0361881785283473, + "yanchor": "bottom" + }, + "margin": { + "b": 71, + "r": 30, + "t": 78 + }, + "template": { + "data": { + "scatter": [ + { + "type": "scatter" + } + ] + } + }, + "title": { + "font": { + "size": 16 + }, + "text": "Ceteris Paribus Profiles", + "x": 0.15 + }, + "xaxis": { + "anchor": "y", + "automargin": true, + "domain": [ + 0, + 0.475 + ], + "fixedrange": true, + "gridwidth": 2, + "showticklabels": true, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "xaxis2": { + "anchor": "y2", + "automargin": true, + "domain": [ + 0.525, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "showticklabels": true, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "xaxis3": { + "anchor": "y3", + "automargin": true, + "domain": [ + 0, + 0.475 + ], + "fixedrange": true, + "gridwidth": 2, + "showticklabels": true, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "xaxis4": { + "anchor": "y4", + "automargin": true, + "domain": [ + 0.525, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "showticklabels": true, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "yaxis": { + "anchor": "x", + "automargin": true, + "domain": [ + 0, + 0.425 + ], + "fixedrange": true, + "gridwidth": 2, + "range": [ + 0.1630561388108606, + 0.4536508482941794 + ], + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "yaxis2": { + "anchor": "x2", + "automargin": true, + "domain": [ + 0, + 0.425 + ], + "fixedrange": true, + "gridwidth": 2, + "matches": "y", + "range": [ + 0.1630561388108606, + 0.4536508482941794 + ], + "showticklabels": false, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "yaxis3": { + "anchor": "x3", + "automargin": true, + "domain": [ + 0.575, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "matches": "y", + "range": [ + 0.1630561388108606, + 0.4536508482941794 + ], + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "yaxis4": { + "anchor": "x4", + "automargin": true, + "domain": [ + 0.575, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "matches": "y", + "range": [ + 0.1630561388108606, + 0.4536508482941794 + ], + "showticklabels": false, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + } + } + }, + "text/html": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "adaboost_profile = exp_adaboost.predict_profile(new_observation = observation)\n", + "\n", + "# plot Ceteris Paribus profile\n", + "adaboost_profile.plot(variables = ['lead_time', 'children', 'babies', 'booking_changes'])" + ] + }, + { + "cell_type": "markdown", + "id": "564cf979", + "metadata": {}, + "source": [ + "## Summary" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.5" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} From 86f511b75ce078995af22486d3397303cd19455c Mon Sep 17 00:00:00 2001 From: Yevhenii Vinichenko <56126336+gekas145@users.noreply.github.com> Date: Sun, 24 Apr 2022 13:26:55 +0200 Subject: [PATCH 12/19] continue hw3 --- .../Vinichenko_Yevhenii/hw3.ipynb | 51 ++++++++++--------- 1 file changed, 27 insertions(+), 24 deletions(-) diff --git a/Homeworks/Homework-III/Vinichenko_Yevhenii/hw3.ipynb b/Homeworks/Homework-III/Vinichenko_Yevhenii/hw3.ipynb index 1be4032..a0f79eb 100644 --- a/Homeworks/Homework-III/Vinichenko_Yevhenii/hw3.ipynb +++ b/Homeworks/Homework-III/Vinichenko_Yevhenii/hw3.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "7d1f83fb", + "id": "32943634", "metadata": {}, "source": [ "# Homework 3" @@ -32,7 +32,7 @@ { "cell_type": "code", "execution_count": 2, - "id": "a159c137", + "id": "a4bbee01", "metadata": {}, "outputs": [ { @@ -264,7 +264,7 @@ { "cell_type": "code", "execution_count": 3, - "id": "6217a48a", + "id": "63d0d431", "metadata": {}, "outputs": [], "source": [ @@ -278,7 +278,7 @@ { "cell_type": "code", "execution_count": 44, - "id": "cf150f24", + "id": "44236deb", "metadata": {}, "outputs": [], "source": [ @@ -293,7 +293,7 @@ }, { "cell_type": "markdown", - "id": "712244ba", + "id": "6b8dec29", "metadata": {}, "source": [ "## Neural network" @@ -302,7 +302,7 @@ { "cell_type": "code", "execution_count": 36, - "id": "c8280c1f", + "id": "7cef326d", "metadata": {}, "outputs": [], "source": [ @@ -319,7 +319,7 @@ { "cell_type": "code", "execution_count": 39, - "id": "c681fd88", + "id": "c96f2a6a", "metadata": {}, "outputs": [], "source": [ @@ -332,7 +332,7 @@ { "cell_type": "code", "execution_count": 40, - "id": "f565d51b", + "id": "d9dbbead", "metadata": { "scrolled": true }, @@ -673,7 +673,7 @@ { "cell_type": "code", "execution_count": 41, - "id": "5aac73ca", + "id": "1ee168cf", "metadata": {}, "outputs": [ { @@ -701,7 +701,7 @@ { "cell_type": "code", "execution_count": 53, - "id": "11ac9eff", + "id": "250e88d1", "metadata": {}, "outputs": [ { @@ -722,7 +722,7 @@ { "cell_type": "code", "execution_count": 43, - "id": "329147b0", + "id": "d8746699", "metadata": {}, "outputs": [ { @@ -755,7 +755,7 @@ { "cell_type": "code", "execution_count": 50, - "id": "d2ec3266", + "id": "619adfb5", "metadata": {}, "outputs": [ { @@ -3360,12 +3360,15 @@ "nn_profile = exp_nn.predict_profile(new_observation = observation)\n", "\n", "# plot Ceteris Paribus profile\n", - "nn_profile.plot(variables = ['lead_time', 'children', 'babies', 'booking_changes'])" + "nn_profile.plot(variables = ['lead_time', 'children', 'babies', 'booking_changes'])\n", + "# in this model chidren and babies variables did not matter at all\n", + "# bigger lead time(>81 days) increased probability of cancelation\n", + "# alternatively bigger number of booking changes decreased chances of clients not coming" ] }, { "cell_type": "markdown", - "id": "a3ec9fb5", + "id": "8b662400", "metadata": {}, "source": [ "## Random forest" @@ -3374,7 +3377,7 @@ { "cell_type": "code", "execution_count": 51, - "id": "6f4d0fff", + "id": "49ec6fd7", "metadata": {}, "outputs": [ { @@ -3396,7 +3399,7 @@ { "cell_type": "code", "execution_count": 52, - "id": "e32a3415", + "id": "5556472f", "metadata": {}, "outputs": [ { @@ -3417,7 +3420,7 @@ { "cell_type": "code", "execution_count": 54, - "id": "f1e3955f", + "id": "fd445b41", "metadata": {}, "outputs": [ { @@ -3450,7 +3453,7 @@ { "cell_type": "code", "execution_count": 55, - "id": "e062541f", + "id": "26a126e8", "metadata": {}, "outputs": [ { @@ -6060,7 +6063,7 @@ }, { "cell_type": "markdown", - "id": "1ab43cb0", + "id": "7848e30c", "metadata": {}, "source": [ "## AdaBoost" @@ -6069,7 +6072,7 @@ { "cell_type": "code", "execution_count": 57, - "id": "012d4228", + "id": "90d2f5a5", "metadata": {}, "outputs": [ { @@ -6091,7 +6094,7 @@ { "cell_type": "code", "execution_count": 58, - "id": "90d65991", + "id": "b9c2249c", "metadata": {}, "outputs": [ { @@ -6112,7 +6115,7 @@ { "cell_type": "code", "execution_count": 60, - "id": "8581e12b", + "id": "16a285c2", "metadata": {}, "outputs": [ { @@ -6145,7 +6148,7 @@ { "cell_type": "code", "execution_count": 61, - "id": "b7b3d7cd", + "id": "938260e8", "metadata": {}, "outputs": [ { @@ -8755,7 +8758,7 @@ }, { "cell_type": "markdown", - "id": "564cf979", + "id": "b499382b", "metadata": {}, "source": [ "## Summary" From d3e34828f1a7a3665c61d489ed0e1109ec11dbb3 Mon Sep 17 00:00:00 2001 From: Yevhenii Vinichenko <56126336+gekas145@users.noreply.github.com> Date: Tue, 3 May 2022 22:56:25 +0200 Subject: [PATCH 13/19] add hw3 --- .../Vinichenko_Yevhenii/hw3.ipynb | 2166 +++++++++-------- 1 file changed, 1128 insertions(+), 1038 deletions(-) diff --git a/Homeworks/Homework-III/Vinichenko_Yevhenii/hw3.ipynb b/Homeworks/Homework-III/Vinichenko_Yevhenii/hw3.ipynb index a0f79eb..da303b8 100644 --- a/Homeworks/Homework-III/Vinichenko_Yevhenii/hw3.ipynb +++ b/Homeworks/Homework-III/Vinichenko_Yevhenii/hw3.ipynb @@ -10,7 +10,7 @@ }, { "cell_type": "code", - "execution_count": 56, + "execution_count": 1, "id": "2eb754f8", "metadata": {}, "outputs": [], @@ -277,7 +277,7 @@ }, { "cell_type": "code", - "execution_count": 44, + "execution_count": 4, "id": "44236deb", "metadata": {}, "outputs": [], @@ -301,7 +301,7 @@ }, { "cell_type": "code", - "execution_count": 36, + "execution_count": 5, "id": "7cef326d", "metadata": {}, "outputs": [], @@ -318,20 +318,20 @@ }, { "cell_type": "code", - "execution_count": 39, + "execution_count": 10, "id": "c96f2a6a", "metadata": {}, "outputs": [], "source": [ "model = Sequential()\n", - "model.add(Dense(20, input_dim=6, activation='sigmoid'))\n", + "model.add(Dense(100, input_dim=6, activation='sigmoid'))\n", "model.add(Dense(1, activation='sigmoid'))\n", "model.compile(loss='binary_crossentropy', optimizer='adam', metrics=['accuracy', f1_metric])" ] }, { "cell_type": "code", - "execution_count": 40, + "execution_count": 11, "id": "d9dbbead", "metadata": { "scrolled": true @@ -342,326 +342,326 @@ "output_type": "stream", "text": [ "Epoch 1/150\n", - "10745/10745 [==============================] - 7s 681us/step - loss: 0.6242 - accuracy: 0.6447 - f1_metric: 0.1800\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6294 - accuracy: 0.6431 - f1_metric: 0.1923\n", "Epoch 2/150\n", - "10745/10745 [==============================] - 7s 611us/step - loss: 0.6236 - accuracy: 0.6500 - f1_metric: 0.1983\n", + "10745/10745 [==============================] - 21s 2ms/step - loss: 0.6301 - accuracy: 0.6292 - f1_metric: 0.1184\n", "Epoch 3/150\n", - "10745/10745 [==============================] - 6s 605us/step - loss: 0.6206 - accuracy: 0.6287 - f1_metric: 0.0306\n", + "10745/10745 [==============================] - 21s 2ms/step - loss: 0.6114 - accuracy: 0.6600 - f1_metric: 0.2779\n", "Epoch 4/150\n", - "10745/10745 [==============================] - 6s 605us/step - loss: 0.6220 - accuracy: 0.6278 - f1_metric: 0.1062\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6219 - accuracy: 0.6371 - f1_metric: 0.1628 -\n", "Epoch 5/150\n", - "10745/10745 [==============================] - 7s 606us/step - loss: 0.6208 - accuracy: 0.6341 - f1_metric: 0.0870\n", + "10745/10745 [==============================] - 20s 2ms/step - loss: 0.6235 - accuracy: 0.6270 - f1_metric: 0.1388\n", "Epoch 6/150\n", - "10745/10745 [==============================] - 7s 605us/step - loss: 0.6089 - accuracy: 0.6622 - f1_metric: 0.2700\n", + "10745/10745 [==============================] - 20s 2ms/step - loss: 0.6131 - accuracy: 0.6565 - f1_metric: 0.2974\n", "Epoch 7/150\n", - "10745/10745 [==============================] - 7s 624us/step - loss: 0.6119 - accuracy: 0.6560 - f1_metric: 0.3245\n", + "10745/10745 [==============================] - 22s 2ms/step - loss: 0.6146 - accuracy: 0.6420 - f1_metric: 0.2362\n", "Epoch 8/150\n", - "10745/10745 [==============================] - 7s 617us/step - loss: 0.6101 - accuracy: 0.6632 - f1_metric: 0.2624\n", + "10745/10745 [==============================] - 20s 2ms/step - loss: 0.6112 - accuracy: 0.6615 - f1_metric: 0.2803\n", "Epoch 9/150\n", - "10745/10745 [==============================] - 7s 620us/step - loss: 0.6107 - accuracy: 0.6489 - f1_metric: 0.2918\n", + "10745/10745 [==============================] - 19s 2ms/step - loss: 0.6090 - accuracy: 0.6628 - f1_metric: 0.2776\n", "Epoch 10/150\n", - "10745/10745 [==============================] - 7s 620us/step - loss: 0.6072 - accuracy: 0.6615 - f1_metric: 0.2682\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6097 - accuracy: 0.6624 - f1_metric: 0.2866\n", "Epoch 11/150\n", - "10745/10745 [==============================] - 7s 623us/step - loss: 0.6106 - accuracy: 0.6603 - f1_metric: 0.2631\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6130 - accuracy: 0.6556 - f1_metric: 0.2499\n", "Epoch 12/150\n", - "10745/10745 [==============================] - 7s 624us/step - loss: 0.6115 - accuracy: 0.6484 - f1_metric: 0.3148\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6094 - accuracy: 0.6623 - f1_metric: 0.2794\n", "Epoch 13/150\n", - "10745/10745 [==============================] - 7s 621us/step - loss: 0.6116 - accuracy: 0.6483 - f1_metric: 0.3082\n", + "10745/10745 [==============================] - 25s 2ms/step - loss: 0.6091 - accuracy: 0.6640 - f1_metric: 0.2689\n", "Epoch 14/150\n", - "10745/10745 [==============================] - 7s 618us/step - loss: 0.6081 - accuracy: 0.6640 - f1_metric: 0.2718\n", + "10745/10745 [==============================] - 22s 2ms/step - loss: 0.6099 - accuracy: 0.6603 - f1_metric: 0.2654\n", "Epoch 15/150\n", - "10745/10745 [==============================] - 7s 626us/step - loss: 0.6079 - accuracy: 0.6649 - f1_metric: 0.2759\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6098 - accuracy: 0.6626 - f1_metric: 0.2577\n", "Epoch 16/150\n", - "10745/10745 [==============================] - 7s 631us/step - loss: 0.6074 - accuracy: 0.6623 - f1_metric: 0.2425\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6096 - accuracy: 0.6573 - f1_metric: 0.3510\n", "Epoch 17/150\n", - "10745/10745 [==============================] - 7s 632us/step - loss: 0.6084 - accuracy: 0.6616 - f1_metric: 0.2988\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6111 - accuracy: 0.6502 - f1_metric: 0.3392\n", "Epoch 18/150\n", - "10745/10745 [==============================] - 7s 633us/step - loss: 0.6094 - accuracy: 0.6542 - f1_metric: 0.3787\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6093 - accuracy: 0.6571 - f1_metric: 0.2860\n", "Epoch 19/150\n", - "10745/10745 [==============================] - 7s 634us/step - loss: 0.6095 - accuracy: 0.6601 - f1_metric: 0.3206\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6105 - accuracy: 0.6570 - f1_metric: 0.2723 3s - loss: 0.6109 - accuracy: - ETA: 2s - loss: 0.6109 - accuracy: 0.6564 - f1_metric: 0.27 - ETA: 2s - loss: 0 - ETA\n", "Epoch 20/150\n", - "10745/10745 [==============================] - 7s 652us/step - loss: 0.6095 - accuracy: 0.6497 - f1_metric: 0.3729\n", + "10745/10745 [==============================] - 22s 2ms/step - loss: 0.6104 - accuracy: 0.6635 - f1_metric: 0.2755\n", "Epoch 21/150\n", - "10745/10745 [==============================] - 7s 634us/step - loss: 0.6078 - accuracy: 0.6610 - f1_metric: 0.3155\n", + "10745/10745 [==============================] - 22s 2ms/step - loss: 0.6090 - accuracy: 0.6635 - f1_metric: 0.2538\n", "Epoch 22/150\n", - "10745/10745 [==============================] - 7s 638us/step - loss: 0.6097 - accuracy: 0.6632 - f1_metric: 0.2569\n", + "10745/10745 [==============================] - 21s 2ms/step - loss: 0.6099 - accuracy: 0.6621 - f1_metric: 0.2672\n", "Epoch 23/150\n", - "10745/10745 [==============================] - 7s 637us/step - loss: 0.6079 - accuracy: 0.6622 - f1_metric: 0.2907\n", + "10745/10745 [==============================] - 21s 2ms/step - loss: 0.6101 - accuracy: 0.6606 - f1_metric: 0.2807\n", "Epoch 24/150\n", - "10745/10745 [==============================] - 7s 637us/step - loss: 0.6082 - accuracy: 0.6616 - f1_metric: 0.3081\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6095 - accuracy: 0.6598 - f1_metric: 0.3025\n", "Epoch 25/150\n", - "10745/10745 [==============================] - 7s 636us/step - loss: 0.6111 - accuracy: 0.6637 - f1_metric: 0.3052\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6101 - accuracy: 0.6556 - f1_metric: 0.2873\n", "Epoch 26/150\n", - "10745/10745 [==============================] - 7s 640us/step - loss: 0.6084 - accuracy: 0.6534 - f1_metric: 0.3699\n", + "10745/10745 [==============================] - 22s 2ms/step - loss: 0.6074 - accuracy: 0.6653 - f1_metric: 0.2829\n", "Epoch 27/150\n", - "10745/10745 [==============================] - 7s 638us/step - loss: 0.6077 - accuracy: 0.6580 - f1_metric: 0.2322\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6071 - accuracy: 0.6657 - f1_metric: 0.2621\n", "Epoch 28/150\n", - "10745/10745 [==============================] - 7s 638us/step - loss: 0.6066 - accuracy: 0.6646 - f1_metric: 0.2698\n", + "10745/10745 [==============================] - 22s 2ms/step - loss: 0.6086 - accuracy: 0.6650 - f1_metric: 0.2629\n", "Epoch 29/150\n", - "10745/10745 [==============================] - 7s 639us/step - loss: 0.6082 - accuracy: 0.6618 - f1_metric: 0.2738\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6102 - accuracy: 0.6637 - f1_metric: 0.2507\n", "Epoch 30/150\n", - "10745/10745 [==============================] - 7s 640us/step - loss: 0.6076 - accuracy: 0.6656 - f1_metric: 0.2657\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6097 - accuracy: 0.6570 - f1_metric: 0.3216 0s - loss: 0.6099 - accuracy: 0.6569 - f1_metric: 0.\n", "Epoch 31/150\n", - "10745/10745 [==============================] - 7s 640us/step - loss: 0.6066 - accuracy: 0.6659 - f1_metric: 0.2727\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6066 - accuracy: 0.6652 - f1_metric: 0.2557\n", "Epoch 32/150\n", - "10745/10745 [==============================] - 7s 643us/step - loss: 0.6111 - accuracy: 0.6440 - f1_metric: 0.2870\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6133 - accuracy: 0.6438 - f1_metric: 0.1708\n", "Epoch 33/150\n", - "10745/10745 [==============================] - 7s 642us/step - loss: 0.6084 - accuracy: 0.6648 - f1_metric: 0.2839\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6124 - accuracy: 0.6424 - f1_metric: 0.2483\n", "Epoch 34/150\n", - "10745/10745 [==============================] - 7s 643us/step - loss: 0.6096 - accuracy: 0.6631 - f1_metric: 0.3248\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6076 - accuracy: 0.6635 - f1_metric: 0.2860\n", "Epoch 35/150\n", - "10745/10745 [==============================] - 7s 640us/step - loss: 0.6136 - accuracy: 0.6400 - f1_metric: 0.1442\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6099 - accuracy: 0.6631 - f1_metric: 0.3145\n", "Epoch 36/150\n", - "10745/10745 [==============================] - 7s 638us/step - loss: 0.6152 - accuracy: 0.6636 - f1_metric: 0.3247\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6136 - accuracy: 0.6388 - f1_metric: 0.2997\n", "Epoch 37/150\n", - "10745/10745 [==============================] - 7s 650us/step - loss: 0.6066 - accuracy: 0.6660 - f1_metric: 0.3140\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6153 - accuracy: 0.6305 - f1_metric: 0.2894\n", "Epoch 38/150\n", - "10745/10745 [==============================] - 7s 646us/step - loss: 0.6074 - accuracy: 0.6634 - f1_metric: 0.3024\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6122 - accuracy: 0.6419 - f1_metric: 0.2989\n", "Epoch 39/150\n", - "10745/10745 [==============================] - 7s 646us/step - loss: 0.6063 - accuracy: 0.6659 - f1_metric: 0.2775\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6103 - accuracy: 0.6620 - f1_metric: 0.3117\n", "Epoch 40/150\n", - "10745/10745 [==============================] - 7s 644us/step - loss: 0.6076 - accuracy: 0.6617 - f1_metric: 0.2557\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6073 - accuracy: 0.6639 - f1_metric: 0.2582\n", "Epoch 41/150\n", - "10745/10745 [==============================] - 7s 639us/step - loss: 0.6073 - accuracy: 0.6654 - f1_metric: 0.3048\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6098 - accuracy: 0.6572 - f1_metric: 0.2211\n", "Epoch 42/150\n", - "10745/10745 [==============================] - 7s 643us/step - loss: 0.6059 - accuracy: 0.6663 - f1_metric: 0.2681\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6075 - accuracy: 0.6610 - f1_metric: 0.2269\n", "Epoch 43/150\n", - "10745/10745 [==============================] - 7s 646us/step - loss: 0.6056 - accuracy: 0.6663 - f1_metric: 0.2589\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6090 - accuracy: 0.6631 - f1_metric: 0.3087\n", "Epoch 44/150\n", - "10745/10745 [==============================] - 7s 665us/step - loss: 0.6063 - accuracy: 0.6668 - f1_metric: 0.2927\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6084 - accuracy: 0.6626 - f1_metric: 0.2721\n", "Epoch 45/150\n", - "10745/10745 [==============================] - 7s 643us/step - loss: 0.6063 - accuracy: 0.6659 - f1_metric: 0.3110\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6073 - accuracy: 0.6636 - f1_metric: 0.2737 0s - loss: 0.6073 - accuracy: 0.6636\n", "Epoch 46/150\n", - "10745/10745 [==============================] - 7s 647us/step - loss: 0.6057 - accuracy: 0.6650 - f1_metric: 0.2561\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6084 - accuracy: 0.6628 - f1_metric: 0.2779\n", "Epoch 47/150\n", - "10745/10745 [==============================] - 7s 658us/step - loss: 0.6062 - accuracy: 0.6647 - f1_metric: 0.2693\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6077 - accuracy: 0.6631 - f1_metric: 0.2666\n", "Epoch 48/150\n", - "10745/10745 [==============================] - 7s 663us/step - loss: 0.6065 - accuracy: 0.6647 - f1_metric: 0.3440\n", + "10745/10745 [==============================] - 20s 2ms/step - loss: 0.6084 - accuracy: 0.6644 - f1_metric: 0.2629\n", "Epoch 49/150\n", - "10745/10745 [==============================] - 7s 663us/step - loss: 0.6069 - accuracy: 0.6574 - f1_metric: 0.3638\n", + "10745/10745 [==============================] - 21s 2ms/step - loss: 0.6088 - accuracy: 0.6608 - f1_metric: 0.2420\n", "Epoch 50/150\n", - "10745/10745 [==============================] - 7s 662us/step - loss: 0.6058 - accuracy: 0.6668 - f1_metric: 0.2607\n", + "10745/10745 [==============================] - 21s 2ms/step - loss: 0.6074 - accuracy: 0.6644 - f1_metric: 0.2598\n", "Epoch 51/150\n", - "10745/10745 [==============================] - 7s 662us/step - loss: 0.6058 - accuracy: 0.6667 - f1_metric: 0.2727\n", + "10745/10745 [==============================] - 19s 2ms/step - loss: 0.6083 - accuracy: 0.6638 - f1_metric: 0.2646\n", "Epoch 52/150\n", - "10745/10745 [==============================] - 7s 660us/step - loss: 0.6057 - accuracy: 0.6652 - f1_metric: 0.2450\n", + "10745/10745 [==============================] - 19s 2ms/step - loss: 0.6065 - accuracy: 0.6637 - f1_metric: 0.2631 0s - loss: 0.6064 - accuracy: 0.\n", "Epoch 53/150\n", - "10745/10745 [==============================] - 7s 662us/step - loss: 0.6072 - accuracy: 0.6642 - f1_metric: 0.2967\n", + "10745/10745 [==============================] - 19s 2ms/step - loss: 0.6076 - accuracy: 0.6641 - f1_metric: 0.2831\n", "Epoch 54/150\n", - "10745/10745 [==============================] - 7s 662us/step - loss: 0.6073 - accuracy: 0.6586 - f1_metric: 0.3692\n", + "10745/10745 [==============================] - 21s 2ms/step - loss: 0.6100 - accuracy: 0.6562 - f1_metric: 0.3729\n", "Epoch 55/150\n", - "10745/10745 [==============================] - 10s 916us/step - loss: 0.6054 - accuracy: 0.6669 - f1_metric: 0.2786\n", + "10745/10745 [==============================] - 22s 2ms/step - loss: 0.6071 - accuracy: 0.6641 - f1_metric: 0.2930\n", "Epoch 56/150\n", - "10745/10745 [==============================] - 8s 729us/step - loss: 0.6052 - accuracy: 0.6669 - f1_metric: 0.2711\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6064 - accuracy: 0.6651 - f1_metric: 0.2836\n", "Epoch 57/150\n", - "10745/10745 [==============================] - 7s 662us/step - loss: 0.6068 - accuracy: 0.6612 - f1_metric: 0.3482\n", + "10745/10745 [==============================] - ETA: 0s - loss: 0.6082 - accuracy: 0.6627 - f1_metric: 0.23 - 27s 2ms/step - loss: 0.6082 - accuracy: 0.6626 - f1_metric: 0.2355\n", "Epoch 58/150\n", - "10745/10745 [==============================] - 7s 665us/step - loss: 0.6054 - accuracy: 0.6669 - f1_metric: 0.3130\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6068 - accuracy: 0.6635 - f1_metric: 0.2482\n", "Epoch 59/150\n", - "10745/10745 [==============================] - 7s 664us/step - loss: 0.6067 - accuracy: 0.6655 - f1_metric: 0.2902\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6068 - accuracy: 0.6643 - f1_metric: 0.2535\n", "Epoch 60/150\n", - "10745/10745 [==============================] - 7s 666us/step - loss: 0.6063 - accuracy: 0.6593 - f1_metric: 0.3018\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6067 - accuracy: 0.6626 - f1_metric: 0.2391\n", "Epoch 61/150\n", - "10745/10745 [==============================] - 7s 664us/step - loss: 0.6046 - accuracy: 0.6681 - f1_metric: 0.2830\n", - "Epoch 62/150\n", - "10745/10745 [==============================] - 7s 664us/step - loss: 0.6049 - accuracy: 0.6677 - f1_metric: 0.2725\n", - "Epoch 63/150\n", - "10745/10745 [==============================] - 7s 665us/step - loss: 0.6040 - accuracy: 0.6691 - f1_metric: 0.2687\n", - "Epoch 64/150\n", - "10745/10745 [==============================] - 7s 667us/step - loss: 0.6050 - accuracy: 0.6638 - f1_metric: 0.3364\n", - "Epoch 65/150\n" + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6059 - accuracy: 0.6645 - f1_metric: 0.2589\n", + "Epoch 62/150\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ - "10745/10745 [==============================] - 7s 628us/step - loss: 0.6066 - accuracy: 0.6664 - f1_metric: 0.2600\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6081 - accuracy: 0.6643 - f1_metric: 0.2713 0s - loss: 0.6082 - accuracy: 0.6642 - f1_metric: \n", + "Epoch 63/150\n", + "10745/10745 [==============================] - 22s 2ms/step - loss: 0.6075 - accuracy: 0.6642 - f1_metric: 0.2753\n", + "Epoch 64/150\n", + "10745/10745 [==============================] - 22s 2ms/step - loss: 0.6067 - accuracy: 0.6636 - f1_metric: 0.2541\n", + "Epoch 65/150\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6077 - accuracy: 0.6651 - f1_metric: 0.2713\n", "Epoch 66/150\n", - "10745/10745 [==============================] - 7s 628us/step - loss: 0.6061 - accuracy: 0.6506 - f1_metric: 0.3560\n", + "10745/10745 [==============================] - 22s 2ms/step - loss: 0.6085 - accuracy: 0.6623 - f1_metric: 0.2540 0s - loss: 0.6085 - accuracy: 0.6620 - f1_\n", "Epoch 67/150\n", - "10745/10745 [==============================] - 7s 631us/step - loss: 0.6058 - accuracy: 0.6652 - f1_metric: 0.2551\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6059 - accuracy: 0.6656 - f1_metric: 0.2653\n", "Epoch 68/150\n", - "10745/10745 [==============================] - 7s 627us/step - loss: 0.6057 - accuracy: 0.6687 - f1_metric: 0.2925\n", + "10745/10745 [==============================] - 22s 2ms/step - loss: 0.6071 - accuracy: 0.6644 - f1_metric: 0.2711\n", "Epoch 69/150\n", - "10745/10745 [==============================] - 7s 626us/step - loss: 0.6073 - accuracy: 0.6566 - f1_metric: 0.2305\n", + "10745/10745 [==============================] - 19s 2ms/step - loss: 0.6070 - accuracy: 0.6650 - f1_metric: 0.2714\n", "Epoch 70/150\n", - "10745/10745 [==============================] - 7s 628us/step - loss: 0.6042 - accuracy: 0.6652 - f1_metric: 0.3437\n", + "10745/10745 [==============================] - 19s 2ms/step - loss: 0.6083 - accuracy: 0.6639 - f1_metric: 0.2679 1s -\n", "Epoch 71/150\n", - "10745/10745 [==============================] - 7s 638us/step - loss: 0.6043 - accuracy: 0.6669 - f1_metric: 0.3701\n", + "10745/10745 [==============================] - 20s 2ms/step - loss: 0.6128 - accuracy: 0.6362 - f1_metric: 0.2749\n", "Epoch 72/150\n", - "10745/10745 [==============================] - 9s 818us/step - loss: 0.6044 - accuracy: 0.6576 - f1_metric: 0.2743\n", + "10745/10745 [==============================] - 20s 2ms/step - loss: 0.6128 - accuracy: 0.6325 - f1_metric: 0.2856\n", "Epoch 73/150\n", - "10745/10745 [==============================] - 8s 717us/step - loss: 0.6026 - accuracy: 0.6676 - f1_metric: 0.3214\n", + "10745/10745 [==============================] - 22s 2ms/step - loss: 0.6139 - accuracy: 0.6261 - f1_metric: 0.2090 1s - loss: 0.6144 - accuracy: - ETA: 0s - loss: 0.614\n", "Epoch 74/150\n", - "10745/10745 [==============================] - 7s 632us/step - loss: 0.6047 - accuracy: 0.6501 - f1_metric: 0.3089\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6105 - accuracy: 0.6299 - f1_metric: 0.2798\n", "Epoch 75/150\n", - "10745/10745 [==============================] - 7s 633us/step - loss: 0.6039 - accuracy: 0.6665 - f1_metric: 0.3355\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6120 - accuracy: 0.6322 - f1_metric: 0.2966\n", "Epoch 76/150\n", - "10745/10745 [==============================] - 7s 634us/step - loss: 0.6035 - accuracy: 0.6651 - f1_metric: 0.3034\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6099 - accuracy: 0.6404 - f1_metric: 0.3304 1s - los - ETA: 0s - loss: 0.6101 - \n", "Epoch 77/150\n", - "10745/10745 [==============================] - 7s 631us/step - loss: 0.6043 - accuracy: 0.6691 - f1_metric: 0.3657\n", + "10745/10745 [==============================] - 25s 2ms/step - loss: 0.6077 - accuracy: 0.6623 - f1_metric: 0.3048\n", "Epoch 78/150\n", - "10745/10745 [==============================] - 7s 631us/step - loss: 0.6039 - accuracy: 0.6693 - f1_metric: 0.2886\n", + "10745/10745 [==============================] - 25s 2ms/step - loss: 0.6068 - accuracy: 0.6653 - f1_metric: 0.2665 1s - loss: 0.6\n", "Epoch 79/150\n", - "10745/10745 [==============================] - 7s 635us/step - loss: 0.6047 - accuracy: 0.6559 - f1_metric: 0.2534\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6074 - accuracy: 0.6646 - f1_metric: 0.2620\n", "Epoch 80/150\n", - "10745/10745 [==============================] - 7s 630us/step - loss: 0.6039 - accuracy: 0.6620 - f1_metric: 0.3143\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6069 - accuracy: 0.6646 - f1_metric: 0.2679\n", "Epoch 81/150\n", - "10745/10745 [==============================] - 7s 631us/step - loss: 0.6048 - accuracy: 0.6648 - f1_metric: 0.2765\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6099 - accuracy: 0.6521 - f1_metric: 0.1853\n", "Epoch 82/150\n", - "10745/10745 [==============================] - 7s 643us/step - loss: 0.6030 - accuracy: 0.6606 - f1_metric: 0.3584\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6098 - accuracy: 0.6620 - f1_metric: 0.2685\n", "Epoch 83/150\n", - "10745/10745 [==============================] - 7s 634us/step - loss: 0.6044 - accuracy: 0.6464 - f1_metric: 0.2074\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6072 - accuracy: 0.6650 - f1_metric: 0.2876 0s - loss: 0.6073 - accuracy: 0.66\n", "Epoch 84/150\n", - "10745/10745 [==============================] - 7s 632us/step - loss: 0.6018 - accuracy: 0.6416 - f1_metric: 0.2339\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6085 - accuracy: 0.6618 - f1_metric: 0.2469\n", "Epoch 85/150\n", - "10745/10745 [==============================] - 7s 630us/step - loss: 0.6057 - accuracy: 0.6409 - f1_metric: 0.4118\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6069 - accuracy: 0.6643 - f1_metric: 0.2607 0s - loss: 0.6069 - accuracy: 0.6643 - f1_metric: 0.26\n", "Epoch 86/150\n", - "10745/10745 [==============================] - 7s 635us/step - loss: 0.6192 - accuracy: 0.6294 - f1_metric: 0.0055\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6081 - accuracy: 0.6610 - f1_metric: 0.2260\n", "Epoch 87/150\n", - "10745/10745 [==============================] - 7s 633us/step - loss: 0.6178 - accuracy: 0.6294 - f1_metric: 0.0022\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6076 - accuracy: 0.6645 - f1_metric: 0.2758\n", "Epoch 88/150\n", - "10745/10745 [==============================] - 7s 637us/step - loss: 0.6189 - accuracy: 0.6297 - f1_metric: 0.0000e+00\n", + "10745/10745 [==============================] - ETA: 0s - loss: 0.6065 - accuracy: 0.6649 - f1_metric: 0.25 - 23s 2ms/step - loss: 0.6066 - accuracy: 0.6649 - f1_metric: 0.2554\n", "Epoch 89/150\n", - "10745/10745 [==============================] - 7s 638us/step - loss: 0.6179 - accuracy: 0.6294 - f1_metric: 0.0025\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6086 - accuracy: 0.6627 - f1_metric: 0.2534\n", "Epoch 90/150\n", - "10745/10745 [==============================] - 7s 630us/step - loss: 0.6177 - accuracy: 0.6296 - f1_metric: 0.0011\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6061 - accuracy: 0.6648 - f1_metric: 0.2597 0s - loss: 0.6060 - accuracy: 0.6648 - f1_metric: 0.\n", "Epoch 91/150\n", - "10745/10745 [==============================] - 7s 631us/step - loss: 0.6217 - accuracy: 0.6273 - f1_metric: 0.0373\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6082 - accuracy: 0.6648 - f1_metric: 0.2986\n", "Epoch 92/150\n", - "10745/10745 [==============================] - 7s 634us/step - loss: 0.6210 - accuracy: 0.6270 - f1_metric: 0.0476\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6065 - accuracy: 0.6647 - f1_metric: 0.2496\n", "Epoch 93/150\n", - "10745/10745 [==============================] - 7s 634us/step - loss: 0.6211 - accuracy: 0.6290 - f1_metric: 0.0240\n", + "10745/10745 [==============================] - 22s 2ms/step - loss: 0.6079 - accuracy: 0.6643 - f1_metric: 0.2586\n", "Epoch 94/150\n", - "10745/10745 [==============================] - 7s 634us/step - loss: 0.6186 - accuracy: 0.6291 - f1_metric: 0.0054\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6076 - accuracy: 0.6630 - f1_metric: 0.2560\n", "Epoch 95/150\n", - "10745/10745 [==============================] - 7s 633us/step - loss: 0.6186 - accuracy: 0.6289 - f1_metric: 0.0070\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6069 - accuracy: 0.6643 - f1_metric: 0.2511\n", "Epoch 96/150\n", - "10745/10745 [==============================] - 7s 632us/step - loss: 0.6180 - accuracy: 0.6294 - f1_metric: 0.0078\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6078 - accuracy: 0.6624 - f1_metric: 0.2371\n", "Epoch 97/150\n", - "10745/10745 [==============================] - 7s 634us/step - loss: 0.6177 - accuracy: 0.6292 - f1_metric: 0.0019\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6077 - accuracy: 0.6638 - f1_metric: 0.2548\n", "Epoch 98/150\n", - "10745/10745 [==============================] - 7s 636us/step - loss: 0.6180 - accuracy: 0.6288 - f1_metric: 0.0119\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6074 - accuracy: 0.6612 - f1_metric: 0.2175 0s - loss: 0.6075 - accuracy: 0.6614 - f1_metric\n", "Epoch 99/150\n", - "10745/10745 [==============================] - 7s 669us/step - loss: 0.6229 - accuracy: 0.6270 - f1_metric: 0.0979\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6059 - accuracy: 0.6654 - f1_metric: 0.2642\n", "Epoch 100/150\n", - "10745/10745 [==============================] - 7s 652us/step - loss: 0.6242 - accuracy: 0.6270 - f1_metric: 0.1073\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6068 - accuracy: 0.6635 - f1_metric: 0.2406\n", "Epoch 101/150\n", - "10745/10745 [==============================] - 7s 633us/step - loss: 0.6191 - accuracy: 0.6292 - f1_metric: 0.0079\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6058 - accuracy: 0.6653 - f1_metric: 0.2649\n", "Epoch 102/150\n", - "10745/10745 [==============================] - 7s 636us/step - loss: 0.6185 - accuracy: 0.6290 - f1_metric: 0.0041\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6077 - accuracy: 0.6640 - f1_metric: 0.2608\n", "Epoch 103/150\n", - "10745/10745 [==============================] - 7s 634us/step - loss: 0.6181 - accuracy: 0.6286 - f1_metric: 0.0116\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6063 - accuracy: 0.6657 - f1_metric: 0.2782\n", "Epoch 104/150\n", - "10745/10745 [==============================] - 7s 635us/step - loss: 0.6181 - accuracy: 0.6296 - f1_metric: 0.0023\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6060 - accuracy: 0.6648 - f1_metric: 0.2535\n", "Epoch 105/150\n", - "10745/10745 [==============================] - 7s 638us/step - loss: 0.6176 - accuracy: 0.6297 - f1_metric: 0.0000e+00\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6062 - accuracy: 0.6645 - f1_metric: 0.2510\n", "Epoch 106/150\n", - "10745/10745 [==============================] - 7s 654us/step - loss: 0.6181 - accuracy: 0.6291 - f1_metric: 0.0034\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6061 - accuracy: 0.6663 - f1_metric: 0.2883\n", "Epoch 107/150\n", - "10745/10745 [==============================] - 7s 639us/step - loss: 0.6181 - accuracy: 0.6290 - f1_metric: 0.0064\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6061 - accuracy: 0.6668 - f1_metric: 0.2864\n", "Epoch 108/150\n", - "10745/10745 [==============================] - 7s 638us/step - loss: 0.6181 - accuracy: 0.6291 - f1_metric: 0.0060\n", + "10745/10745 [==============================] - 25s 2ms/step - loss: 0.6063 - accuracy: 0.6651 - f1_metric: 0.2745\n", "Epoch 109/150\n", - "10745/10745 [==============================] - 7s 634us/step - loss: 0.6180 - accuracy: 0.6286 - f1_metric: 0.0134\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6095 - accuracy: 0.6576 - f1_metric: 0.2248\n", "Epoch 110/150\n", - "10745/10745 [==============================] - 7s 638us/step - loss: 0.6184 - accuracy: 0.6292 - f1_metric: 0.0045\n", + "10745/10745 [==============================] - 22s 2ms/step - loss: 0.6055 - accuracy: 0.6644 - f1_metric: 0.2500\n", "Epoch 111/150\n", - "10745/10745 [==============================] - 7s 637us/step - loss: 0.6176 - accuracy: 0.6291 - f1_metric: 0.0035\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6060 - accuracy: 0.6645 - f1_metric: 0.2617\n", "Epoch 112/150\n", - "10745/10745 [==============================] - 7s 639us/step - loss: 0.6182 - accuracy: 0.6292 - f1_metric: 0.0045\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6060 - accuracy: 0.6651 - f1_metric: 0.2739\n", "Epoch 113/150\n", - "10745/10745 [==============================] - 7s 637us/step - loss: 0.6182 - accuracy: 0.6293 - f1_metric: 0.0052\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6052 - accuracy: 0.6652 - f1_metric: 0.2581\n", "Epoch 114/150\n", - "10745/10745 [==============================] - 7s 640us/step - loss: 0.6178 - accuracy: 0.6292 - f1_metric: 0.0049\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6061 - accuracy: 0.6662 - f1_metric: 0.2867\n", "Epoch 115/150\n", - "10745/10745 [==============================] - 7s 636us/step - loss: 0.6183 - accuracy: 0.6295 - f1_metric: 0.0024\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6066 - accuracy: 0.6631 - f1_metric: 0.2462\n", "Epoch 116/150\n", - "10745/10745 [==============================] - 7s 639us/step - loss: 0.6179 - accuracy: 0.6294 - f1_metric: 0.0024\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6071 - accuracy: 0.6638 - f1_metric: 0.3069\n", "Epoch 117/150\n", - "10745/10745 [==============================] - 7s 642us/step - loss: 0.6180 - accuracy: 0.6296 - f1_metric: 3.3194e-04\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6075 - accuracy: 0.6658 - f1_metric: 0.2657\n", "Epoch 118/150\n", - "10745/10745 [==============================] - 7s 641us/step - loss: 0.6171 - accuracy: 0.6292 - f1_metric: 0.0030\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6056 - accuracy: 0.6652 - f1_metric: 0.2526\n", "Epoch 119/150\n", - "10745/10745 [==============================] - 7s 641us/step - loss: 0.6171 - accuracy: 0.6297 - f1_metric: 0.0000e+00\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6055 - accuracy: 0.6646 - f1_metric: 0.2577\n", "Epoch 120/150\n", - "10745/10745 [==============================] - 7s 641us/step - loss: 0.6174 - accuracy: 0.6285 - f1_metric: 0.0118\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6068 - accuracy: 0.6643 - f1_metric: 0.3007\n", "Epoch 121/150\n", - "10745/10745 [==============================] - 7s 640us/step - loss: 0.6179 - accuracy: 0.6287 - f1_metric: 0.0147\n", - "Epoch 122/150\n", - "10745/10745 [==============================] - 7s 642us/step - loss: 0.6177 - accuracy: 0.6297 - f1_metric: 0.0000e+00\n", - "Epoch 123/150\n", - "10745/10745 [==============================] - 7s 644us/step - loss: 0.6181 - accuracy: 0.6288 - f1_metric: 0.0077\n", - "Epoch 124/150\n", - "10745/10745 [==============================] - 8s 733us/step - loss: 0.6174 - accuracy: 0.6287 - f1_metric: 0.0135\n", - "Epoch 125/150\n", - "10745/10745 [==============================] - 7s 660us/step - loss: 0.6178 - accuracy: 0.6297 - f1_metric: 0.0000e+00\n", - "Epoch 126/150\n", - "10745/10745 [==============================] - 7s 662us/step - loss: 0.6265 - accuracy: 0.6303 - f1_metric: 0.1806\n", - "Epoch 127/150\n", - "10745/10745 [==============================] - 7s 660us/step - loss: 0.6238 - accuracy: 0.6314 - f1_metric: 0.1189\n", - "Epoch 128/150\n" + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6054 - accuracy: 0.6652 - f1_metric: 0.2593\n", + "Epoch 122/150\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ - "10745/10745 [==============================] - 7s 635us/step - loss: 0.6195 - accuracy: 0.6275 - f1_metric: 0.0254\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6073 - accuracy: 0.6641 - f1_metric: 0.2520\n", + "Epoch 123/150\n", + "10745/10745 [==============================] - 22s 2ms/step - loss: 0.6057 - accuracy: 0.6639 - f1_metric: 0.2428 0s - loss: 0.6057 - accuracy: \n", + "Epoch 124/150\n", + "10745/10745 [==============================] - 22s 2ms/step - loss: 0.6060 - accuracy: 0.6624 - f1_metric: 0.2371\n", + "Epoch 125/150\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6118 - accuracy: 0.6624 - f1_metric: 0.2519\n", + "Epoch 126/150\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6085 - accuracy: 0.6630 - f1_metric: 0.2569\n", + "Epoch 127/150\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6069 - accuracy: 0.6655 - f1_metric: 0.2755\n", + "Epoch 128/150\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6088 - accuracy: 0.6608 - f1_metric: 0.2245 1s - loss: 0\n", "Epoch 129/150\n", - "10745/10745 [==============================] - 7s 635us/step - loss: 0.6196 - accuracy: 0.6289 - f1_metric: 0.0214\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6072 - accuracy: 0.6657 - f1_metric: 0.2625\n", "Epoch 130/150\n", - "10745/10745 [==============================] - 7s 637us/step - loss: 0.6175 - accuracy: 0.6295 - f1_metric: 0.0034\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6086 - accuracy: 0.6641 - f1_metric: 0.2477\n", "Epoch 131/150\n", - "10745/10745 [==============================] - 7s 641us/step - loss: 0.6201 - accuracy: 0.6282 - f1_metric: 0.03500s - loss: 0.6201 - accuracy: 0.6282 - f\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6065 - accuracy: 0.6646 - f1_metric: 0.2870\n", "Epoch 132/150\n", - "10745/10745 [==============================] - 7s 656us/step - loss: 0.6179 - accuracy: 0.6294 - f1_metric: 0.0031\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6061 - accuracy: 0.6649 - f1_metric: 0.2629\n", "Epoch 133/150\n", - "10745/10745 [==============================] - 7s 649us/step - loss: 0.6182 - accuracy: 0.6293 - f1_metric: 0.0084\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6054 - accuracy: 0.6656 - f1_metric: 0.2596 0s - loss: 0.6053 - accuracy: 0.6656 - f1_metr\n", "Epoch 134/150\n", - "10745/10745 [==============================] - 7s 641us/step - loss: 0.6180 - accuracy: 0.6295 - f1_metric: 0.0022\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6052 - accuracy: 0.6647 - f1_metric: 0.2392\n", "Epoch 135/150\n", - "10745/10745 [==============================] - 7s 636us/step - loss: 0.6178 - accuracy: 0.6287 - f1_metric: 0.0230\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6063 - accuracy: 0.6654 - f1_metric: 0.2879\n", "Epoch 136/150\n", - "10745/10745 [==============================] - 7s 639us/step - loss: 0.6192 - accuracy: 0.6291 - f1_metric: 0.0086\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6057 - accuracy: 0.6656 - f1_metric: 0.2954\n", "Epoch 137/150\n", - "10745/10745 [==============================] - 7s 647us/step - loss: 0.6180 - accuracy: 0.6289 - f1_metric: 0.0091\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6055 - accuracy: 0.6654 - f1_metric: 0.2748 0s - loss: 0.6052 - accuracy: 0.6659 - f1_metr\n", "Epoch 138/150\n", - "10745/10745 [==============================] - 7s 640us/step - loss: 0.6176 - accuracy: 0.6296 - f1_metric: 0.0012\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6057 - accuracy: 0.6640 - f1_metric: 0.2520\n", "Epoch 139/150\n", - "10745/10745 [==============================] - 7s 641us/step - loss: 0.6177 - accuracy: 0.6292 - f1_metric: 0.0122\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6054 - accuracy: 0.6644 - f1_metric: 0.2446 1s - loss: 0.6048 - accuracy: 0.6651 - - ETA: \n", "Epoch 140/150\n", - "10745/10745 [==============================] - 7s 642us/step - loss: 0.6176 - accuracy: 0.6295 - f1_metric: 0.0020\n", + "10745/10745 [==============================] - 25s 2ms/step - loss: 0.6079 - accuracy: 0.6605 - f1_metric: 0.2652\n", "Epoch 141/150\n", - "10745/10745 [==============================] - 7s 665us/step - loss: 0.6174 - accuracy: 0.6292 - f1_metric: 0.0094\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6065 - accuracy: 0.6658 - f1_metric: 0.3009 0s - loss: 0.6070 - - ETA: 0s - loss: 0.6065 - accuracy: 0.6658 - f1_metric: 0.30\n", "Epoch 142/150\n", - "10745/10745 [==============================] - 7s 657us/step - loss: 0.6172 - accuracy: 0.6293 - f1_metric: 0.0064\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6076 - accuracy: 0.6640 - f1_metric: 0.2451\n", "Epoch 143/150\n", - "10745/10745 [==============================] - 7s 646us/step - loss: 0.6163 - accuracy: 0.6293 - f1_metric: 0.00381s - los\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6066 - accuracy: 0.6637 - f1_metric: 0.2536\n", "Epoch 144/150\n", - "10745/10745 [==============================] - 7s 643us/step - loss: 0.6196 - accuracy: 0.6280 - f1_metric: 0.0377\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6058 - accuracy: 0.6646 - f1_metric: 0.2663\n", "Epoch 145/150\n", - "10745/10745 [==============================] - 7s 655us/step - loss: 0.6175 - accuracy: 0.6289 - f1_metric: 0.0064\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6061 - accuracy: 0.6646 - f1_metric: 0.2647 0s - loss: 0.6061 - accuracy: 0.6643 -\n", "Epoch 146/150\n", - "10745/10745 [==============================] - 7s 643us/step - loss: 0.6170 - accuracy: 0.6295 - f1_metric: 0.0052\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6071 - accuracy: 0.6651 - f1_metric: 0.3173\n", "Epoch 147/150\n", - "10745/10745 [==============================] - 7s 643us/step - loss: 0.6235 - accuracy: 0.6260 - f1_metric: 0.1046\n", + "10745/10745 [==============================] - 24s 2ms/step - loss: 0.6081 - accuracy: 0.6660 - f1_metric: 0.3018 2s - loss: 0.6083 - accuracy: - ETA: 2s - ETA: 0s - loss: 0.6081 - \n", "Epoch 148/150\n", - "10745/10745 [==============================] - 7s 649us/step - loss: 0.6178 - accuracy: 0.6295 - f1_metric: 0.0011\n", + "10745/10745 [==============================] - 27s 3ms/step - loss: 0.6054 - accuracy: 0.6659 - f1_metric: 0.2581 0s - loss: 0.6054 - accuracy: 0.6659 - f1_metric: 0.25\n", "Epoch 149/150\n", - "10745/10745 [==============================] - 7s 640us/step - loss: 0.6174 - accuracy: 0.6291 - f1_metric: 0.0051\n", + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6049 - accuracy: 0.6645 - f1_metric: 0.2388\n", "Epoch 150/150\n", - "10745/10745 [==============================] - 7s 643us/step - loss: 0.6173 - accuracy: 0.6293 - f1_metric: 9.5204e-04\n" + "10745/10745 [==============================] - 23s 2ms/step - loss: 0.6065 - accuracy: 0.6644 - f1_metric: 0.2897\n" ] }, { "data": { "text/plain": [ - "" + "" ] }, - "execution_count": 40, + "execution_count": 11, "metadata": {}, "output_type": "execute_result" } @@ -672,7 +672,7 @@ }, { "cell_type": "code", - "execution_count": 41, + "execution_count": 12, "id": "1ee168cf", "metadata": {}, "outputs": [ @@ -680,16 +680,16 @@ "name": "stdout", "output_type": "stream", "text": [ - "374/374 [==============================] - 0s 652us/step - loss: 0.6143 - accuracy: 0.6286 - f1_metric: 0.0000e+00\n" + "374/374 [==============================] - 1s 1ms/step - loss: 0.6059 - accuracy: 0.6647 - f1_metric: 0.4049\n" ] }, { "data": { "text/plain": [ - "[0.6142608523368835, 0.6286121010780334, 0.0]" + "[0.6058630347251892, 0.6647123098373413, 0.4049013555049896]" ] }, - "execution_count": 41, + "execution_count": 12, "metadata": {}, "output_type": "execute_result" } @@ -700,17 +700,17 @@ }, { "cell_type": "code", - "execution_count": 53, + "execution_count": 13, "id": "250e88d1", "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "array([[0.47649106]], dtype=float32)" + "array([[0.3713342]], dtype=float32)" ] }, - "execution_count": 53, + "execution_count": 13, "metadata": {}, "output_type": "execute_result" } @@ -721,7 +721,7 @@ }, { "cell_type": "code", - "execution_count": 43, + "execution_count": 14, "id": "d8746699", "metadata": {}, "outputs": [ @@ -736,12 +736,12 @@ " -> target variable : 107447 values\n", " -> model_class : tensorflow.python.keras.engine.sequential.Sequential (default)\n", " -> label : neural_network\n", - " -> predict function : will be used (default)\n", + " -> predict function : will be used (default)\n", " -> predict function : Accepts pandas.DataFrame and numpy.ndarray.\n", - " -> predicted values : min = 0.157, mean = 0.378, max = 0.476\n", + " -> predicted values : min = 0.121, mean = 0.341, max = 0.581\n", " -> model type : regression will be used (default)\n", " -> residual function : difference between y and yhat (default)\n", - " -> residuals : min = -0.476, mean = -0.00776, max = 0.843\n", + " -> residuals : min = -0.581, mean = 0.0293, max = 0.879\n", " -> model_info : package tensorflow\n", "\n", "A new explainer has been created!\n" @@ -754,7 +754,7 @@ }, { "cell_type": "code", - "execution_count": 50, + "execution_count": 15, "id": "619adfb5", "metadata": {}, "outputs": [ @@ -762,9 +762,95 @@ "name": "stderr", "output_type": "stream", "text": [ - "Calculating ceteris paribus: 100%|███████████████████████████████████████████████████████| 6/6 [00:00<00:00, 24.33it/s]\n" + "Calculating ceteris paribus: 100%|███████████████████████████████████████████████████████| 6/6 [00:00<00:00, 8.27it/s]\n" ] }, + { + "data": { + "text/html": [ + " \n", + " " + ] + }, + "metadata": {}, + "output_type": "display_data" + }, { "data": { "application/vnd.plotly.v1+json": { @@ -795,310 +881,310 @@ { "customdata": [ [ - "
id: observation
prediction: 0.157
lead_time: 0.0

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
lead_time: 0.0

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
lead_time: 7.37

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
lead_time: 7.37

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
lead_time: 14.74

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
lead_time: 14.74

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
lead_time: 22.11

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
lead_time: 22.11

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
lead_time: 29.48

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
lead_time: 29.48

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
lead_time: 36.85

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
lead_time: 36.85

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
lead_time: 44.22

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
lead_time: 44.22

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
lead_time: 51.59

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
lead_time: 51.59

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
lead_time: 58.96

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
lead_time: 58.96

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
lead_time: 66.33

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
lead_time: 66.33

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 73.7

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
lead_time: 73.7

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 81.07000000000001

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.122
lead_time: 81.07000000000001

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 88.44

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
lead_time: 88.44

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 95.81

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
lead_time: 95.81

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 103.18

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
lead_time: 103.18

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 110.55

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
lead_time: 110.55

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 117.92

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
lead_time: 117.92

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 125.29

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
lead_time: 125.29

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 132.66

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
lead_time: 132.66

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 140.03

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
lead_time: 140.03

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 147.4

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
lead_time: 147.4

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 154.77

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
lead_time: 154.77

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 162.14000000000001

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
lead_time: 162.14000000000001

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 169.51

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
lead_time: 169.51

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 176.88

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
lead_time: 176.88

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 184.25

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
lead_time: 184.25

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 191.62

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
lead_time: 191.62

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 198.99

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
lead_time: 198.99

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 203.0

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
lead_time: 203.0

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 206.36

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
lead_time: 206.36

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 213.73

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
lead_time: 213.73

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 221.1

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
lead_time: 221.1

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 228.47

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
lead_time: 228.47

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 235.84

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
lead_time: 235.84

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 243.21

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.58
lead_time: 243.21

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 250.58

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 250.58

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 257.95

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 257.95

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 265.32

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 265.32

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 272.69

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 272.69

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 280.06

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 280.06

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 287.43

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 287.43

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 294.8

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 294.8

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 302.17

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 302.17

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 309.54

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 309.54

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 316.91

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 316.91

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 324.28000000000003

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 324.28000000000003

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 331.65

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 331.65

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 339.02

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 339.02

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 346.39

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 346.39

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 353.76

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 353.76

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 361.13

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 361.13

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 368.5

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 368.5

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 375.87

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 375.87

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 383.24

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 383.24

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 390.61

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 390.61

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 397.98

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 397.98

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 405.35

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 405.35

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 412.72

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 412.72

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 420.09000000000003

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 420.09000000000003

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 427.46

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 427.46

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 434.83

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 434.83

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 442.2

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 442.2

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 449.57

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 449.57

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 456.94

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 456.94

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 464.31

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 464.31

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 471.68

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 471.68

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 479.05

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 479.05

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 486.42

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 486.42

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 493.79

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 493.79

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 501.16

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 501.16

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 508.53000000000003

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 508.53000000000003

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 515.9

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 515.9

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 523.27

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 523.27

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 530.64

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 530.64

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 538.01

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 538.01

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 545.38

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 545.38

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 552.75

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 552.75

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 560.12

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 560.12

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 567.49

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 567.49

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 574.86

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 574.86

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 582.23

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 582.23

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 589.6

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 589.6

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 596.97

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 596.97

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 604.34

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 604.34

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 611.71

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 611.71

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 619.08

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 619.08

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 626.45

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 626.45

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 633.82

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 633.82

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 641.19

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 641.19

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 648.5600000000001

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 648.5600000000001

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 655.9300000000001

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 655.9300000000001

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 663.3

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 663.3

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 670.67

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 670.67

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 678.04

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 678.04

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 685.41

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 685.41

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 692.78

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 692.78

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 700.15

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 700.15

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 707.52

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 707.52

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 714.89

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 714.89

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 722.26

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 722.26

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 729.63

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 729.63

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
lead_time: 737.0

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
lead_time: 737.0

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ] ], "hovertemplate": "%{customdata[0]}", @@ -1223,415 +1309,415 @@ ], "xaxis": "x3", "y": [ - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367 + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12224724888801575, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.5795167684555054, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272 ], "yaxis": "y3" }, { "customdata": [ [ - "
id: observation
prediction: 0.476
children: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 0.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 0.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 0.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 0.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 0.30000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 0.30000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 0.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 0.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 0.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 0.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 0.6000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 0.6000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 0.7000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 0.7000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 0.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 0.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 0.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 0.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 1.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 1.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 1.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 1.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 1.2000000000000002

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 1.2000000000000002

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 1.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 1.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 1.4000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 1.4000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 1.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 1.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 1.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 1.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 1.7000000000000002

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 1.7000000000000002

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 1.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 1.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 1.9000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 1.9000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 2.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 2.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 2.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 2.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 2.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 2.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 2.3000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 2.3000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 2.4000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 2.4000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 2.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 2.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 2.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 2.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 2.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 2.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 2.8000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 2.8000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 2.9000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 2.9000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 3.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 3.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 3.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 3.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 3.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 3.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 3.3000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 3.3000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 3.4000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 3.4000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 3.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 3.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 3.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 3.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 3.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 3.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 3.8000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 3.8000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 3.9000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 3.9000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 4.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 4.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 4.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 4.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 4.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 4.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 4.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 4.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 4.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 4.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 4.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 4.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 4.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 4.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 4.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 4.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 4.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 4.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 4.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 4.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 5.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 5.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 5.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 5.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 5.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 5.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 5.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 5.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 5.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 5.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 5.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 5.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 5.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 5.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 5.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 5.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 5.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 5.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 5.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 5.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 6.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 6.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 6.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 6.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 6.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 6.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 6.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 6.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 6.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 6.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 6.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 6.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 6.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 6.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 6.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 6.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 6.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 6.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 6.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 6.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 7.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 7.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 7.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 7.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 7.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 7.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 7.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 7.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 7.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 7.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 7.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 7.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 7.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 7.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 7.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 7.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 7.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 7.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 7.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 7.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 8.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 8.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 8.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 8.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 8.200000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 8.200000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 8.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 8.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 8.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 8.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 8.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 8.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 8.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 8.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 8.700000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 8.700000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 8.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 8.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 8.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 8.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 9.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 9.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 9.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 9.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 9.200000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 9.200000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 9.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 9.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 9.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 9.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 9.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 9.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 9.600000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 9.600000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 9.700000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 9.700000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 9.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 9.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 9.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 9.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
children: 10.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 10.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ] ], "hovertemplate": "%{customdata[0]}", @@ -1755,414 +1841,414 @@ ], "xaxis": "x4", "y": [ - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367 + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239 ], "yaxis": "y4" }, { "customdata": [ [ - "
id: observation
prediction: 0.476
babies: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 0.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 0.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 0.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 0.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 0.30000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 0.30000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 0.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 0.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 0.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 0.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 0.6000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 0.6000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 0.7000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 0.7000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 0.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 0.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 0.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 0.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 1.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 1.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 1.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 1.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 1.2000000000000002

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 1.2000000000000002

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 1.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 1.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 1.4000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 1.4000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 1.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 1.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 1.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 1.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 1.7000000000000002

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 1.7000000000000002

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 1.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 1.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 1.9000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 1.9000000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 2.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 2.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 2.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 2.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 2.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 2.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 2.3000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 2.3000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 2.4000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 2.4000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 2.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 2.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 2.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 2.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 2.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 2.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 2.8000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 2.8000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 2.9000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 2.9000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 3.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 3.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 3.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 3.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 3.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 3.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 3.3000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 3.3000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 3.4000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 3.4000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 3.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 3.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 3.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 3.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 3.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 3.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 3.8000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 3.8000000000000003

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 3.9000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 3.9000000000000004

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 4.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 4.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 4.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 4.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 4.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 4.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 4.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 4.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 4.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 4.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 4.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 4.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 4.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 4.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 4.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 4.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 4.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 4.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 4.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 4.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 5.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 5.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 5.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 5.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 5.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 5.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 5.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 5.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 5.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 5.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 5.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 5.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 5.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 5.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 5.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 5.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 5.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 5.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 5.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 5.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 6.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 6.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 6.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 6.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 6.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 6.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 6.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 6.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 6.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 6.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 6.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 6.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 6.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 6.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 6.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 6.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 6.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 6.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 6.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 6.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 7.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 7.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 7.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 7.1000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 7.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 7.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 7.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 7.300000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 7.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 7.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 7.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 7.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 7.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 7.6000000000000005

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 7.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 7.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 7.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 7.800000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 7.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 7.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 8.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 8.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 8.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 8.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 8.200000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 8.200000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 8.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 8.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 8.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 8.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 8.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 8.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 8.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 8.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 8.700000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 8.700000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 8.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 8.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 8.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 8.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 9.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 9.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 9.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 9.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 9.200000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 9.200000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 9.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 9.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 9.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 9.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 9.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 9.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 9.600000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 9.600000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 9.700000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 9.700000000000001

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 9.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 9.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 9.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 9.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
babies: 10.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 10.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ] ], "hovertemplate": "%{customdata[0]}", @@ -2286,417 +2372,417 @@ ], "xaxis": "x", "y": [ - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367 + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239 ], "yaxis": "y" }, { "customdata": [ [ - "
id: observation
prediction: 0.476
booking_changes: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
booking_changes: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 0.21

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
booking_changes: 0.21

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 0.42

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
booking_changes: 0.42

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 0.63

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
booking_changes: 0.63

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 0.84

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
booking_changes: 0.84

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 1.05

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
booking_changes: 1.05

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 1.26

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.581
booking_changes: 1.26

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 1.47

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.382
booking_changes: 1.47

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 1.68

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 1.68

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 1.89

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 1.89

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 2.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 2.1

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 2.31

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 2.31

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 2.52

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 2.52

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 2.73

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 2.73

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 2.94

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 2.94

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 3.15

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 3.15

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 3.36

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 3.36

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 3.57

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 3.57

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 3.78

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 3.78

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 3.9899999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 3.9899999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 4.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 4.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 4.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 4.2

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 4.41

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 4.41

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 4.62

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 4.62

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 4.83

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 4.83

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 5.04

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 5.04

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 5.25

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 5.25

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 5.46

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 5.46

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 5.67

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 5.67

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 5.88

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 5.88

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 6.09

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 6.09

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 6.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 6.3

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 6.51

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 6.51

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 6.72

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 6.72

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 6.93

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 6.93

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 7.14

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 7.14

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 7.35

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 7.35

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 7.56

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 7.56

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 7.77

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 7.77

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 7.9799999999999995

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 7.9799999999999995

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 8.19

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 8.19

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 8.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 8.4

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 8.61

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 8.61

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 8.82

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 8.82

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 9.03

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 9.03

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 9.24

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 9.24

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 9.45

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 9.45

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 9.66

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 9.66

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 9.87

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 9.87

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 10.08

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 10.08

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 10.29

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 10.29

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 10.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 10.5

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 10.709999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 10.709999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 10.92

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 10.92

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 11.129999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 11.129999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 11.34

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 11.34

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 11.549999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 11.549999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 11.76

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.369
booking_changes: 11.76

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 11.969999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 11.969999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 12.18

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 12.18

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 12.389999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 12.389999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 12.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 12.6

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 12.809999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 12.809999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 13.02

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 13.02

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 13.229999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 13.229999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 13.44

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 13.44

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 13.65

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 13.65

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 13.86

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 13.86

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 14.07

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 14.07

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 14.28

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 14.28

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 14.49

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 14.49

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 14.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 14.7

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 14.91

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 14.91

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 15.12

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 15.12

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 15.33

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 15.33

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 15.54

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 15.54

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.476
booking_changes: 15.75

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 15.75

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.244
booking_changes: 15.959999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 15.959999999999999

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 16.169999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 16.169999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 16.38

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 16.38

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 16.59

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 16.59

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 16.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 16.8

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 17.009999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 17.009999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 17.22

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 17.22

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 17.43

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 17.43

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 17.64

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 17.64

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 17.849999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 17.849999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 18.06

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 18.06

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 18.27

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 18.27

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 18.48

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 18.48

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 18.689999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 18.689999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 18.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 18.9

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 19.11

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 19.11

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 19.32

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 19.32

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 19.529999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 19.529999999999998

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 19.74

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 19.74

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 19.95

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 19.95

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 20.16

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 20.16

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 20.37

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 20.37

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 20.58

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 20.58

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 20.79

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 20.79

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ], [ - "
id: observation
prediction: 0.157
booking_changes: 21.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.121
booking_changes: 21.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ] ], "hovertemplate": "%{customdata[0]}", @@ -2821,115 +2907,115 @@ ], "xaxis": "x2", "y": [ - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764910638332367, - 0.4764851927757263, - 0.24369511008262634, - 0.15656250715255737, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813, - 0.15656164288520813 + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5810275673866272, + 0.5809354186058044, + 0.3823593258857727, + 0.3713344931602478, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.3713341951370239, + 0.368525892496109, + 0.12110748887062073, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346, + 0.12106695771217346 ], "yaxis": "y2" }, { "customdata": [ [ - "
id: observation
prediction: 0.476
lead_time: 203.0

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
lead_time: 203.0

arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ] ], "hovertemplate": "%{customdata[0]}", @@ -2950,14 +3036,14 @@ ], "xaxis": "x3", "y": [ - 0.4764910638332367 + 0.3713341951370239 ], "yaxis": "y3" }, { "customdata": [ [ - "
id: observation
prediction: 0.476
children: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
children: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
babies: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ] ], "hovertemplate": "%{customdata[0]}", @@ -2978,14 +3064,14 @@ ], "xaxis": "x4", "y": [ - 0.4764910638332367 + 0.3713341951370239 ], "yaxis": "y4" }, { "customdata": [ [ - "
id: observation
prediction: 0.476
babies: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
babies: 0.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
booking_changes: 4.0
_original_yhat_: 0.3713341951370239
" ] ], "hovertemplate": "%{customdata[0]}", @@ -3006,14 +3092,14 @@ ], "xaxis": "x", "y": [ - 0.4764910638332367 + 0.3713341951370239 ], "yaxis": "y" }, { "customdata": [ [ - "
id: observation
prediction: 0.476
booking_changes: 4.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.4764910638332367
" + "
id: observation
prediction: 0.371
booking_changes: 4.0

lead_time: 203.0
arrival_date_year: 2016.0
adults: 2.0
children: 0.0
babies: 0.0
_original_yhat_: 0.3713341951370239
" ] ], "hovertemplate": "%{customdata[0]}", @@ -3034,7 +3120,7 @@ ], "xaxis": "x2", "y": [ - 0.4764910638332367 + 0.3713341951370239 ], "yaxis": "y2" } @@ -3239,8 +3325,8 @@ "fixedrange": true, "gridwidth": 2, "range": [ - 0.12456870079040527, - 0.5084840059280396 + 0.07507089674472808, + 0.6270236283540725 ], "tickcolor": "white", "ticklen": 3, @@ -3262,8 +3348,8 @@ "gridwidth": 2, "matches": "y", "range": [ - 0.12456870079040527, - 0.5084840059280396 + 0.07507089674472808, + 0.6270236283540725 ], "showticklabels": false, "tickcolor": "white", @@ -3286,8 +3372,8 @@ "gridwidth": 2, "matches": "y", "range": [ - 0.12456870079040527, - 0.5084840059280396 + 0.07507089674472808, + 0.6270236283540725 ], "tickcolor": "white", "ticklen": 3, @@ -3309,8 +3395,8 @@ "gridwidth": 2, "matches": "y", "range": [ - 0.12456870079040527, - 0.5084840059280396 + 0.07507089674472808, + 0.6270236283540725 ], "showticklabels": false, "tickcolor": "white", @@ -3325,9 +3411,9 @@ } }, "text/html": [ - "
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From e2b3671d0236b1ed70053dfd26c70fb3aaa2224b Mon Sep 17 00:00:00 2001 From: Yevhenii Vinichenko <56126336+gekas145@users.noreply.github.com> Date: Sun, 15 May 2022 18:58:56 +0200 Subject: [PATCH 15/19] Create .gitkeep --- Homeworks/Homework-IV/Vinichenko_Yevhenii/.gitkeep | 1 + 1 file changed, 1 insertion(+) create mode 100644 Homeworks/Homework-IV/Vinichenko_Yevhenii/.gitkeep diff --git a/Homeworks/Homework-IV/Vinichenko_Yevhenii/.gitkeep b/Homeworks/Homework-IV/Vinichenko_Yevhenii/.gitkeep new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Homeworks/Homework-IV/Vinichenko_Yevhenii/.gitkeep @@ -0,0 +1 @@ + From 3cd9fef336a2e2cb14c1a30259c8542da5c273ca Mon Sep 17 00:00:00 2001 From: Yevhenii Vinichenko <56126336+gekas145@users.noreply.github.com> Date: Sun, 15 May 2022 18:59:20 +0200 Subject: [PATCH 16/19] add hw4 --- .../Homework-IV/Vinichenko_Yevhenii/hw4.html | 15231 ++++++++++++++++ .../Homework-IV/Vinichenko_Yevhenii/hw4.ipynb | 925 + 2 files changed, 16156 insertions(+) create mode 100644 Homeworks/Homework-IV/Vinichenko_Yevhenii/hw4.html create mode 100644 Homeworks/Homework-IV/Vinichenko_Yevhenii/hw4.ipynb diff --git a/Homeworks/Homework-IV/Vinichenko_Yevhenii/hw4.html b/Homeworks/Homework-IV/Vinichenko_Yevhenii/hw4.html new file mode 100644 index 0000000..25d145c --- /dev/null +++ b/Homeworks/Homework-IV/Vinichenko_Yevhenii/hw4.html @@ -0,0 +1,15231 @@ + + + + + +hw4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Homeworks/Homework-IV/Vinichenko_Yevhenii/hw4.ipynb b/Homeworks/Homework-IV/Vinichenko_Yevhenii/hw4.ipynb new file mode 100644 index 0000000..a3b6962 --- /dev/null +++ b/Homeworks/Homework-IV/Vinichenko_Yevhenii/hw4.ipynb @@ -0,0 +1,925 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "29758d27", + "metadata": {}, + "source": [ + "# Homework 4" + ] + }, + { + "cell_type": "code", + "execution_count": 21, + "id": "0f3c46c5", + "metadata": {}, + "outputs": [], + "source": [ + "import dalex as dx\n", + "import pandas as pd\n", + "import warnings\n", + "warnings.filterwarnings('ignore')\n", + "\n", + "from sklearn.ensemble import RandomForestClassifier, AdaBoostClassifier\n", + "from sklearn.model_selection import train_test_split\n", + "from sklearn.preprocessing import OneHotEncoder, StandardScaler\n", + "from sklearn.pipeline import Pipeline\n", + "from sklearn.metrics import roc_auc_score\n", + "from sklearn.compose import ColumnTransformer" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "c9100237", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
hotelis_canceledlead_timearrival_date_yeararrival_date_montharrival_date_week_numberarrival_date_day_of_monthstays_in_weekend_nightsstays_in_week_nightsadults...deposit_typeagentcompanydays_in_waiting_listcustomer_typeadrrequired_car_parking_spacestotal_of_special_requestsreservation_statusreservation_status_date
0Resort Hotel03422015July271002...No DepositNaNNaN0Transient0.000Check-Out2015-07-01
1Resort Hotel07372015July271002...No DepositNaNNaN0Transient0.000Check-Out2015-07-01
2Resort Hotel072015July271011...No DepositNaNNaN0Transient75.000Check-Out2015-07-02
3Resort Hotel0132015July271011...No Deposit304.0NaN0Transient75.000Check-Out2015-07-02
4Resort Hotel0142015July271022...No Deposit240.0NaN0Transient98.001Check-Out2015-07-03
\n", + "

5 rows × 32 columns

\n", + "
" + ], + "text/plain": [ + " hotel is_canceled lead_time arrival_date_year arrival_date_month \\\n", + "0 Resort Hotel 0 342 2015 July \n", + "1 Resort Hotel 0 737 2015 July \n", + "2 Resort Hotel 0 7 2015 July \n", + "3 Resort Hotel 0 13 2015 July \n", + "4 Resort Hotel 0 14 2015 July \n", + "\n", + " arrival_date_week_number arrival_date_day_of_month \\\n", + "0 27 1 \n", + "1 27 1 \n", + "2 27 1 \n", + "3 27 1 \n", + "4 27 1 \n", + "\n", + " stays_in_weekend_nights stays_in_week_nights adults ... deposit_type \\\n", + "0 0 0 2 ... No Deposit \n", + "1 0 0 2 ... No Deposit \n", + "2 0 1 1 ... No Deposit \n", + "3 0 1 1 ... No Deposit \n", + "4 0 2 2 ... No Deposit \n", + "\n", + " agent company days_in_waiting_list customer_type adr \\\n", + "0 NaN NaN 0 Transient 0.0 \n", + "1 NaN NaN 0 Transient 0.0 \n", + "2 NaN NaN 0 Transient 75.0 \n", + "3 304.0 NaN 0 Transient 75.0 \n", + "4 240.0 NaN 0 Transient 98.0 \n", + "\n", + " required_car_parking_spaces total_of_special_requests reservation_status \\\n", + "0 0 0 Check-Out \n", + "1 0 0 Check-Out \n", + "2 0 0 Check-Out \n", + "3 0 0 Check-Out \n", + "4 0 1 Check-Out \n", + "\n", + " reservation_status_date \n", + "0 2015-07-01 \n", + "1 2015-07-01 \n", + "2 2015-07-02 \n", + "3 2015-07-02 \n", + "4 2015-07-03 \n", + "\n", + "[5 rows x 32 columns]" + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data = pd.read_csv('hotel_bookings.csv')\n", + "data.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "id": "111e42d4", + "metadata": {}, + "outputs": [], + "source": [ + "# this time all variables will be used as it was possible to use machine with better processor\n", + "data = data[['is_canceled', 'lead_time', 'arrival_date_year', 'adults', 'children', 'babies', 'booking_changes',\n", + " 'previous_cancellations', 'is_repeated_guest', 'arrival_date_month', 'deposit_type', 'customer_type']]\n", + "categorical_features = ['arrival_date_month', 'deposit_type', 'customer_type']\n", + "numeric_features = ['lead_time', 'arrival_date_year', 'adults', 'children', 'babies', 'booking_changes',\n", + " 'previous_cancellations', 'is_repeated_guest']\n", + "data = data.dropna()\n", + "X, y = data.loc[:, data.columns != 'is_canceled'], data[['is_canceled']]\n", + "X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.1, random_state=42)" + ] + }, + { + "cell_type": "markdown", + "id": "da596d8d", + "metadata": {}, + "source": [ + "## Random forest" + ] + }, + { + "cell_type": "code", + "execution_count": 26, + "id": "6a5462ec", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "ROC score: 0.8403758492684325\n" + ] + } + ], + "source": [ + "categorical_transformer = OneHotEncoder()\n", + "numeric_transformer = StandardScaler()\n", + "preprocessor = ColumnTransformer(\n", + " transformers=[\n", + " ('categorical', categorical_transformer, categorical_features),\n", + " ('numeric', numeric_transformer, numeric_features)\n", + "])\n", + "forest = Pipeline(steps = [\n", + " ('preprocessor', preprocessor)\n", + " ,('regressor', RandomForestClassifier(random_state=123))\n", + " ])\n", + "\n", + "forest.fit(X_train, y_train)\n", + "print(f'ROC score: {roc_auc_score(y_test, forest.predict_proba(X_test)[:, 1])}')" + ] + }, + { + "cell_type": "code", + "execution_count": 19, + "id": "43114f67", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Preparation of a new explainer is initiated\n", + "\n", + " -> data : 107447 rows 11 cols\n", + " -> target variable : Parameter 'y' was a pandas.DataFrame. Converted to a numpy.ndarray.\n", + " -> target variable : 107447 values\n", + " -> model_class : sklearn.ensemble._forest.RandomForestClassifier (default)\n", + " -> label : random_forest\n", + " -> predict function : will be used (default)\n", + " -> predict function : Accepts only pandas.DataFrame, numpy.ndarray causes problems.\n", + " -> predicted values : min = 0.0, mean = 0.371, max = 1.0\n", + " -> model type : classification will be used (default)\n", + " -> residual function : difference between y and yhat (default)\n", + " -> residuals : min = -0.979, mean = -0.000555, max = 0.987\n", + " -> model_info : package sklearn\n", + "\n", + "A new explainer has been created!\n" + ] + } + ], + "source": [ + "exp_forest = dx.Explainer(forest, X_train, y_train, label='random_forest')" + ] + }, + { + "cell_type": "code", + "execution_count": 20, + "id": "2f40a2ff", + "metadata": {}, + "outputs": [ + { + "data": { + "application/vnd.plotly.v1+json": { + "config": { + "displaylogo": false, + "modeBarButtonsToRemove": [ + "sendDataToCloud", + "lasso2d", + "autoScale2d", + "select2d", + "zoom2d", + "pan2d", + "zoomIn2d", + "zoomOut2d", + "resetScale2d", + "toggleSpikelines", + "hoverCompareCartesian", + "hoverClosestCartesian" + ], + "plotlyServerURL": "https://plot.ly", + "staticPlot": false, + "toImageButtonOptions": { + "height": null, + "width": null + } + }, + "data": [ + { + "base": 0.055180214779858495, + "hoverinfo": "text", + "hoverlabel": { + "bgcolor": "rgba(0,0,0,0.8)" + }, + "hovertext": [ + "Model: random_forest loss after
variable: lead_time is permuted: 0.274
Drop-out loss change: +0.219", + "Model: random_forest loss after
variable: arrival_date_month is permuted: 0.207
Drop-out loss change: +0.152", + "Model: random_forest loss after
variable: deposit_type is permuted: 0.178
Drop-out loss change: +0.123", + "Model: random_forest loss after
variable: arrival_date_year is permuted: 0.152
Drop-out loss change: +0.097", + "Model: random_forest loss after
variable: customer_type is permuted: 0.152
Drop-out loss change: +0.097", + "Model: random_forest loss after
variable: booking_changes is permuted: 0.119
Drop-out loss change: +0.064", + "Model: random_forest loss after
variable: adults is permuted: 0.113
Drop-out loss change: +0.058", + "Model: random_forest loss after
variable: previous_cancellations is permuted: 0.094
Drop-out loss change: +0.039", + "Model: random_forest loss after
variable: children is permuted: 0.082
Drop-out loss change: +0.026", + "Model: random_forest loss after
variable: is_repeated_guest is permuted: 0.063
Drop-out loss change: +0.008" + ], + "marker": { + "color": "#46bac2" + }, + "orientation": "h", + "showlegend": false, + "text": [ + "+0.219", + "+0.152", + "+0.123", + "+0.097", + "+0.097", + "+0.064", + "+0.058", + "+0.039", + "+0.026", + "+0.008" + ], + "textposition": "outside", + "type": "bar", + "x": [ + 0.21870144313188802, + 0.15210272076571876, + 0.12285474446889125, + 0.09696472578153192, + 0.09670253031803769, + 0.06355764533058311, + 0.05776146976195467, + 0.03875629217573171, + 0.02635088012570754, + 0.007683529712910912 + ], + "xaxis": "x", + "y": [ + "lead_time", + "arrival_date_month", + "deposit_type", + "arrival_date_year", + "customer_type", + "booking_changes", + "adults", + "previous_cancellations", + "children", + "is_repeated_guest" + ], + "yaxis": "y" + } + ], + "layout": { + "annotations": [ + { + "font": { + "size": 16 + }, + "showarrow": false, + "text": "random_forest", + "x": 0.5, + "xanchor": "center", + "xref": "paper", + "y": 1, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 16 + }, + "showarrow": false, + "text": "drop-out loss", + "x": 0.5, + "xanchor": "center", + "xref": "paper", + "y": 0, + "yanchor": "top", + "yref": "paper", + "yshift": -30 + } + ], + "font": { + "color": "#371ea3" + }, + "height": 383, + "margin": { + "b": 71, + "r": 30, + "t": 78 + }, + "shapes": [ + { + "line": { + "color": "#371ea3", + "dash": "dot", + "width": 1.5 + }, + "type": "line", + "x0": 0.055180214779858495, + "x1": 0.055180214779858495, + "xref": "x", + "y0": -1, + "y1": 10, + "yref": "y" + } + ], + "template": { + "data": { + "scatter": [ + { + "type": "scatter" + } + ] + } + }, + "title": { + "text": "Variable Importance", + "x": 0.15 + }, + "xaxis": { + "anchor": "y", + "automargin": true, + "domain": [ + 0, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "range": [ + 0.022374998310075292, + 0.3066868743815297 + ], + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "type": "linear", + "zeroline": false + }, + "yaxis": { + "anchor": "x", + "automargin": true, + "autorange": "reversed", + "domain": [ + 0, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "tickcolor": "white", + "ticklen": 10, + "ticks": "outside", + "type": "category" + } + } + }, + "text/html": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "exp_forest.model_parts(loss_function = '1-auc').plot()" + ] + }, + { + "cell_type": "markdown", + "id": "d5900dae", + "metadata": {}, + "source": [ + "## Adaboost" + ] + }, + { + "cell_type": "code", + "execution_count": 27, + "id": "bc9fabbd", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "ROC score: 0.8231847990679497\n" + ] + } + ], + "source": [ + "adaboost = Pipeline(steps = [\n", + " ('preprocessor', preprocessor)\n", + " ,('regressor', AdaBoostClassifier(n_estimators=100, random_state=0))\n", + " ])\n", + "\n", + "adaboost.fit(X_train, y_train)\n", + "print(f'ROC score: {roc_auc_score(y_test, adaboost.predict_proba(X_test)[:, 1])}')" + ] + }, + { + "cell_type": "code", + "execution_count": 28, + "id": "2debfe82", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Preparation of a new explainer is initiated\n", + "\n", + " -> data : 107447 rows 11 cols\n", + " -> target variable : Parameter 'y' was a pandas.DataFrame. Converted to a numpy.ndarray.\n", + " -> target variable : 107447 values\n", + " -> model_class : sklearn.ensemble._weight_boosting.AdaBoostClassifier (default)\n", + " -> label : adaboost\n", + " -> predict function : will be used (default)\n", + " -> predict function : Accepts only pandas.DataFrame, numpy.ndarray causes problems.\n", + " -> predicted values : min = 0.484, mean = 0.5, max = 0.587\n", + " -> model type : classification will be used (default)\n", + " -> residual function : difference between y and yhat (default)\n", + " -> residuals : min = -0.513, mean = -0.129, max = 0.514\n", + " -> model_info : package sklearn\n", + "\n", + "A new explainer has been created!\n" + ] + } + ], + "source": [ + "exp_adaboost = dx.Explainer(adaboost, X_train, y_train, label='adaboost')" + ] + }, + { + "cell_type": "code", + "execution_count": 30, + "id": "fb64818c", + "metadata": {}, + "outputs": [ + { + "data": { + "application/vnd.plotly.v1+json": { + "config": { + "displaylogo": false, + "modeBarButtonsToRemove": [ + "sendDataToCloud", + "lasso2d", + "autoScale2d", + "select2d", + "zoom2d", + "pan2d", + "zoomIn2d", + "zoomOut2d", + "resetScale2d", + "toggleSpikelines", + "hoverCompareCartesian", + "hoverClosestCartesian" + ], + "plotlyServerURL": "https://plot.ly", + "staticPlot": false, + "toImageButtonOptions": { + "height": null, + "width": null + } + }, + "data": [ + { + "base": 0.17709461811530477, + "hoverinfo": "text", + "hoverlabel": { + "bgcolor": "rgba(0,0,0,0.8)" + }, + "hovertext": [ + "Model: adaboost loss after
variable: deposit_type is permuted: 0.276
Drop-out loss change: +0.099", + "Model: adaboost loss after
variable: lead_time is permuted: 0.248
Drop-out loss change: +0.071", + "Model: adaboost loss after
variable: previous_cancellations is permuted: 0.217
Drop-out loss change: +0.04", + "Model: adaboost loss after
variable: customer_type is permuted: 0.206
Drop-out loss change: +0.029", + "Model: adaboost loss after
variable: booking_changes is permuted: 0.197
Drop-out loss change: +0.02", + "Model: adaboost loss after
variable: arrival_date_year is permuted: 0.185
Drop-out loss change: +0.008", + "Model: adaboost loss after
variable: is_repeated_guest is permuted: 0.183
Drop-out loss change: +0.006", + "Model: adaboost loss after
variable: children is permuted: 0.18
Drop-out loss change: +0.003", + "Model: adaboost loss after
variable: arrival_date_month is permuted: 0.18
Drop-out loss change: +0.002", + "Model: adaboost loss after
variable: adults is permuted: 0.178
Drop-out loss change: +0.001" + ], + "marker": { + "color": "#46bac2" + }, + "orientation": "h", + "showlegend": false, + "text": [ + "+0.099", + "+0.071", + "+0.04", + "+0.029", + "+0.02", + "+0.008", + "+0.006", + "+0.003", + "+0.002", + "+0.001" + ], + "textposition": "outside", + "type": "bar", + "x": [ + 0.09917128646069631, + 0.07070773649460949, + 0.039915453209684454, + 0.028681621311747646, + 0.020403849033156368, + 0.008315738931842842, + 0.0055425867230013415, + 0.003178892012237672, + 0.0024773480668066616, + 0.0010464922358628115 + ], + "xaxis": "x", + "y": [ + "deposit_type", + "lead_time", + "previous_cancellations", + "customer_type", + "booking_changes", + "arrival_date_year", + "is_repeated_guest", + "children", + "arrival_date_month", + "adults" + ], + "yaxis": "y" + } + ], + "layout": { + "annotations": [ + { + "font": { + "size": 16 + }, + "showarrow": false, + "text": "adaboost", + "x": 0.5, + "xanchor": "center", + "xref": "paper", + "y": 1, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 16 + }, + "showarrow": false, + "text": "drop-out loss", + "x": 0.5, + "xanchor": "center", + "xref": "paper", + "y": 0, + "yanchor": "top", + "yref": "paper", + "yshift": -30 + } + ], + "font": { + "color": "#371ea3" + }, + "height": 383, + "margin": { + "b": 71, + "r": 30, + "t": 78 + }, + "shapes": [ + { + "line": { + "color": "#371ea3", + "dash": "dot", + "width": 1.5 + }, + "type": "line", + "x0": 0.17709461811530477, + "x1": 0.17709461811530477, + "xref": "x", + "y0": -1, + "y1": 10, + "yref": "y" + } + ], + "template": { + "data": { + "scatter": [ + { + "type": "scatter" + } + ] + } + }, + "title": { + "text": "Variable Importance", + "x": 0.15 + }, + "xaxis": { + "anchor": "y", + "automargin": true, + "domain": [ + 0, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "range": [ + 0.16221892514620034, + 0.29114159754510555 + ], + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "type": "linear", + "zeroline": false + }, + "yaxis": { + "anchor": "x", + "automargin": true, + "autorange": "reversed", + "domain": [ + 0, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "tickcolor": "white", + "ticklen": 10, + "ticks": "outside", + "type": "category" + } + } + }, + "text/html": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "exp_adaboost.model_parts(loss_function = '1-auc').plot()" + ] + }, + { + "cell_type": "markdown", + "id": "65949ae8", + "metadata": {}, + "source": [ + "## Summary\n", + "As one can notice `lead_time`(as well as `deposit_type`) is among top of the most important variables in both cases, although in random forest it holds incomparable influence. `arrival_date_month` is pretty useful in random forest but is considered rather not influential in adaboost model. Antipodal example is `previous_cancellations` for instance, as it is considered influential by adaboost und not so by random forest. There are also some variables as `booking_changes` or `arrival_date_year` which are in the middle for both models. All in all there are some visible differences between two models(also variables in random forest tend to give bigger loss function changes than in adaboost)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.13" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} From 48ea769d400402b2d024e07c94d2f9b765912f40 Mon Sep 17 00:00:00 2001 From: Yevhenii Vinichenko <56126336+gekas145@users.noreply.github.com> Date: Tue, 17 May 2022 13:51:06 +0200 Subject: [PATCH 17/19] hw3 error fix --- .../Homework-III/Vinichenko_Yevhenii/hw3.html | 5715 +++++++++-------- .../Vinichenko_Yevhenii/hw3.ipynb | 5682 ++++++++-------- 2 files changed, 5792 insertions(+), 5605 deletions(-) diff --git a/Homeworks/Homework-III/Vinichenko_Yevhenii/hw3.html b/Homeworks/Homework-III/Vinichenko_Yevhenii/hw3.html index 38d6edc..de87a51 100644 --- a/Homeworks/Homework-III/Vinichenko_Yevhenii/hw3.html +++ b/Homeworks/Homework-III/Vinichenko_Yevhenii/hw3.html @@ -96,6 +96,13 @@ scrollbar-color: rgba(var(--jp-scrollbar-thumb-color), 0.5) transparent; } +/* tiny scrollbar */ + +.jp-scrollbar-tiny { + scrollbar-color: rgba(var(--jp-scrollbar-thumb-color), 0.5) transparent; + scrollbar-width: thin; +} + /* * Webkit scrollbar styling */ @@ -161,6 +168,29 @@ border-bottom: var(--jp-scrollbar-endpad) solid transparent; } +/* tiny scrollbar */ + +.jp-scrollbar-tiny::-webkit-scrollbar, +.jp-scrollbar-tiny::-webkit-scrollbar-corner { + background-color: transparent; + height: 4px; + width: 4px; +} + +.jp-scrollbar-tiny::-webkit-scrollbar-thumb { + background: rgba(var(--jp-scrollbar-thumb-color), 0.5); +} + +.jp-scrollbar-tiny::-webkit-scrollbar-track:horizontal { + border-left: 0px solid transparent; + border-right: 0px solid transparent; +} + +.jp-scrollbar-tiny::-webkit-scrollbar-track:vertical { + border-top: 0px solid transparent; + border-bottom: 0px solid transparent; +} + /* * Phosphor */ @@ -353,6 +383,33 @@ text-overflow: ellipsis; } +.lm-close-icon { + border:1px solid transparent; + background-color: transparent; + position: absolute; + z-index:1; + right:3%; + top: 0; + bottom: 0; + margin: auto; + padding: 7px 0; + display: none; + vertical-align: middle; + outline: 0; + cursor: pointer; +} +.lm-close-icon:after { + content: "X"; + display: block; + width: 15px; + height: 15px; + text-align: center; + color:#000; + font-weight: normal; + font-size: 12px; + cursor: pointer; +} + /*----------------------------------------------------------------------------- | Copyright (c) Jupyter Development Team. | Copyright (c) 2014-2017, PhosphorJS Contributors @@ -727,12 +784,14 @@ /* */ .p-TabBar[data-orientation='horizontal'], /* */ .lm-TabBar[data-orientation='horizontal'] { flex-direction: row; + align-items: flex-end; } /* */ .p-TabBar[data-orientation='vertical'], /* */ .lm-TabBar[data-orientation='vertical'] { flex-direction: column; + align-items: flex-end; } @@ -789,12 +848,24 @@ } +.lm-TabBar-tabInput { + user-select: all; + width: 100%; + box-sizing : border-box; +} + + /* */ .p-TabBar-tab.p-mod-hidden, /* */ .lm-TabBar-tab.lm-mod-hidden { display: none !important; } +.lm-TabBar-addButton.lm-mod-hidden { + display: none !important; +} + + /* */ .p-TabBar.p-mod-dragging .p-TabBar-tab, /* */ .lm-TabBar.lm-mod-dragging .lm-TabBar-tab { position: relative; @@ -820,12 +891,19 @@ /* */ -.p-TabBar.p-mod-dragging .p-TabBar-tab.p-mod-dragging +.p-TabBar.p-mod-dragging .p-TabBar-tab.p-mod-dragging, /* */ .lm-TabBar.lm-mod-dragging .lm-TabBar-tab.lm-mod-dragging { transition: none; } +.lm-TabBar-tabLabel .lm-TabBar-tabInput { + user-select: all; + width: 100%; + box-sizing : border-box; + background: inherit; +} + /*----------------------------------------------------------------------------- | Copyright (c) Jupyter Development Team. | Copyright (c) 2014-2017, PhosphorJS Contributors @@ -857,12 +935,6 @@ |----------------------------------------------------------------------------*/ @charset "UTF-8"; -/*! - -Copyright 2015-present Palantir Technologies, Inc. All rights reserved. -Licensed under the Apache License, Version 2.0. - -*/ html{ -webkit-box-sizing:border-box; box-sizing:border-box; } @@ -874,17 +946,17 @@ box-sizing:inherit; } body{ - text-transform:none; - line-height:1.28581; - letter-spacing:0; font-size:14px; font-weight:400; + letter-spacing:0; + line-height:1.28581; + text-transform:none; color:#182026; font-family:-apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", "Icons16", sans-serif; } p{ - margin-top:0; - margin-bottom:10px; } + margin-bottom:10px; + margin-top:0; } small{ font-size:12px; } @@ -906,38 +978,38 @@ color:#f5f8fa; } h1.bp3-heading, .bp3-running-text h1{ - line-height:40px; - font-size:36px; } + font-size:36px; + line-height:40px; } h2.bp3-heading, .bp3-running-text h2{ - line-height:32px; - font-size:28px; } + font-size:28px; + line-height:32px; } h3.bp3-heading, .bp3-running-text h3{ - line-height:25px; - font-size:22px; } + font-size:22px; + line-height:25px; } h4.bp3-heading, .bp3-running-text h4{ - line-height:21px; - font-size:18px; } + font-size:18px; + line-height:21px; } h5.bp3-heading, .bp3-running-text h5{ - line-height:19px; - font-size:16px; } + font-size:16px; + line-height:19px; } h6.bp3-heading, .bp3-running-text h6{ - line-height:16px; - font-size:14px; } + font-size:14px; + line-height:16px; } .bp3-ui-text{ - text-transform:none; - line-height:1.28581; - letter-spacing:0; font-size:14px; - font-weight:400; } + font-weight:400; + letter-spacing:0; + line-height:1.28581; + text-transform:none; } .bp3-monospace-text{ - text-transform:none; - font-family:monospace; } + font-family:monospace; + text-transform:none; } .bp3-text-muted{ color:#5c7080; } @@ -955,54 +1027,54 @@ white-space:nowrap; word-wrap:normal; } .bp3-running-text{ - line-height:1.5; - font-size:14px; } + font-size:14px; + line-height:1.5; } .bp3-running-text h1{ color:#182026; font-weight:600; - margin-top:40px; - margin-bottom:20px; } + margin-bottom:20px; + margin-top:40px; } .bp3-dark .bp3-running-text h1{ color:#f5f8fa; } .bp3-running-text h2{ color:#182026; font-weight:600; - margin-top:40px; - margin-bottom:20px; } + margin-bottom:20px; + margin-top:40px; } .bp3-dark .bp3-running-text h2{ color:#f5f8fa; } .bp3-running-text h3{ color:#182026; font-weight:600; - margin-top:40px; - margin-bottom:20px; } + margin-bottom:20px; + margin-top:40px; } .bp3-dark .bp3-running-text h3{ color:#f5f8fa; } .bp3-running-text h4{ color:#182026; font-weight:600; - margin-top:40px; - margin-bottom:20px; } + margin-bottom:20px; + margin-top:40px; } .bp3-dark .bp3-running-text h4{ color:#f5f8fa; } .bp3-running-text h5{ color:#182026; font-weight:600; - margin-top:40px; - margin-bottom:20px; } + margin-bottom:20px; + margin-top:40px; } .bp3-dark .bp3-running-text h5{ color:#f5f8fa; } .bp3-running-text h6{ color:#182026; font-weight:600; - margin-top:40px; - margin-bottom:20px; } + margin-bottom:20px; + margin-top:40px; } .bp3-dark .bp3-running-text h6{ color:#f5f8fa; } .bp3-running-text hr{ - margin:20px 0; border:none; - border-bottom:1px solid rgba(16, 22, 26, 0.15); } + border-bottom:1px solid rgba(16, 22, 26, 0.15); + margin:20px 0; } .bp3-dark .bp3-running-text hr{ border-color:rgba(255, 255, 255, 0.15); } .bp3-running-text p{ @@ -1015,12 +1087,12 @@ .bp3-text-small{ font-size:12px; } a{ - text-decoration:none; - color:#106ba3; } + color:#106ba3; + text-decoration:none; } a:hover{ + color:#106ba3; cursor:pointer; - text-decoration:underline; - color:#106ba3; } + text-decoration:underline; } a .bp3-icon, a .bp3-icon-standard, a .bp3-icon-large{ color:inherit; } a code, @@ -1035,19 +1107,19 @@ .bp3-dark a:hover .bp3-icon-large{ color:inherit; } .bp3-running-text code, .bp3-code{ - text-transform:none; font-family:monospace; + text-transform:none; + background:rgba(255, 255, 255, 0.7); border-radius:3px; -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2); box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2); - background:rgba(255, 255, 255, 0.7); - padding:2px 5px; color:#5c7080; - font-size:smaller; } + font-size:smaller; + padding:2px 5px; } .bp3-dark .bp3-running-text code, .bp3-running-text .bp3-dark code, .bp3-dark .bp3-code{ + background:rgba(16, 22, 26, 0.3); -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); - background:rgba(16, 22, 26, 0.3); color:#a7b6c2; } .bp3-running-text a > code, a > .bp3-code{ color:#137cbd; } @@ -1055,65 +1127,65 @@ color:inherit; } .bp3-running-text pre, .bp3-code-block{ - text-transform:none; font-family:monospace; - display:block; - margin:10px 0; + text-transform:none; + background:rgba(255, 255, 255, 0.7); border-radius:3px; -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.15); box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.15); - background:rgba(255, 255, 255, 0.7); - padding:13px 15px 12px; - line-height:1.4; color:#182026; + display:block; font-size:13px; + line-height:1.4; + margin:10px 0; + padding:13px 15px 12px; word-break:break-all; word-wrap:break-word; } .bp3-dark .bp3-running-text pre, .bp3-running-text .bp3-dark pre, .bp3-dark .bp3-code-block{ + background:rgba(16, 22, 26, 0.3); -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); - background:rgba(16, 22, 26, 0.3); color:#f5f8fa; } .bp3-running-text pre > code, .bp3-code-block > code{ + background:none; -webkit-box-shadow:none; box-shadow:none; - background:none; - padding:0; color:inherit; - font-size:inherit; } + font-size:inherit; + padding:0; } .bp3-running-text kbd, .bp3-key{ - display:-webkit-inline-box; - display:-ms-inline-flexbox; - display:inline-flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; - -webkit-box-pack:center; - -ms-flex-pack:center; - justify-content:center; + background:#ffffff; border-radius:3px; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); - background:#ffffff; - min-width:24px; - height:24px; - padding:3px 6px; - vertical-align:middle; - line-height:24px; color:#5c7080; + display:-webkit-inline-box; + display:-ms-inline-flexbox; + display:inline-flex; font-family:inherit; - font-size:12px; } + font-size:12px; + height:24px; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + line-height:24px; + min-width:24px; + padding:3px 6px; + vertical-align:middle; } .bp3-running-text kbd .bp3-icon, .bp3-key .bp3-icon, .bp3-running-text kbd .bp3-icon-standard, .bp3-key .bp3-icon-standard, .bp3-running-text kbd .bp3-icon-large, .bp3-key .bp3-icon-large{ margin-right:5px; } .bp3-dark .bp3-running-text kbd, .bp3-running-text .bp3-dark kbd, .bp3-dark .bp3-key{ + background:#394b59; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); - background:#394b59; color:#a7b6c2; } .bp3-running-text blockquote, .bp3-blockquote{ - margin:0 0 10px; border-left:solid 4px rgba(167, 182, 194, 0.5); + margin:0 0 10px; padding:0 20px; } .bp3-dark .bp3-running-text blockquote, .bp3-running-text .bp3-dark blockquote, .bp3-dark .bp3-blockquote{ border-color:rgba(115, 134, 148, 0.5); } @@ -1130,9 +1202,9 @@ margin-top:5px; } .bp3-list-unstyled{ + list-style:none; margin:0; - padding:0; - list-style:none; } + padding:0; } .bp3-list-unstyled li{ padding:0; } .bp3-rtl{ @@ -1160,9 +1232,12 @@ display:-ms-flexbox; display:flex; } .bp3-alert-body .bp3-icon{ - margin-top:0; + font-size:40px; margin-right:20px; - font-size:40px; } + margin-top:0; } + +.bp3-alert-contents{ + word-break:break-word; } .bp3-alert-footer{ display:-webkit-box; @@ -1176,45 +1251,45 @@ .bp3-alert-footer .bp3-button{ margin-left:10px; } .bp3-breadcrumbs{ + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + cursor:default; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; - -webkit-box-align:center; - -ms-flex-align:center; - align-items:center; - margin:0; - cursor:default; height:30px; - padding:0; - list-style:none; } + list-style:none; + margin:0; + padding:0; } .bp3-breadcrumbs > li{ - display:-webkit-box; - display:-ms-flexbox; - display:flex; -webkit-box-align:center; -ms-flex-align:center; - align-items:center; } + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; } .bp3-breadcrumbs > li::after{ + background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.71 7.29l-4-4a1.003 1.003 0 00-1.42 1.42L8.59 8 5.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z' fill='%235C7080'/%3e%3c/svg%3e"); + content:""; display:block; - margin:0 5px; - background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.71 7.29l-4-4a1.003 1.003 0 0 0-1.42 1.42L8.59 8 5.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z' fill='%235C7080'/%3e%3c/svg%3e"); - width:16px; height:16px; - content:""; } + margin:0 5px; + width:16px; } .bp3-breadcrumbs > li:last-of-type::after{ display:none; } .bp3-breadcrumb, .bp3-breadcrumb-current, .bp3-breadcrumbs-collapsed{ - display:-webkit-inline-box; - display:-ms-inline-flexbox; - display:inline-flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; + display:-webkit-inline-box; + display:-ms-inline-flexbox; + display:inline-flex; font-size:16px; } .bp3-breadcrumb, @@ -1225,8 +1300,8 @@ text-decoration:none; } .bp3-breadcrumb.bp3-disabled{ - cursor:not-allowed; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + cursor:not-allowed; } .bp3-breadcrumb .bp3-icon{ margin-right:5px; } @@ -1235,28 +1310,28 @@ color:inherit; font-weight:600; } .bp3-breadcrumb-current .bp3-input{ - vertical-align:baseline; font-size:inherit; - font-weight:inherit; } + font-weight:inherit; + vertical-align:baseline; } .bp3-breadcrumbs-collapsed{ - margin-right:2px; + background:#ced9e0; border:none; border-radius:3px; - background:#ced9e0; cursor:pointer; + margin-right:2px; padding:1px 5px; vertical-align:text-bottom; } .bp3-breadcrumbs-collapsed::before{ - display:block; background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%235C7080'%3e%3ccircle cx='2' cy='8.03' r='2'/%3e%3ccircle cx='14' cy='8.03' r='2'/%3e%3ccircle cx='8' cy='8.03' r='2'/%3e%3c/g%3e%3c/svg%3e") center no-repeat; - width:16px; + content:""; + display:block; height:16px; - content:""; } + width:16px; } .bp3-breadcrumbs-collapsed:hover{ background:#bfccd6; - text-decoration:none; - color:#182026; } + color:#182026; + text-decoration:none; } .bp3-dark .bp3-breadcrumb, .bp3-dark .bp3-breadcrumbs-collapsed{ @@ -1287,18 +1362,18 @@ -webkit-box-align:center; -ms-flex-align:center; align-items:center; - -webkit-box-pack:center; - -ms-flex-pack:center; - justify-content:center; border:none; border-radius:3px; cursor:pointer; + font-size:14px; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; padding:5px 10px; - vertical-align:middle; text-align:left; - font-size:14px; - min-width:30px; - min-height:30px; } + vertical-align:middle; + min-height:30px; + min-width:30px; } .bp3-button > *{ -webkit-box-flex:0; -ms-flex-positive:0; @@ -1333,140 +1408,140 @@ .bp3-align-left .bp3-button{ text-align:left; } .bp3-button:not([class*="bp3-intent-"]){ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); background-color:#f5f8fa; background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))); background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); color:#182026; } .bp3-button:not([class*="bp3-intent-"]):hover{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); background-clip:padding-box; - background-color:#ebf1f5; } + background-color:#ebf1f5; + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); } .bp3-button:not([class*="bp3-intent-"]):active, .bp3-button:not([class*="bp3-intent-"]).bp3-active{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); background-color:#d8e1e8; - background-image:none; } + background-image:none; + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); } .bp3-button:not([class*="bp3-intent-"]):disabled, .bp3-button:not([class*="bp3-intent-"]).bp3-disabled{ - outline:none; - -webkit-box-shadow:none; - box-shadow:none; background-color:rgba(206, 217, 224, 0.5); background-image:none; + -webkit-box-shadow:none; + box-shadow:none; + color:rgba(92, 112, 128, 0.6); cursor:not-allowed; - color:rgba(92, 112, 128, 0.6); } + outline:none; } .bp3-button:not([class*="bp3-intent-"]):disabled.bp3-active, .bp3-button:not([class*="bp3-intent-"]):disabled.bp3-active:hover, .bp3-button:not([class*="bp3-intent-"]).bp3-disabled.bp3-active, .bp3-button:not([class*="bp3-intent-"]).bp3-disabled.bp3-active:hover{ background:rgba(206, 217, 224, 0.7); } .bp3-button.bp3-intent-primary{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); background-color:#137cbd; background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0))); background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); color:#ffffff; } .bp3-button.bp3-intent-primary:hover, .bp3-button.bp3-intent-primary:active, .bp3-button.bp3-intent-primary.bp3-active{ color:#ffffff; } .bp3-button.bp3-intent-primary:hover{ + background-color:#106ba3; -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); - background-color:#106ba3; } + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); } .bp3-button.bp3-intent-primary:active, .bp3-button.bp3-intent-primary.bp3-active{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); background-color:#0e5a8a; - background-image:none; } + background-image:none; + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); } .bp3-button.bp3-intent-primary:disabled, .bp3-button.bp3-intent-primary.bp3-disabled{ + background-color:rgba(19, 124, 189, 0.5); + background-image:none; border-color:transparent; -webkit-box-shadow:none; box-shadow:none; - background-color:rgba(19, 124, 189, 0.5); - background-image:none; color:rgba(255, 255, 255, 0.6); } .bp3-button.bp3-intent-success{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); background-color:#0f9960; background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0))); background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); color:#ffffff; } .bp3-button.bp3-intent-success:hover, .bp3-button.bp3-intent-success:active, .bp3-button.bp3-intent-success.bp3-active{ color:#ffffff; } .bp3-button.bp3-intent-success:hover{ + background-color:#0d8050; -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); - background-color:#0d8050; } + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); } .bp3-button.bp3-intent-success:active, .bp3-button.bp3-intent-success.bp3-active{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); background-color:#0a6640; - background-image:none; } + background-image:none; + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); } .bp3-button.bp3-intent-success:disabled, .bp3-button.bp3-intent-success.bp3-disabled{ + background-color:rgba(15, 153, 96, 0.5); + background-image:none; border-color:transparent; -webkit-box-shadow:none; box-shadow:none; - background-color:rgba(15, 153, 96, 0.5); - background-image:none; color:rgba(255, 255, 255, 0.6); } .bp3-button.bp3-intent-warning{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); background-color:#d9822b; background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0))); background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); color:#ffffff; } .bp3-button.bp3-intent-warning:hover, .bp3-button.bp3-intent-warning:active, .bp3-button.bp3-intent-warning.bp3-active{ color:#ffffff; } .bp3-button.bp3-intent-warning:hover{ + background-color:#bf7326; -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); - background-color:#bf7326; } + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); } .bp3-button.bp3-intent-warning:active, .bp3-button.bp3-intent-warning.bp3-active{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); background-color:#a66321; - background-image:none; } + background-image:none; + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); } .bp3-button.bp3-intent-warning:disabled, .bp3-button.bp3-intent-warning.bp3-disabled{ + background-color:rgba(217, 130, 43, 0.5); + background-image:none; border-color:transparent; -webkit-box-shadow:none; box-shadow:none; - background-color:rgba(217, 130, 43, 0.5); - background-image:none; color:rgba(255, 255, 255, 0.6); } .bp3-button.bp3-intent-danger{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); background-color:#db3737; background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0))); background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); color:#ffffff; } .bp3-button.bp3-intent-danger:hover, .bp3-button.bp3-intent-danger:active, .bp3-button.bp3-intent-danger.bp3-active{ color:#ffffff; } .bp3-button.bp3-intent-danger:hover{ + background-color:#c23030; -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); - background-color:#c23030; } + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); } .bp3-button.bp3-intent-danger:active, .bp3-button.bp3-intent-danger.bp3-active{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); background-color:#a82a2a; - background-image:none; } + background-image:none; + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); } .bp3-button.bp3-intent-danger:disabled, .bp3-button.bp3-intent-danger.bp3-disabled{ + background-color:rgba(219, 55, 55, 0.5); + background-image:none; border-color:transparent; -webkit-box-shadow:none; box-shadow:none; - background-color:rgba(219, 55, 55, 0.5); - background-image:none; color:rgba(255, 255, 255, 0.6); } .bp3-button[class*="bp3-intent-"] .bp3-button-spinner .bp3-spinner-head{ stroke:#ffffff; } .bp3-button.bp3-large, .bp3-large .bp3-button{ - min-width:40px; min-height:40px; - padding:5px 15px; - font-size:16px; } + min-width:40px; + font-size:16px; + padding:5px 15px; } .bp3-button.bp3-large::before, .bp3-button.bp3-large > *, .bp3-large .bp3-button::before, @@ -1479,24 +1554,24 @@ margin-right:0; } .bp3-button.bp3-small, .bp3-small .bp3-button{ - min-width:24px; min-height:24px; + min-width:24px; padding:0 7px; } .bp3-button.bp3-loading{ position:relative; } .bp3-button.bp3-loading[class*="bp3-icon-"]::before{ visibility:hidden; } .bp3-button.bp3-loading .bp3-button-spinner{ - position:absolute; - margin:0; } + margin:0; + position:absolute; } .bp3-button.bp3-loading > :not(.bp3-button-spinner){ visibility:hidden; } .bp3-button[class*="bp3-icon-"]::before{ - line-height:1; font-family:"Icons16", sans-serif; font-size:16px; - font-weight:400; font-style:normal; + font-weight:400; + line-height:1; -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; color:#5c7080; } @@ -1508,28 +1583,28 @@ .bp3-button .bp3-spinner + .bp3-icon:last-child{ margin:0 -7px; } .bp3-dark .bp3-button:not([class*="bp3-intent-"]){ - -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); background-color:#394b59; background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0))); background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)); + -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); color:#f5f8fa; } .bp3-dark .bp3-button:not([class*="bp3-intent-"]):hover, .bp3-dark .bp3-button:not([class*="bp3-intent-"]):active, .bp3-dark .bp3-button:not([class*="bp3-intent-"]).bp3-active{ color:#f5f8fa; } .bp3-dark .bp3-button:not([class*="bp3-intent-"]):hover{ + background-color:#30404d; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); - background-color:#30404d; } + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } .bp3-dark .bp3-button:not([class*="bp3-intent-"]):active, .bp3-dark .bp3-button:not([class*="bp3-intent-"]).bp3-active{ - -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); background-color:#202b33; - background-image:none; } + background-image:none; + -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); } .bp3-dark .bp3-button:not([class*="bp3-intent-"]):disabled, .bp3-dark .bp3-button:not([class*="bp3-intent-"]).bp3-disabled{ - -webkit-box-shadow:none; - box-shadow:none; background-color:rgba(57, 75, 89, 0.5); background-image:none; + -webkit-box-shadow:none; + box-shadow:none; color:rgba(167, 182, 194, 0.6); } .bp3-dark .bp3-button:not([class*="bp3-intent-"]):disabled.bp3-active, .bp3-dark .bp3-button:not([class*="bp3-intent-"]).bp3-disabled.bp3-active{ background:rgba(57, 75, 89, 0.7); } @@ -1550,9 +1625,9 @@ -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); } .bp3-dark .bp3-button[class*="bp3-intent-"]:disabled, .bp3-dark .bp3-button[class*="bp3-intent-"].bp3-disabled{ + background-image:none; -webkit-box-shadow:none; box-shadow:none; - background-image:none; color:rgba(255, 255, 255, 0.3); } .bp3-dark .bp3-button[class*="bp3-intent-"] .bp3-button-spinner .bp3-spinner-head{ stroke:#8a9ba8; } @@ -1562,35 +1637,35 @@ .bp3-button[class*="bp3-intent-"] .bp3-icon, .bp3-button[class*="bp3-intent-"] .bp3-icon-standard, .bp3-button[class*="bp3-intent-"] .bp3-icon-large{ color:inherit !important; } .bp3-button.bp3-minimal{ + background:none; -webkit-box-shadow:none; - box-shadow:none; - background:none; } + box-shadow:none; } .bp3-button.bp3-minimal:hover{ + background:rgba(167, 182, 194, 0.3); -webkit-box-shadow:none; box-shadow:none; - background:rgba(167, 182, 194, 0.3); - text-decoration:none; - color:#182026; } + color:#182026; + text-decoration:none; } .bp3-button.bp3-minimal:active, .bp3-button.bp3-minimal.bp3-active{ + background:rgba(115, 134, 148, 0.3); -webkit-box-shadow:none; box-shadow:none; - background:rgba(115, 134, 148, 0.3); color:#182026; } .bp3-button.bp3-minimal:disabled, .bp3-button.bp3-minimal:disabled:hover, .bp3-button.bp3-minimal.bp3-disabled, .bp3-button.bp3-minimal.bp3-disabled:hover{ background:none; - cursor:not-allowed; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + cursor:not-allowed; } .bp3-button.bp3-minimal:disabled.bp3-active, .bp3-button.bp3-minimal:disabled:hover.bp3-active, .bp3-button.bp3-minimal.bp3-disabled.bp3-active, .bp3-button.bp3-minimal.bp3-disabled:hover.bp3-active{ background:rgba(115, 134, 148, 0.3); } .bp3-dark .bp3-button.bp3-minimal{ + background:none; -webkit-box-shadow:none; box-shadow:none; - background:none; color:inherit; } .bp3-dark .bp3-button.bp3-minimal:hover, .bp3-dark .bp3-button.bp3-minimal:active, .bp3-dark .bp3-button.bp3-minimal.bp3-active{ + background:none; -webkit-box-shadow:none; - box-shadow:none; - background:none; } + box-shadow:none; } .bp3-dark .bp3-button.bp3-minimal:hover{ background:rgba(138, 155, 168, 0.15); } .bp3-dark .bp3-button.bp3-minimal:active, .bp3-dark .bp3-button.bp3-minimal.bp3-active{ @@ -1598,16 +1673,16 @@ color:#f5f8fa; } .bp3-dark .bp3-button.bp3-minimal:disabled, .bp3-dark .bp3-button.bp3-minimal:disabled:hover, .bp3-dark .bp3-button.bp3-minimal.bp3-disabled, .bp3-dark .bp3-button.bp3-minimal.bp3-disabled:hover{ background:none; - cursor:not-allowed; - color:rgba(167, 182, 194, 0.6); } + color:rgba(167, 182, 194, 0.6); + cursor:not-allowed; } .bp3-dark .bp3-button.bp3-minimal:disabled.bp3-active, .bp3-dark .bp3-button.bp3-minimal:disabled:hover.bp3-active, .bp3-dark .bp3-button.bp3-minimal.bp3-disabled.bp3-active, .bp3-dark .bp3-button.bp3-minimal.bp3-disabled:hover.bp3-active{ background:rgba(138, 155, 168, 0.3); } .bp3-button.bp3-minimal.bp3-intent-primary{ color:#106ba3; } .bp3-button.bp3-minimal.bp3-intent-primary:hover, .bp3-button.bp3-minimal.bp3-intent-primary:active, .bp3-button.bp3-minimal.bp3-intent-primary.bp3-active{ + background:none; -webkit-box-shadow:none; box-shadow:none; - background:none; color:#106ba3; } .bp3-button.bp3-minimal.bp3-intent-primary:hover{ background:rgba(19, 124, 189, 0.15); @@ -1638,9 +1713,9 @@ .bp3-button.bp3-minimal.bp3-intent-success{ color:#0d8050; } .bp3-button.bp3-minimal.bp3-intent-success:hover, .bp3-button.bp3-minimal.bp3-intent-success:active, .bp3-button.bp3-minimal.bp3-intent-success.bp3-active{ + background:none; -webkit-box-shadow:none; box-shadow:none; - background:none; color:#0d8050; } .bp3-button.bp3-minimal.bp3-intent-success:hover{ background:rgba(15, 153, 96, 0.15); @@ -1671,9 +1746,9 @@ .bp3-button.bp3-minimal.bp3-intent-warning{ color:#bf7326; } .bp3-button.bp3-minimal.bp3-intent-warning:hover, .bp3-button.bp3-minimal.bp3-intent-warning:active, .bp3-button.bp3-minimal.bp3-intent-warning.bp3-active{ + background:none; -webkit-box-shadow:none; box-shadow:none; - background:none; color:#bf7326; } .bp3-button.bp3-minimal.bp3-intent-warning:hover{ background:rgba(217, 130, 43, 0.15); @@ -1704,9 +1779,9 @@ .bp3-button.bp3-minimal.bp3-intent-danger{ color:#c23030; } .bp3-button.bp3-minimal.bp3-intent-danger:hover, .bp3-button.bp3-minimal.bp3-intent-danger:active, .bp3-button.bp3-minimal.bp3-intent-danger.bp3-active{ + background:none; -webkit-box-shadow:none; box-shadow:none; - background:none; color:#c23030; } .bp3-button.bp3-minimal.bp3-intent-danger:hover{ background:rgba(219, 55, 55, 0.15); @@ -1734,6 +1809,220 @@ color:rgba(255, 115, 115, 0.5); } .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger:disabled.bp3-active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger.bp3-disabled.bp3-active{ background:rgba(219, 55, 55, 0.3); } + .bp3-button.bp3-outlined{ + background:none; + -webkit-box-shadow:none; + box-shadow:none; + border:1px solid rgba(24, 32, 38, 0.2); + -webkit-box-sizing:border-box; + box-sizing:border-box; } + .bp3-button.bp3-outlined:hover{ + background:rgba(167, 182, 194, 0.3); + -webkit-box-shadow:none; + box-shadow:none; + color:#182026; + text-decoration:none; } + .bp3-button.bp3-outlined:active, .bp3-button.bp3-outlined.bp3-active{ + background:rgba(115, 134, 148, 0.3); + -webkit-box-shadow:none; + box-shadow:none; + color:#182026; } + .bp3-button.bp3-outlined:disabled, .bp3-button.bp3-outlined:disabled:hover, .bp3-button.bp3-outlined.bp3-disabled, .bp3-button.bp3-outlined.bp3-disabled:hover{ + background:none; + color:rgba(92, 112, 128, 0.6); + cursor:not-allowed; } + .bp3-button.bp3-outlined:disabled.bp3-active, .bp3-button.bp3-outlined:disabled:hover.bp3-active, .bp3-button.bp3-outlined.bp3-disabled.bp3-active, .bp3-button.bp3-outlined.bp3-disabled:hover.bp3-active{ + background:rgba(115, 134, 148, 0.3); } + .bp3-dark .bp3-button.bp3-outlined{ + background:none; + -webkit-box-shadow:none; + box-shadow:none; + color:inherit; } + .bp3-dark .bp3-button.bp3-outlined:hover, .bp3-dark .bp3-button.bp3-outlined:active, .bp3-dark .bp3-button.bp3-outlined.bp3-active{ + background:none; + -webkit-box-shadow:none; + box-shadow:none; } + .bp3-dark .bp3-button.bp3-outlined:hover{ + background:rgba(138, 155, 168, 0.15); } + .bp3-dark .bp3-button.bp3-outlined:active, .bp3-dark .bp3-button.bp3-outlined.bp3-active{ + background:rgba(138, 155, 168, 0.3); + color:#f5f8fa; } + .bp3-dark .bp3-button.bp3-outlined:disabled, .bp3-dark .bp3-button.bp3-outlined:disabled:hover, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled:hover{ + background:none; + color:rgba(167, 182, 194, 0.6); + cursor:not-allowed; } + .bp3-dark .bp3-button.bp3-outlined:disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined:disabled:hover.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled:hover.bp3-active{ + background:rgba(138, 155, 168, 0.3); } + .bp3-button.bp3-outlined.bp3-intent-primary{ + color:#106ba3; } + .bp3-button.bp3-outlined.bp3-intent-primary:hover, .bp3-button.bp3-outlined.bp3-intent-primary:active, .bp3-button.bp3-outlined.bp3-intent-primary.bp3-active{ + background:none; + -webkit-box-shadow:none; + box-shadow:none; + color:#106ba3; } + .bp3-button.bp3-outlined.bp3-intent-primary:hover{ + background:rgba(19, 124, 189, 0.15); + color:#106ba3; } + .bp3-button.bp3-outlined.bp3-intent-primary:active, .bp3-button.bp3-outlined.bp3-intent-primary.bp3-active{ + background:rgba(19, 124, 189, 0.3); + color:#106ba3; } + .bp3-button.bp3-outlined.bp3-intent-primary:disabled, .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled{ + background:none; + color:rgba(16, 107, 163, 0.5); } + .bp3-button.bp3-outlined.bp3-intent-primary:disabled.bp3-active, .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled.bp3-active{ + background:rgba(19, 124, 189, 0.3); } + .bp3-button.bp3-outlined.bp3-intent-primary .bp3-button-spinner .bp3-spinner-head{ + stroke:#106ba3; } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary{ + color:#48aff0; } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:hover{ + background:rgba(19, 124, 189, 0.2); + color:#48aff0; } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary.bp3-active{ + background:rgba(19, 124, 189, 0.3); + color:#48aff0; } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled{ + background:none; + color:rgba(72, 175, 240, 0.5); } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled.bp3-active{ + background:rgba(19, 124, 189, 0.3); } + .bp3-button.bp3-outlined.bp3-intent-success{ + color:#0d8050; } + .bp3-button.bp3-outlined.bp3-intent-success:hover, .bp3-button.bp3-outlined.bp3-intent-success:active, .bp3-button.bp3-outlined.bp3-intent-success.bp3-active{ + background:none; + -webkit-box-shadow:none; + box-shadow:none; + color:#0d8050; } + .bp3-button.bp3-outlined.bp3-intent-success:hover{ + background:rgba(15, 153, 96, 0.15); + color:#0d8050; } + .bp3-button.bp3-outlined.bp3-intent-success:active, .bp3-button.bp3-outlined.bp3-intent-success.bp3-active{ + background:rgba(15, 153, 96, 0.3); + color:#0d8050; } + .bp3-button.bp3-outlined.bp3-intent-success:disabled, .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled{ + background:none; + color:rgba(13, 128, 80, 0.5); } + .bp3-button.bp3-outlined.bp3-intent-success:disabled.bp3-active, .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled.bp3-active{ + background:rgba(15, 153, 96, 0.3); } + .bp3-button.bp3-outlined.bp3-intent-success .bp3-button-spinner .bp3-spinner-head{ + stroke:#0d8050; } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success{ + color:#3dcc91; } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:hover{ + background:rgba(15, 153, 96, 0.2); + color:#3dcc91; } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success.bp3-active{ + background:rgba(15, 153, 96, 0.3); + color:#3dcc91; } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled{ + background:none; + color:rgba(61, 204, 145, 0.5); } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled.bp3-active{ + background:rgba(15, 153, 96, 0.3); } + .bp3-button.bp3-outlined.bp3-intent-warning{ + color:#bf7326; } + .bp3-button.bp3-outlined.bp3-intent-warning:hover, .bp3-button.bp3-outlined.bp3-intent-warning:active, .bp3-button.bp3-outlined.bp3-intent-warning.bp3-active{ + background:none; + -webkit-box-shadow:none; + box-shadow:none; + color:#bf7326; } + .bp3-button.bp3-outlined.bp3-intent-warning:hover{ + background:rgba(217, 130, 43, 0.15); + color:#bf7326; } + .bp3-button.bp3-outlined.bp3-intent-warning:active, .bp3-button.bp3-outlined.bp3-intent-warning.bp3-active{ + background:rgba(217, 130, 43, 0.3); + color:#bf7326; } + .bp3-button.bp3-outlined.bp3-intent-warning:disabled, .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled{ + background:none; + color:rgba(191, 115, 38, 0.5); } + .bp3-button.bp3-outlined.bp3-intent-warning:disabled.bp3-active, .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled.bp3-active{ + background:rgba(217, 130, 43, 0.3); } + .bp3-button.bp3-outlined.bp3-intent-warning .bp3-button-spinner .bp3-spinner-head{ + stroke:#bf7326; } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning{ + color:#ffb366; } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:hover{ + background:rgba(217, 130, 43, 0.2); + color:#ffb366; } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning.bp3-active{ + background:rgba(217, 130, 43, 0.3); + color:#ffb366; } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled{ + background:none; + color:rgba(255, 179, 102, 0.5); } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled.bp3-active{ + background:rgba(217, 130, 43, 0.3); } + .bp3-button.bp3-outlined.bp3-intent-danger{ + color:#c23030; } + .bp3-button.bp3-outlined.bp3-intent-danger:hover, .bp3-button.bp3-outlined.bp3-intent-danger:active, .bp3-button.bp3-outlined.bp3-intent-danger.bp3-active{ + background:none; + -webkit-box-shadow:none; + box-shadow:none; + color:#c23030; } + .bp3-button.bp3-outlined.bp3-intent-danger:hover{ + background:rgba(219, 55, 55, 0.15); + color:#c23030; } + .bp3-button.bp3-outlined.bp3-intent-danger:active, .bp3-button.bp3-outlined.bp3-intent-danger.bp3-active{ + background:rgba(219, 55, 55, 0.3); + color:#c23030; } + .bp3-button.bp3-outlined.bp3-intent-danger:disabled, .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled{ + background:none; + color:rgba(194, 48, 48, 0.5); } + .bp3-button.bp3-outlined.bp3-intent-danger:disabled.bp3-active, .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled.bp3-active{ + background:rgba(219, 55, 55, 0.3); } + .bp3-button.bp3-outlined.bp3-intent-danger .bp3-button-spinner .bp3-spinner-head{ + stroke:#c23030; } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger{ + color:#ff7373; } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:hover{ + background:rgba(219, 55, 55, 0.2); + color:#ff7373; } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger.bp3-active{ + background:rgba(219, 55, 55, 0.3); + color:#ff7373; } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled{ + background:none; + color:rgba(255, 115, 115, 0.5); } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled.bp3-active{ + background:rgba(219, 55, 55, 0.3); } + .bp3-button.bp3-outlined:disabled, .bp3-button.bp3-outlined.bp3-disabled, .bp3-button.bp3-outlined:disabled:hover, .bp3-button.bp3-outlined.bp3-disabled:hover{ + border-color:rgba(92, 112, 128, 0.1); } + .bp3-dark .bp3-button.bp3-outlined{ + border-color:rgba(255, 255, 255, 0.4); } + .bp3-dark .bp3-button.bp3-outlined:disabled, .bp3-dark .bp3-button.bp3-outlined:disabled:hover, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled:hover{ + border-color:rgba(255, 255, 255, 0.2); } + .bp3-button.bp3-outlined.bp3-intent-primary{ + border-color:rgba(16, 107, 163, 0.6); } + .bp3-button.bp3-outlined.bp3-intent-primary:disabled, .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled{ + border-color:rgba(16, 107, 163, 0.2); } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary{ + border-color:rgba(72, 175, 240, 0.6); } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled{ + border-color:rgba(72, 175, 240, 0.2); } + .bp3-button.bp3-outlined.bp3-intent-success{ + border-color:rgba(13, 128, 80, 0.6); } + .bp3-button.bp3-outlined.bp3-intent-success:disabled, .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled{ + border-color:rgba(13, 128, 80, 0.2); } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success{ + border-color:rgba(61, 204, 145, 0.6); } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled{ + border-color:rgba(61, 204, 145, 0.2); } + .bp3-button.bp3-outlined.bp3-intent-warning{ + border-color:rgba(191, 115, 38, 0.6); } + .bp3-button.bp3-outlined.bp3-intent-warning:disabled, .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled{ + border-color:rgba(191, 115, 38, 0.2); } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning{ + border-color:rgba(255, 179, 102, 0.6); } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled{ + border-color:rgba(255, 179, 102, 0.2); } + .bp3-button.bp3-outlined.bp3-intent-danger{ + border-color:rgba(194, 48, 48, 0.6); } + .bp3-button.bp3-outlined.bp3-intent-danger:disabled, .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled{ + border-color:rgba(194, 48, 48, 0.2); } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger{ + border-color:rgba(255, 115, 115, 0.6); } + .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled{ + border-color:rgba(255, 115, 115, 0.2); } a.bp3-button{ text-align:center; @@ -1786,43 +2075,43 @@ z-index:8; } .bp3-button-group:not(.bp3-minimal) > .bp3-popover-wrapper:not(:first-child) .bp3-button, .bp3-button-group:not(.bp3-minimal) > .bp3-button:not(:first-child){ - border-top-left-radius:0; - border-bottom-left-radius:0; } + border-bottom-left-radius:0; + border-top-left-radius:0; } .bp3-button-group:not(.bp3-minimal) > .bp3-popover-wrapper:not(:last-child) .bp3-button, .bp3-button-group:not(.bp3-minimal) > .bp3-button:not(:last-child){ - margin-right:-1px; + border-bottom-right-radius:0; border-top-right-radius:0; - border-bottom-right-radius:0; } + margin-right:-1px; } .bp3-button-group.bp3-minimal .bp3-button{ + background:none; -webkit-box-shadow:none; - box-shadow:none; - background:none; } + box-shadow:none; } .bp3-button-group.bp3-minimal .bp3-button:hover{ + background:rgba(167, 182, 194, 0.3); -webkit-box-shadow:none; box-shadow:none; - background:rgba(167, 182, 194, 0.3); - text-decoration:none; - color:#182026; } + color:#182026; + text-decoration:none; } .bp3-button-group.bp3-minimal .bp3-button:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-active{ + background:rgba(115, 134, 148, 0.3); -webkit-box-shadow:none; box-shadow:none; - background:rgba(115, 134, 148, 0.3); color:#182026; } .bp3-button-group.bp3-minimal .bp3-button:disabled, .bp3-button-group.bp3-minimal .bp3-button:disabled:hover, .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled, .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled:hover{ background:none; - cursor:not-allowed; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + cursor:not-allowed; } .bp3-button-group.bp3-minimal .bp3-button:disabled.bp3-active, .bp3-button-group.bp3-minimal .bp3-button:disabled:hover.bp3-active, .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled.bp3-active, .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled:hover.bp3-active{ background:rgba(115, 134, 148, 0.3); } .bp3-dark .bp3-button-group.bp3-minimal .bp3-button{ + background:none; -webkit-box-shadow:none; box-shadow:none; - background:none; color:inherit; } .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:hover, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-active{ + background:none; -webkit-box-shadow:none; - box-shadow:none; - background:none; } + box-shadow:none; } .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:hover{ background:rgba(138, 155, 168, 0.15); } .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-active{ @@ -1830,16 +2119,16 @@ color:#f5f8fa; } .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:disabled, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:disabled:hover, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled:hover{ background:none; - cursor:not-allowed; - color:rgba(167, 182, 194, 0.6); } + color:rgba(167, 182, 194, 0.6); + cursor:not-allowed; } .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:disabled.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:disabled:hover.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled:hover.bp3-active{ background:rgba(138, 155, 168, 0.3); } .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary{ color:#106ba3; } .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:hover, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-active{ + background:none; -webkit-box-shadow:none; box-shadow:none; - background:none; color:#106ba3; } .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:hover{ background:rgba(19, 124, 189, 0.15); @@ -1870,9 +2159,9 @@ .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success{ color:#0d8050; } .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:hover, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-active{ + background:none; -webkit-box-shadow:none; box-shadow:none; - background:none; color:#0d8050; } .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:hover{ background:rgba(15, 153, 96, 0.15); @@ -1903,9 +2192,9 @@ .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning{ color:#bf7326; } .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:hover, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-active{ + background:none; -webkit-box-shadow:none; box-shadow:none; - background:none; color:#bf7326; } .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:hover{ background:rgba(217, 130, 43, 0.15); @@ -1936,9 +2225,9 @@ .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger{ color:#c23030; } .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:hover, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-active{ + background:none; -webkit-box-shadow:none; box-shadow:none; - background:none; color:#c23030; } .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:hover{ background:rgba(219, 55, 55, 0.15); @@ -1985,17 +2274,17 @@ -ms-flex:1 1 auto; flex:1 1 auto; } .bp3-button-group.bp3-vertical{ + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; - -webkit-box-align:stretch; - -ms-flex-align:stretch; - align-items:stretch; vertical-align:top; } .bp3-button-group.bp3-vertical.bp3-fill{ - width:unset; - height:100%; } + height:100%; + width:unset; } .bp3-button-group.bp3-vertical .bp3-button{ margin-right:0 !important; width:100%; } @@ -2017,38 +2306,38 @@ .bp3-dark .bp3-button-group.bp3-vertical > .bp3-button:not(:last-child){ margin-bottom:1px; } .bp3-callout{ - line-height:1.5; font-size:14px; - position:relative; - border-radius:3px; + line-height:1.5; background-color:rgba(138, 155, 168, 0.15); - width:100%; - padding:10px 12px 9px; } + border-radius:3px; + padding:10px 12px 9px; + position:relative; + width:100%; } .bp3-callout[class*="bp3-icon-"]{ padding-left:40px; } .bp3-callout[class*="bp3-icon-"]::before{ - line-height:1; font-family:"Icons20", sans-serif; font-size:20px; - font-weight:400; font-style:normal; + font-weight:400; + line-height:1; -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; - position:absolute; - top:10px; + color:#5c7080; left:10px; - color:#5c7080; } + position:absolute; + top:10px; } .bp3-callout.bp3-callout-icon{ padding-left:40px; } .bp3-callout.bp3-callout-icon > .bp3-icon:first-child{ - position:absolute; - top:10px; + color:#5c7080; left:10px; - color:#5c7080; } + position:absolute; + top:10px; } .bp3-callout .bp3-heading{ - margin-top:0; + line-height:20px; margin-bottom:5px; - line-height:20px; } + margin-top:0; } .bp3-callout .bp3-heading:last-child{ margin-bottom:0; } .bp3-dark .bp3-callout{ @@ -2106,10 +2395,10 @@ .bp3-running-text .bp3-callout{ margin:20px 0; } .bp3-card{ + background-color:#ffffff; border-radius:3px; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.15), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0); box-shadow:0 0 0 1px rgba(16, 22, 26, 0.15), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0); - background-color:#ffffff; padding:20px; -webkit-transition:-webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 200ms cubic-bezier(0.4, 1, 0.75, 0.9); transition:-webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 200ms cubic-bezier(0.4, 1, 0.75, 0.9); @@ -2117,9 +2406,9 @@ transition:transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), box-shadow 200ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 200ms cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-card.bp3-dark, .bp3-dark .bp3-card{ + background-color:#30404d; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0); - background-color:#30404d; } + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0); } .bp3-elevation-0{ -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.15), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0); @@ -2171,9 +2460,9 @@ box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); } .bp3-card.bp3-interactive:active{ - opacity:0.9; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); + opacity:0.9; -webkit-transition-duration:0; transition-duration:0; } .bp3-card.bp3-interactive:active.bp3-dark, @@ -2201,31 +2490,31 @@ position:fixed; } .bp3-divider{ - margin:5px; + border-bottom:1px solid rgba(16, 22, 26, 0.15); border-right:1px solid rgba(16, 22, 26, 0.15); - border-bottom:1px solid rgba(16, 22, 26, 0.15); } + margin:5px; } .bp3-dark .bp3-divider{ border-color:rgba(16, 22, 26, 0.4); } .bp3-dialog-container{ opacity:1; -webkit-transform:scale(1); transform:scale(1); - display:-webkit-box; - display:-ms-flexbox; - display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; - width:100%; min-height:100%; pointer-events:none; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; - user-select:none; } + user-select:none; + width:100%; } .bp3-dialog-container.bp3-overlay-enter > .bp3-dialog, .bp3-dialog-container.bp3-overlay-appear > .bp3-dialog{ opacity:0; -webkit-transform:scale(0.5); @@ -2234,16 +2523,16 @@ opacity:1; -webkit-transform:scale(1); transform:scale(1); + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:300ms; + transition-duration:300ms; -webkit-transition-property:opacity, -webkit-transform; transition-property:opacity, -webkit-transform; transition-property:opacity, transform; transition-property:opacity, transform, -webkit-transform; - -webkit-transition-duration:300ms; - transition-duration:300ms; -webkit-transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); - transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); } .bp3-dialog-container.bp3-overlay-exit > .bp3-dialog{ opacity:1; -webkit-transform:scale(1); @@ -2252,18 +2541,22 @@ opacity:0; -webkit-transform:scale(0.5); transform:scale(0.5); + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:300ms; + transition-duration:300ms; -webkit-transition-property:opacity, -webkit-transform; transition-property:opacity, -webkit-transform; transition-property:opacity, transform; transition-property:opacity, transform, -webkit-transform; - -webkit-transition-duration:300ms; - transition-duration:300ms; -webkit-transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); - transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); } .bp3-dialog{ + background:#ebf1f5; + border-radius:6px; + -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); display:-webkit-box; display:-ms-flexbox; display:flex; @@ -2272,50 +2565,47 @@ -ms-flex-direction:column; flex-direction:column; margin:30px 0; - border-radius:6px; - -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); - background:#ebf1f5; - width:500px; padding-bottom:20px; pointer-events:all; -webkit-user-select:text; -moz-user-select:text; -ms-user-select:text; - user-select:text; } + user-select:text; + width:500px; } .bp3-dialog:focus{ outline:0; } .bp3-dialog.bp3-dark, .bp3-dark .bp3-dialog{ + background:#293742; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); - background:#293742; color:#f5f8fa; } .bp3-dialog-header{ - display:-webkit-box; - display:-ms-flexbox; - display:flex; - -webkit-box-flex:0; - -ms-flex:0 0 auto; - flex:0 0 auto; -webkit-box-align:center; -ms-flex-align:center; align-items:center; + background:#ffffff; border-radius:6px 6px 0 0; -webkit-box-shadow:0 1px 0 rgba(16, 22, 26, 0.15); box-shadow:0 1px 0 rgba(16, 22, 26, 0.15); - background:#ffffff; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; min-height:40px; + padding-left:20px; padding-right:5px; - padding-left:20px; } + z-index:30; } .bp3-dialog-header .bp3-icon-large, .bp3-dialog-header .bp3-icon{ + color:#5c7080; -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; - margin-right:10px; - color:#5c7080; } + margin-right:10px; } .bp3-dialog-header .bp3-heading{ overflow:hidden; text-overflow:ellipsis; @@ -2324,14 +2614,14 @@ -webkit-box-flex:1; -ms-flex:1 1 auto; flex:1 1 auto; - margin:0; - line-height:inherit; } + line-height:inherit; + margin:0; } .bp3-dialog-header .bp3-heading:last-child{ margin-right:20px; } .bp3-dark .bp3-dialog-header{ + background:#30404d; -webkit-box-shadow:0 1px 0 rgba(16, 22, 26, 0.4); - box-shadow:0 1px 0 rgba(16, 22, 26, 0.4); - background:#30404d; } + box-shadow:0 1px 0 rgba(16, 22, 26, 0.4); } .bp3-dark .bp3-dialog-header .bp3-icon-large, .bp3-dark .bp3-dialog-header .bp3-icon{ color:#a7b6c2; } @@ -2340,8 +2630,8 @@ -webkit-box-flex:1; -ms-flex:1 1 auto; flex:1 1 auto; - margin:20px; - line-height:18px; } + line-height:18px; + margin:20px; } .bp3-dialog-footer{ -webkit-box-flex:0; @@ -2358,7 +2648,121 @@ justify-content:flex-end; } .bp3-dialog-footer-actions .bp3-button{ margin-left:10px; } +.bp3-multistep-dialog-panels{ + display:-webkit-box; + display:-ms-flexbox; + display:flex; } + +.bp3-multistep-dialog-left-panel{ + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; } + .bp3-dark .bp3-multistep-dialog-left-panel{ + background:#202b33; } + +.bp3-multistep-dialog-right-panel{ + background-color:#f5f8fa; + border-left:1px solid rgba(16, 22, 26, 0.15); + border-radius:0 0 6px 0; + -webkit-box-flex:3; + -ms-flex:3; + flex:3; + min-width:0; } + .bp3-dark .bp3-multistep-dialog-right-panel{ + background-color:#293742; + border-left:1px solid rgba(16, 22, 26, 0.4); } + +.bp3-multistep-dialog-footer{ + background-color:#ffffff; + border-radius:0 0 6px 0; + border-top:1px solid rgba(16, 22, 26, 0.15); + padding:10px; } + .bp3-dark .bp3-multistep-dialog-footer{ + background:#30404d; + border-top:1px solid rgba(16, 22, 26, 0.4); } + +.bp3-dialog-step-container{ + background-color:#f5f8fa; + border-bottom:1px solid rgba(16, 22, 26, 0.15); } + .bp3-dark .bp3-dialog-step-container{ + background:#293742; + border-bottom:1px solid rgba(16, 22, 26, 0.4); } + .bp3-dialog-step-container.bp3-dialog-step-viewed{ + background-color:#ffffff; } + .bp3-dark .bp3-dialog-step-container.bp3-dialog-step-viewed{ + background:#30404d; } + +.bp3-dialog-step{ + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-color:#f5f8fa; + border-radius:6px; + cursor:not-allowed; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + margin:4px; + padding:6px 14px; } + .bp3-dark .bp3-dialog-step{ + background:#293742; } + .bp3-dialog-step-viewed .bp3-dialog-step{ + background-color:#ffffff; + cursor:pointer; } + .bp3-dark .bp3-dialog-step-viewed .bp3-dialog-step{ + background:#30404d; } + .bp3-dialog-step:hover{ + background-color:#f5f8fa; } + .bp3-dark .bp3-dialog-step:hover{ + background:#293742; } + +.bp3-dialog-step-icon{ + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-color:rgba(92, 112, 128, 0.6); + border-radius:50%; + color:#ffffff; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + height:25px; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + width:25px; } + .bp3-dark .bp3-dialog-step-icon{ + background-color:rgba(167, 182, 194, 0.6); } + .bp3-active.bp3-dialog-step-viewed .bp3-dialog-step-icon{ + background-color:#2b95d6; } + .bp3-dialog-step-viewed .bp3-dialog-step-icon{ + background-color:#8a9ba8; } + +.bp3-dialog-step-title{ + color:rgba(92, 112, 128, 0.6); + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + padding-left:10px; } + .bp3-dark .bp3-dialog-step-title{ + color:rgba(167, 182, 194, 0.6); } + .bp3-active.bp3-dialog-step-viewed .bp3-dialog-step-title{ + color:#2b95d6; } + .bp3-dialog-step-viewed:not(.bp3-active) .bp3-dialog-step-title{ + color:#182026; } + .bp3-dark .bp3-dialog-step-viewed:not(.bp3-active) .bp3-dialog-step-title{ + color:#f5f8fa; } .bp3-drawer{ + background:#ffffff; + -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); display:-webkit-box; display:-ms-flexbox; display:flex; @@ -2367,90 +2771,87 @@ -ms-flex-direction:column; flex-direction:column; margin:0; - -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); - background:#ffffff; padding:0; } .bp3-drawer:focus{ outline:0; } .bp3-drawer.bp3-position-top{ - top:0; - right:0; + height:50%; left:0; - height:50%; } + right:0; + top:0; } .bp3-drawer.bp3-position-top.bp3-overlay-enter, .bp3-drawer.bp3-position-top.bp3-overlay-appear{ -webkit-transform:translateY(-100%); transform:translateY(-100%); } .bp3-drawer.bp3-position-top.bp3-overlay-enter-active, .bp3-drawer.bp3-position-top.bp3-overlay-appear-active{ -webkit-transform:translateY(0); transform:translateY(0); + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:200ms; + transition-duration:200ms; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; transition-property:transform; transition-property:transform, -webkit-transform; - -webkit-transition-duration:200ms; - transition-duration:200ms; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-drawer.bp3-position-top.bp3-overlay-exit{ -webkit-transform:translateY(0); transform:translateY(0); } .bp3-drawer.bp3-position-top.bp3-overlay-exit-active{ -webkit-transform:translateY(-100%); transform:translateY(-100%); + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:100ms; + transition-duration:100ms; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; transition-property:transform; transition-property:transform, -webkit-transform; - -webkit-transition-duration:100ms; - transition-duration:100ms; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-drawer.bp3-position-bottom{ - right:0; bottom:0; + height:50%; left:0; - height:50%; } + right:0; } .bp3-drawer.bp3-position-bottom.bp3-overlay-enter, .bp3-drawer.bp3-position-bottom.bp3-overlay-appear{ -webkit-transform:translateY(100%); transform:translateY(100%); } .bp3-drawer.bp3-position-bottom.bp3-overlay-enter-active, .bp3-drawer.bp3-position-bottom.bp3-overlay-appear-active{ -webkit-transform:translateY(0); transform:translateY(0); + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:200ms; + transition-duration:200ms; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; transition-property:transform; transition-property:transform, -webkit-transform; - -webkit-transition-duration:200ms; - transition-duration:200ms; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-drawer.bp3-position-bottom.bp3-overlay-exit{ -webkit-transform:translateY(0); transform:translateY(0); } .bp3-drawer.bp3-position-bottom.bp3-overlay-exit-active{ -webkit-transform:translateY(100%); transform:translateY(100%); + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:100ms; + transition-duration:100ms; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; transition-property:transform; transition-property:transform, -webkit-transform; - -webkit-transition-duration:100ms; - transition-duration:100ms; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-drawer.bp3-position-left{ - top:0; bottom:0; left:0; + top:0; width:50%; } .bp3-drawer.bp3-position-left.bp3-overlay-enter, .bp3-drawer.bp3-position-left.bp3-overlay-appear{ -webkit-transform:translateX(-100%); @@ -2458,36 +2859,36 @@ .bp3-drawer.bp3-position-left.bp3-overlay-enter-active, .bp3-drawer.bp3-position-left.bp3-overlay-appear-active{ -webkit-transform:translateX(0); transform:translateX(0); + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:200ms; + transition-duration:200ms; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; transition-property:transform; transition-property:transform, -webkit-transform; - -webkit-transition-duration:200ms; - transition-duration:200ms; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-drawer.bp3-position-left.bp3-overlay-exit{ -webkit-transform:translateX(0); transform:translateX(0); } .bp3-drawer.bp3-position-left.bp3-overlay-exit-active{ -webkit-transform:translateX(-100%); transform:translateX(-100%); + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:100ms; + transition-duration:100ms; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; transition-property:transform; transition-property:transform, -webkit-transform; - -webkit-transition-duration:100ms; - transition-duration:100ms; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-drawer.bp3-position-right{ - top:0; - right:0; bottom:0; + right:0; + top:0; width:50%; } .bp3-drawer.bp3-position-right.bp3-overlay-enter, .bp3-drawer.bp3-position-right.bp3-overlay-appear{ -webkit-transform:translateX(100%); @@ -2495,37 +2896,37 @@ .bp3-drawer.bp3-position-right.bp3-overlay-enter-active, .bp3-drawer.bp3-position-right.bp3-overlay-appear-active{ -webkit-transform:translateX(0); transform:translateX(0); + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:200ms; + transition-duration:200ms; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; transition-property:transform; transition-property:transform, -webkit-transform; - -webkit-transition-duration:200ms; - transition-duration:200ms; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-drawer.bp3-position-right.bp3-overlay-exit{ -webkit-transform:translateX(0); transform:translateX(0); } .bp3-drawer.bp3-position-right.bp3-overlay-exit-active{ -webkit-transform:translateX(100%); transform:translateX(100%); + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:100ms; + transition-duration:100ms; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; transition-property:transform; transition-property:transform, -webkit-transform; - -webkit-transition-duration:100ms; - transition-duration:100ms; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not( .bp3-position-right):not(.bp3-vertical){ - top:0; - right:0; bottom:0; + right:0; + top:0; width:50%; } .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not( .bp3-position-right):not(.bp3-vertical).bp3-overlay-enter, .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not( @@ -2537,16 +2938,16 @@ .bp3-position-right):not(.bp3-vertical).bp3-overlay-appear-active{ -webkit-transform:translateX(0); transform:translateX(0); + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:200ms; + transition-duration:200ms; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; transition-property:transform; transition-property:transform, -webkit-transform; - -webkit-transition-duration:200ms; - transition-duration:200ms; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not( .bp3-position-right):not(.bp3-vertical).bp3-overlay-exit{ -webkit-transform:translateX(0); @@ -2555,22 +2956,22 @@ .bp3-position-right):not(.bp3-vertical).bp3-overlay-exit-active{ -webkit-transform:translateX(100%); transform:translateX(100%); + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:100ms; + transition-duration:100ms; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; transition-property:transform; transition-property:transform, -webkit-transform; - -webkit-transition-duration:100ms; - transition-duration:100ms; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not( .bp3-position-right).bp3-vertical{ - right:0; bottom:0; + height:50%; left:0; - height:50%; } + right:0; } .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not( .bp3-position-right).bp3-vertical.bp3-overlay-enter, .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not( .bp3-position-right).bp3-vertical.bp3-overlay-appear{ @@ -2581,16 +2982,16 @@ .bp3-position-right).bp3-vertical.bp3-overlay-appear-active{ -webkit-transform:translateY(0); transform:translateY(0); + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:200ms; + transition-duration:200ms; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; transition-property:transform; transition-property:transform, -webkit-transform; - -webkit-transition-duration:200ms; - transition-duration:200ms; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not( .bp3-position-right).bp3-vertical.bp3-overlay-exit{ -webkit-transform:translateY(0); @@ -2599,47 +3000,47 @@ .bp3-position-right).bp3-vertical.bp3-overlay-exit-active{ -webkit-transform:translateY(100%); transform:translateY(100%); + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:100ms; + transition-duration:100ms; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; transition-property:transform; transition-property:transform, -webkit-transform; - -webkit-transition-duration:100ms; - transition-duration:100ms; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-drawer.bp3-dark, .bp3-dark .bp3-drawer{ + background:#30404d; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); - background:#30404d; color:#f5f8fa; } .bp3-drawer-header{ - display:-webkit-box; - display:-ms-flexbox; - display:flex; - -webkit-box-flex:0; - -ms-flex:0 0 auto; - flex:0 0 auto; -webkit-box-align:center; -ms-flex-align:center; align-items:center; - position:relative; border-radius:0; -webkit-box-shadow:0 1px 0 rgba(16, 22, 26, 0.15); box-shadow:0 1px 0 rgba(16, 22, 26, 0.15); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; min-height:40px; padding:5px; - padding-left:20px; } + padding-left:20px; + position:relative; } .bp3-drawer-header .bp3-icon-large, .bp3-drawer-header .bp3-icon{ + color:#5c7080; -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; - margin-right:10px; - color:#5c7080; } + margin-right:10px; } .bp3-drawer-header .bp3-heading{ overflow:hidden; text-overflow:ellipsis; @@ -2648,8 +3049,8 @@ -webkit-box-flex:1; -ms-flex:1 1 auto; flex:1 1 auto; - margin:0; - line-height:inherit; } + line-height:inherit; + margin:0; } .bp3-drawer-header .bp3-heading:last-child{ margin-right:20px; } .bp3-dark .bp3-drawer-header{ @@ -2663,33 +3064,33 @@ -webkit-box-flex:1; -ms-flex:1 1 auto; flex:1 1 auto; - overflow:auto; - line-height:18px; } + line-height:18px; + overflow:auto; } .bp3-drawer-footer{ + -webkit-box-shadow:inset 0 1px 0 rgba(16, 22, 26, 0.15); + box-shadow:inset 0 1px 0 rgba(16, 22, 26, 0.15); -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; - position:relative; - -webkit-box-shadow:inset 0 1px 0 rgba(16, 22, 26, 0.15); - box-shadow:inset 0 1px 0 rgba(16, 22, 26, 0.15); - padding:10px 20px; } + padding:10px 20px; + position:relative; } .bp3-dark .bp3-drawer-footer{ -webkit-box-shadow:inset 0 1px 0 rgba(16, 22, 26, 0.4); box-shadow:inset 0 1px 0 rgba(16, 22, 26, 0.4); } .bp3-editable-text{ - display:inline-block; - position:relative; cursor:text; + display:inline-block; max-width:100%; + position:relative; vertical-align:top; white-space:nowrap; } .bp3-editable-text::before{ - position:absolute; - top:-3px; - right:-3px; bottom:-3px; left:-3px; + position:absolute; + right:-3px; + top:-3px; border-radius:3px; content:""; -webkit-transition:background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); @@ -2700,9 +3101,9 @@ -webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15); box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15); } .bp3-editable-text.bp3-editable-text-editing::before{ + background-color:#ffffff; -webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); - box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); - background-color:#ffffff; } + box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } .bp3-editable-text.bp3-disabled::before{ -webkit-box-shadow:none; box-shadow:none; } @@ -2746,9 +3147,9 @@ -webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.15); box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.15); } .bp3-dark .bp3-editable-text.bp3-editable-text-editing::before{ + background-color:rgba(16, 22, 26, 0.3); -webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); - box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); - background-color:rgba(16, 22, 26, 0.3); } + box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } .bp3-dark .bp3-editable-text.bp3-disabled::before{ -webkit-box-shadow:none; box-shadow:none; } @@ -2787,40 +3188,40 @@ .bp3-editable-text-input, .bp3-editable-text-content{ + color:inherit; display:inherit; - position:relative; - min-width:inherit; + font:inherit; + letter-spacing:inherit; max-width:inherit; - vertical-align:top; + min-width:inherit; + position:relative; + resize:none; text-transform:inherit; - letter-spacing:inherit; - color:inherit; - font:inherit; - resize:none; } + vertical-align:top; } .bp3-editable-text-input{ + background:none; border:none; -webkit-box-shadow:none; box-shadow:none; - background:none; - width:100%; padding:0; - white-space:pre-wrap; } + white-space:pre-wrap; + width:100%; } .bp3-editable-text-input::-webkit-input-placeholder{ - opacity:1; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + opacity:1; } .bp3-editable-text-input::-moz-placeholder{ - opacity:1; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + opacity:1; } .bp3-editable-text-input:-ms-input-placeholder{ - opacity:1; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + opacity:1; } .bp3-editable-text-input::-ms-input-placeholder{ - opacity:1; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + opacity:1; } .bp3-editable-text-input::placeholder{ - opacity:1; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + opacity:1; } .bp3-editable-text-input:focus{ outline:none; } .bp3-editable-text-input::-ms-clear{ @@ -2832,8 +3233,8 @@ text-overflow:ellipsis; white-space:pre; } .bp3-editable-text-editing > .bp3-editable-text-content{ - position:absolute; left:0; + position:absolute; visibility:hidden; } .bp3-editable-text-placeholder > .bp3-editable-text-content{ color:rgba(92, 112, 128, 0.6); } @@ -2846,6 +3247,12 @@ overflow:auto; white-space:pre-wrap; word-wrap:break-word; } +.bp3-divider{ + border-bottom:1px solid rgba(16, 22, 26, 0.15); + border-right:1px solid rgba(16, 22, 26, 0.15); + margin:5px; } + .bp3-dark .bp3-divider{ + border-color:rgba(16, 22, 26, 0.4); } .bp3-control-group{ -webkit-transform:translateZ(0); transform:translateZ(0); @@ -2877,11 +3284,11 @@ .bp3-control-group .bp3-select{ position:relative; } .bp3-control-group .bp3-input{ - z-index:2; - border-radius:inherit; } + border-radius:inherit; + z-index:2; } .bp3-control-group .bp3-input:focus{ - z-index:14; - border-radius:3px; } + border-radius:3px; + z-index:14; } .bp3-control-group .bp3-input[class*="bp3-intent"]{ z-index:13; } .bp3-control-group .bp3-input[class*="bp3-intent"]:focus{ @@ -2897,8 +3304,8 @@ .bp3-control-group .bp3-select select{ -webkit-transform:translateZ(0); transform:translateZ(0); - z-index:4; - border-radius:inherit; } + border-radius:inherit; + z-index:4; } .bp3-control-group .bp3-button:focus, .bp3-control-group .bp3-html-select select:focus, .bp3-control-group .bp3-select select:focus{ @@ -2945,6 +3352,7 @@ z-index:8; } .bp3-control-group .bp3-input-group > .bp3-icon, .bp3-control-group .bp3-input-group > .bp3-button, + .bp3-control-group .bp3-input-group > .bp3-input-left-container, .bp3-control-group .bp3-input-group > .bp3-input-action{ z-index:16; } .bp3-control-group .bp3-select::after, @@ -2952,9 +3360,13 @@ .bp3-control-group .bp3-select > .bp3-icon, .bp3-control-group .bp3-html-select > .bp3-icon{ z-index:17; } - .bp3-control-group:not(.bp3-vertical) > *{ + .bp3-control-group .bp3-select:focus-within{ + z-index:5; } + .bp3-control-group:not(.bp3-vertical) > *:not(.bp3-divider){ margin-right:-1px; } - .bp3-dark .bp3-control-group:not(.bp3-vertical) > *{ + .bp3-control-group:not(.bp3-vertical) > .bp3-divider:not(:first-child){ + margin-left:6px; } + .bp3-dark .bp3-control-group:not(.bp3-vertical) > *:not(.bp3-divider){ margin-right:0; } .bp3-dark .bp3-control-group:not(.bp3-vertical) > .bp3-button + .bp3-button{ margin-left:1px; } @@ -2964,13 +3376,18 @@ .bp3-control-group > :first-child{ border-radius:3px 0 0 3px; } .bp3-control-group > :last-child{ - margin-right:0; - border-radius:0 3px 3px 0; } + border-radius:0 3px 3px 0; + margin-right:0; } .bp3-control-group > :only-child{ - margin-right:0; - border-radius:3px; } - .bp3-control-group .bp3-input-group .bp3-button{ + border-radius:3px; + margin-right:0; } + .bp3-control-group .bp3-input-group .bp3-button{ border-radius:3px; } + .bp3-control-group .bp3-numeric-input:not(:first-child) .bp3-input-group{ + border-bottom-left-radius:0; + border-top-left-radius:0; } + .bp3-control-group.bp3-fill{ + width:100%; } .bp3-control-group > .bp3-fill{ -webkit-box-flex:1; -ms-flex:1 1 auto; @@ -2987,50 +3404,50 @@ .bp3-control-group.bp3-vertical > *{ margin-top:-1px; } .bp3-control-group.bp3-vertical > :first-child{ - margin-top:0; - border-radius:3px 3px 0 0; } + border-radius:3px 3px 0 0; + margin-top:0; } .bp3-control-group.bp3-vertical > :last-child{ border-radius:0 0 3px 3px; } .bp3-control{ + cursor:pointer; display:block; - position:relative; margin-bottom:10px; - cursor:pointer; + position:relative; text-transform:none; } .bp3-control input:checked ~ .bp3-control-indicator{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); background-color:#137cbd; background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0))); background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); color:#ffffff; } .bp3-control:hover input:checked ~ .bp3-control-indicator{ + background-color:#106ba3; -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); - background-color:#106ba3; } + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); } .bp3-control input:not(:disabled):active:checked ~ .bp3-control-indicator{ + background:#0e5a8a; -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); - background:#0e5a8a; } + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); } .bp3-control input:disabled:checked ~ .bp3-control-indicator{ + background:rgba(19, 124, 189, 0.5); -webkit-box-shadow:none; - box-shadow:none; - background:rgba(19, 124, 189, 0.5); } + box-shadow:none; } .bp3-dark .bp3-control input:checked ~ .bp3-control-indicator{ -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } .bp3-dark .bp3-control:hover input:checked ~ .bp3-control-indicator{ + background-color:#106ba3; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); - background-color:#106ba3; } + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } .bp3-dark .bp3-control input:not(:disabled):active:checked ~ .bp3-control-indicator{ + background-color:#0e5a8a; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); - background-color:#0e5a8a; } + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); } .bp3-dark .bp3-control input:disabled:checked ~ .bp3-control-indicator{ + background:rgba(14, 90, 138, 0.5); -webkit-box-shadow:none; - box-shadow:none; - background:rgba(14, 90, 138, 0.5); } + box-shadow:none; } .bp3-control:not(.bp3-align-right){ padding-left:26px; } .bp3-control:not(.bp3-align-right) .bp3-control-indicator{ @@ -3040,53 +3457,53 @@ .bp3-control.bp3-align-right .bp3-control-indicator{ margin-right:-26px; } .bp3-control.bp3-disabled{ - cursor:not-allowed; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + cursor:not-allowed; } .bp3-control.bp3-inline{ display:inline-block; margin-right:20px; } .bp3-control input{ - position:absolute; - top:0; left:0; opacity:0; + position:absolute; + top:0; z-index:-1; } .bp3-control .bp3-control-indicator{ - display:inline-block; - position:relative; - margin-top:-3px; - margin-right:10px; - border:none; - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); background-clip:padding-box; background-color:#f5f8fa; background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))); background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); + border:none; + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); cursor:pointer; - width:1em; - height:1em; - vertical-align:middle; + display:inline-block; font-size:16px; + height:1em; + margin-right:10px; + margin-top:-3px; + position:relative; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; - user-select:none; } + user-select:none; + vertical-align:middle; + width:1em; } .bp3-control .bp3-control-indicator::before{ + content:""; display:block; - width:1em; height:1em; - content:""; } + width:1em; } .bp3-control:hover .bp3-control-indicator{ background-color:#ebf1f5; } .bp3-control input:not(:disabled):active ~ .bp3-control-indicator{ + background:#d8e1e8; -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); - background:#d8e1e8; } + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); } .bp3-control input:disabled ~ .bp3-control-indicator{ + background:rgba(206, 217, 224, 0.5); -webkit-box-shadow:none; box-shadow:none; - background:rgba(206, 217, 224, 0.5); cursor:not-allowed; } .bp3-control input:focus ~ .bp3-control-indicator{ outline:rgba(19, 124, 189, 0.6) auto 2px; @@ -3094,8 +3511,8 @@ -moz-outline-radius:6px; } .bp3-control.bp3-align-right .bp3-control-indicator{ float:right; - margin-top:1px; - margin-left:10px; } + margin-left:10px; + margin-top:1px; } .bp3-control.bp3-large{ font-size:16px; } .bp3-control.bp3-large:not(.bp3-align-right){ @@ -3111,43 +3528,43 @@ .bp3-control.bp3-large.bp3-align-right .bp3-control-indicator{ margin-top:0; } .bp3-control.bp3-checkbox input:indeterminate ~ .bp3-control-indicator{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); background-color:#137cbd; background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0))); background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); color:#ffffff; } .bp3-control.bp3-checkbox:hover input:indeterminate ~ .bp3-control-indicator{ + background-color:#106ba3; -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); - background-color:#106ba3; } + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); } .bp3-control.bp3-checkbox input:not(:disabled):active:indeterminate ~ .bp3-control-indicator{ + background:#0e5a8a; -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); - background:#0e5a8a; } + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); } .bp3-control.bp3-checkbox input:disabled:indeterminate ~ .bp3-control-indicator{ + background:rgba(19, 124, 189, 0.5); -webkit-box-shadow:none; - box-shadow:none; - background:rgba(19, 124, 189, 0.5); } + box-shadow:none; } .bp3-dark .bp3-control.bp3-checkbox input:indeterminate ~ .bp3-control-indicator{ -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } .bp3-dark .bp3-control.bp3-checkbox:hover input:indeterminate ~ .bp3-control-indicator{ + background-color:#106ba3; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); - background-color:#106ba3; } + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } .bp3-dark .bp3-control.bp3-checkbox input:not(:disabled):active:indeterminate ~ .bp3-control-indicator{ + background-color:#0e5a8a; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); - background-color:#0e5a8a; } + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); } .bp3-dark .bp3-control.bp3-checkbox input:disabled:indeterminate ~ .bp3-control-indicator{ + background:rgba(14, 90, 138, 0.5); -webkit-box-shadow:none; - box-shadow:none; - background:rgba(14, 90, 138, 0.5); } + box-shadow:none; } .bp3-control.bp3-checkbox .bp3-control-indicator{ border-radius:3px; } .bp3-control.bp3-checkbox input:checked ~ .bp3-control-indicator::before{ - background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 5c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 0 0-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0 0 12 5z' fill='white'/%3e%3c/svg%3e"); } + background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 5c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0012 5z' fill='white'/%3e%3c/svg%3e"); } .bp3-control.bp3-checkbox input:indeterminate ~ .bp3-control-indicator::before{ background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 7H5c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1z' fill='white'/%3e%3c/svg%3e"); } .bp3-control.bp3-radio .bp3-control-indicator{ @@ -3191,22 +3608,22 @@ border-radius:1.75em; -webkit-box-shadow:none !important; box-shadow:none !important; - width:auto; min-width:1.75em; -webkit-transition:background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9); - transition:background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9); } + transition:background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9); + width:auto; } .bp3-control.bp3-switch .bp3-control-indicator::before{ - position:absolute; - left:0; - margin:2px; + background:#ffffff; border-radius:50%; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2); - background:#ffffff; - width:calc(1em - 4px); height:calc(1em - 4px); + left:0; + margin:2px; + position:absolute; -webkit-transition:left 100ms cubic-bezier(0.4, 1, 0.75, 0.9); - transition:left 100ms cubic-bezier(0.4, 1, 0.75, 0.9); } + transition:left 100ms cubic-bezier(0.4, 1, 0.75, 0.9); + width:calc(1em - 4px); } .bp3-control.bp3-switch input:checked ~ .bp3-control-indicator::before{ left:calc(100% - 1em); } .bp3-control.bp3-switch.bp3-large:not(.bp3-align-right){ @@ -3238,96 +3655,96 @@ .bp3-dark .bp3-control.bp3-switch input:checked:disabled ~ .bp3-control-indicator::before{ background:rgba(16, 22, 26, 0.4); } .bp3-dark .bp3-control.bp3-switch .bp3-control-indicator::before{ + background:#394b59; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); - background:#394b59; } + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } .bp3-dark .bp3-control.bp3-switch input:checked ~ .bp3-control-indicator::before{ -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); } .bp3-control.bp3-switch .bp3-switch-inner-text{ - text-align:center; - font-size:0.7em; } + font-size:0.7em; + text-align:center; } .bp3-control.bp3-switch .bp3-control-indicator-child:first-child{ - visibility:hidden; - margin-right:1.2em; + line-height:0; margin-left:0.5em; - line-height:0; } + margin-right:1.2em; + visibility:hidden; } .bp3-control.bp3-switch .bp3-control-indicator-child:last-child{ - visibility:visible; - margin-right:0.5em; + line-height:1em; margin-left:1.2em; - line-height:1em; } + margin-right:0.5em; + visibility:visible; } .bp3-control.bp3-switch input:checked ~ .bp3-control-indicator .bp3-control-indicator-child:first-child{ - visibility:visible; - line-height:1em; } + line-height:1em; + visibility:visible; } .bp3-control.bp3-switch input:checked ~ .bp3-control-indicator .bp3-control-indicator-child:last-child{ - visibility:hidden; - line-height:0; } + line-height:0; + visibility:hidden; } .bp3-dark .bp3-control{ color:#f5f8fa; } .bp3-dark .bp3-control.bp3-disabled{ color:rgba(167, 182, 194, 0.6); } .bp3-dark .bp3-control .bp3-control-indicator{ - -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); background-color:#394b59; background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0))); - background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)); } + background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)); + -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } .bp3-dark .bp3-control:hover .bp3-control-indicator{ background-color:#30404d; } .bp3-dark .bp3-control input:not(:disabled):active ~ .bp3-control-indicator{ + background:#202b33; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); - background:#202b33; } + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); } .bp3-dark .bp3-control input:disabled ~ .bp3-control-indicator{ + background:rgba(57, 75, 89, 0.5); -webkit-box-shadow:none; box-shadow:none; - background:rgba(57, 75, 89, 0.5); cursor:not-allowed; } .bp3-dark .bp3-control.bp3-checkbox input:disabled:checked ~ .bp3-control-indicator, .bp3-dark .bp3-control.bp3-checkbox input:disabled:indeterminate ~ .bp3-control-indicator{ color:rgba(167, 182, 194, 0.6); } .bp3-file-input{ - display:inline-block; - position:relative; cursor:pointer; - height:30px; } + display:inline-block; + height:30px; + position:relative; } .bp3-file-input input{ - opacity:0; margin:0; - min-width:200px; } + min-width:200px; + opacity:0; } .bp3-file-input input:disabled + .bp3-file-upload-input, .bp3-file-input input.bp3-disabled + .bp3-file-upload-input{ + background:rgba(206, 217, 224, 0.5); -webkit-box-shadow:none; box-shadow:none; - background:rgba(206, 217, 224, 0.5); - cursor:not-allowed; color:rgba(92, 112, 128, 0.6); + cursor:not-allowed; resize:none; } .bp3-file-input input:disabled + .bp3-file-upload-input::after, .bp3-file-input input.bp3-disabled + .bp3-file-upload-input::after{ - outline:none; - -webkit-box-shadow:none; - box-shadow:none; background-color:rgba(206, 217, 224, 0.5); background-image:none; + -webkit-box-shadow:none; + box-shadow:none; + color:rgba(92, 112, 128, 0.6); cursor:not-allowed; - color:rgba(92, 112, 128, 0.6); } + outline:none; } .bp3-file-input input:disabled + .bp3-file-upload-input::after.bp3-active, .bp3-file-input input:disabled + .bp3-file-upload-input::after.bp3-active:hover, .bp3-file-input input.bp3-disabled + .bp3-file-upload-input::after.bp3-active, .bp3-file-input input.bp3-disabled + .bp3-file-upload-input::after.bp3-active:hover{ background:rgba(206, 217, 224, 0.7); } .bp3-dark .bp3-file-input input:disabled + .bp3-file-upload-input, .bp3-dark .bp3-file-input input.bp3-disabled + .bp3-file-upload-input{ + background:rgba(57, 75, 89, 0.5); -webkit-box-shadow:none; box-shadow:none; - background:rgba(57, 75, 89, 0.5); color:rgba(167, 182, 194, 0.6); } .bp3-dark .bp3-file-input input:disabled + .bp3-file-upload-input::after, .bp3-dark .bp3-file-input input.bp3-disabled + .bp3-file-upload-input::after{ - -webkit-box-shadow:none; - box-shadow:none; background-color:rgba(57, 75, 89, 0.5); background-image:none; + -webkit-box-shadow:none; + box-shadow:none; color:rgba(167, 182, 194, 0.6); } .bp3-dark .bp3-file-input input:disabled + .bp3-file-upload-input::after.bp3-active, .bp3-dark .bp3-file-input input.bp3-disabled + .bp3-file-upload-input::after.bp3-active{ @@ -3345,55 +3762,55 @@ content:attr(bp3-button-text); } .bp3-file-upload-input{ - outline:none; + -webkit-appearance:none; + -moz-appearance:none; + appearance:none; + background:#ffffff; border:none; border-radius:3px; -webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); - background:#ffffff; - height:30px; - padding:0 10px; - vertical-align:middle; - line-height:30px; color:#182026; font-size:14px; font-weight:400; + height:30px; + line-height:30px; + outline:none; + padding:0 10px; -webkit-transition:-webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); transition:-webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); transition:box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); transition:box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-appearance:none; - -moz-appearance:none; - appearance:none; + vertical-align:middle; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; - position:absolute; - top:0; - right:0; + color:rgba(92, 112, 128, 0.6); left:0; padding-right:80px; - color:rgba(92, 112, 128, 0.6); + position:absolute; + right:0; + top:0; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; } .bp3-file-upload-input::-webkit-input-placeholder{ - opacity:1; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + opacity:1; } .bp3-file-upload-input::-moz-placeholder{ - opacity:1; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + opacity:1; } .bp3-file-upload-input:-ms-input-placeholder{ - opacity:1; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + opacity:1; } .bp3-file-upload-input::-ms-input-placeholder{ - opacity:1; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + opacity:1; } .bp3-file-upload-input::placeholder{ - opacity:1; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + opacity:1; } .bp3-file-upload-input:focus, .bp3-file-upload-input.bp3-active{ -webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } @@ -3406,81 +3823,81 @@ -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.15); box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.15); } .bp3-file-upload-input:disabled, .bp3-file-upload-input.bp3-disabled{ + background:rgba(206, 217, 224, 0.5); -webkit-box-shadow:none; box-shadow:none; - background:rgba(206, 217, 224, 0.5); - cursor:not-allowed; color:rgba(92, 112, 128, 0.6); + cursor:not-allowed; resize:none; } .bp3-file-upload-input::after{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); background-color:#f5f8fa; background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))); background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); color:#182026; - min-width:24px; min-height:24px; + min-width:24px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; + border-radius:3px; + content:"Browse"; + line-height:24px; + margin:3px; position:absolute; - top:0; right:0; - margin:3px; - border-radius:3px; - width:70px; text-align:center; - line-height:24px; - content:"Browse"; } + top:0; + width:70px; } .bp3-file-upload-input::after:hover{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); background-clip:padding-box; - background-color:#ebf1f5; } + background-color:#ebf1f5; + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); } .bp3-file-upload-input::after:active, .bp3-file-upload-input::after.bp3-active{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); background-color:#d8e1e8; - background-image:none; } + background-image:none; + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); } .bp3-file-upload-input::after:disabled, .bp3-file-upload-input::after.bp3-disabled{ - outline:none; - -webkit-box-shadow:none; - box-shadow:none; background-color:rgba(206, 217, 224, 0.5); background-image:none; + -webkit-box-shadow:none; + box-shadow:none; + color:rgba(92, 112, 128, 0.6); cursor:not-allowed; - color:rgba(92, 112, 128, 0.6); } + outline:none; } .bp3-file-upload-input::after:disabled.bp3-active, .bp3-file-upload-input::after:disabled.bp3-active:hover, .bp3-file-upload-input::after.bp3-disabled.bp3-active, .bp3-file-upload-input::after.bp3-disabled.bp3-active:hover{ background:rgba(206, 217, 224, 0.7); } .bp3-file-upload-input:hover::after{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); background-clip:padding-box; - background-color:#ebf1f5; } + background-color:#ebf1f5; + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); } .bp3-file-upload-input:active::after{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); background-color:#d8e1e8; - background-image:none; } + background-image:none; + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); } .bp3-large .bp3-file-upload-input{ + font-size:16px; height:40px; line-height:40px; - font-size:16px; padding-right:95px; } .bp3-large .bp3-file-upload-input[type="search"], .bp3-large .bp3-file-upload-input.bp3-round{ padding:0 15px; } .bp3-large .bp3-file-upload-input::after{ - min-width:30px; min-height:30px; + min-width:30px; + line-height:30px; margin:5px; - width:85px; - line-height:30px; } + width:85px; } .bp3-dark .bp3-file-upload-input{ + background:rgba(16, 22, 26, 0.3); -webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); - background:rgba(16, 22, 26, 0.3); color:#f5f8fa; color:rgba(167, 182, 194, 0.6); } .bp3-dark .bp3-file-upload-input::-webkit-input-placeholder{ @@ -3500,33 +3917,33 @@ -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); } .bp3-dark .bp3-file-upload-input:disabled, .bp3-dark .bp3-file-upload-input.bp3-disabled{ + background:rgba(57, 75, 89, 0.5); -webkit-box-shadow:none; box-shadow:none; - background:rgba(57, 75, 89, 0.5); color:rgba(167, 182, 194, 0.6); } .bp3-dark .bp3-file-upload-input::after{ - -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); background-color:#394b59; background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0))); background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)); + -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); color:#f5f8fa; } .bp3-dark .bp3-file-upload-input::after:hover, .bp3-dark .bp3-file-upload-input::after:active, .bp3-dark .bp3-file-upload-input::after.bp3-active{ color:#f5f8fa; } .bp3-dark .bp3-file-upload-input::after:hover{ + background-color:#30404d; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); - background-color:#30404d; } + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } .bp3-dark .bp3-file-upload-input::after:active, .bp3-dark .bp3-file-upload-input::after.bp3-active{ - -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); background-color:#202b33; - background-image:none; } + background-image:none; + -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); } .bp3-dark .bp3-file-upload-input::after:disabled, .bp3-dark .bp3-file-upload-input::after.bp3-disabled{ - -webkit-box-shadow:none; - box-shadow:none; background-color:rgba(57, 75, 89, 0.5); background-image:none; + -webkit-box-shadow:none; + box-shadow:none; color:rgba(167, 182, 194, 0.6); } .bp3-dark .bp3-file-upload-input::after:disabled.bp3-active, .bp3-dark .bp3-file-upload-input::after.bp3-disabled.bp3-active{ background:rgba(57, 75, 89, 0.7); } @@ -3534,15 +3951,14 @@ background:rgba(16, 22, 26, 0.5); stroke:#8a9ba8; } .bp3-dark .bp3-file-upload-input:hover::after{ + background-color:#30404d; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); - background-color:#30404d; } + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } .bp3-dark .bp3-file-upload-input:active::after{ - -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); background-color:#202b33; - background-image:none; } - + background-image:none; + -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); } .bp3-file-upload-input::after{ -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); } @@ -3560,9 +3976,9 @@ .bp3-form-group .bp3-control{ margin-top:7px; } .bp3-form-group .bp3-form-helper-text{ - margin-top:5px; color:#5c7080; - font-size:12px; } + font-size:12px; + margin-top:5px; } .bp3-form-group.bp3-intent-primary .bp3-form-helper-text{ color:#106ba3; } .bp3-form-group.bp3-intent-success .bp3-form-helper-text{ @@ -3572,19 +3988,19 @@ .bp3-form-group.bp3-intent-danger .bp3-form-helper-text{ color:#c23030; } .bp3-form-group.bp3-inline{ + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-direction:row; - flex-direction:row; - -webkit-box-align:start; - -ms-flex-align:start; - align-items:flex-start; } + flex-direction:row; } .bp3-form-group.bp3-inline.bp3-large label.bp3-label{ - margin:0 10px 0 0; - line-height:40px; } + line-height:40px; + margin:0 10px 0 0; } .bp3-form-group.bp3-inline label.bp3-label{ - margin:0 10px 0 0; - line-height:30px; } + line-height:30px; + margin:0 10px 0 0; } .bp3-form-group.bp3-disabled .bp3-label, .bp3-form-group.bp3-disabled .bp3-text-muted, .bp3-form-group.bp3-disabled .bp3-form-helper-text{ @@ -3614,36 +4030,44 @@ .bp3-input-group .bp3-input:not(:last-child){ padding-right:30px; } .bp3-input-group .bp3-input-action, + .bp3-input-group > .bp3-input-left-container, .bp3-input-group > .bp3-button, .bp3-input-group > .bp3-icon{ position:absolute; top:0; } .bp3-input-group .bp3-input-action:first-child, + .bp3-input-group > .bp3-input-left-container:first-child, .bp3-input-group > .bp3-button:first-child, .bp3-input-group > .bp3-icon:first-child{ left:0; } .bp3-input-group .bp3-input-action:last-child, + .bp3-input-group > .bp3-input-left-container:last-child, .bp3-input-group > .bp3-button:last-child, .bp3-input-group > .bp3-icon:last-child{ right:0; } .bp3-input-group .bp3-button{ - min-width:24px; min-height:24px; + min-width:24px; margin:3px; padding:0 7px; } .bp3-input-group .bp3-button:empty{ padding:0; } + .bp3-input-group > .bp3-input-left-container, + .bp3-input-group > .bp3-icon{ + z-index:1; } + .bp3-input-group > .bp3-input-left-container > .bp3-icon, .bp3-input-group > .bp3-icon{ - z-index:1; color:#5c7080; } + .bp3-input-group > .bp3-input-left-container > .bp3-icon:empty, .bp3-input-group > .bp3-icon:empty{ - line-height:1; font-family:"Icons16", sans-serif; font-size:16px; - font-weight:400; font-style:normal; + font-weight:400; + line-height:1; -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; } + .bp3-input-group > .bp3-input-left-container > .bp3-icon, .bp3-input-group > .bp3-icon, .bp3-input-group .bp3-input-action > .bp3-spinner{ margin:7px; } @@ -3673,16 +4097,17 @@ .bp3-input-group.bp3-disabled .bp3-icon{ color:rgba(92, 112, 128, 0.6); } .bp3-input-group.bp3-large .bp3-button{ - min-width:30px; min-height:30px; + min-width:30px; margin:5px; } + .bp3-input-group.bp3-large > .bp3-input-left-container > .bp3-icon, .bp3-input-group.bp3-large > .bp3-icon, .bp3-input-group.bp3-large .bp3-input-action > .bp3-spinner{ margin:12px; } .bp3-input-group.bp3-large .bp3-input{ + font-size:16px; height:40px; - line-height:40px; - font-size:16px; } + line-height:40px; } .bp3-input-group.bp3-large .bp3-input[type="search"], .bp3-input-group.bp3-large .bp3-input.bp3-round{ padding:0 15px; } .bp3-input-group.bp3-large .bp3-input:not(:first-child){ @@ -3690,22 +4115,23 @@ .bp3-input-group.bp3-large .bp3-input:not(:last-child){ padding-right:40px; } .bp3-input-group.bp3-small .bp3-button{ - min-width:20px; min-height:20px; + min-width:20px; margin:2px; } .bp3-input-group.bp3-small .bp3-tag{ - min-width:20px; min-height:20px; + min-width:20px; margin:2px; } + .bp3-input-group.bp3-small > .bp3-input-left-container > .bp3-icon, .bp3-input-group.bp3-small > .bp3-icon, .bp3-input-group.bp3-small .bp3-input-action > .bp3-spinner{ margin:4px; } .bp3-input-group.bp3-small .bp3-input{ + font-size:12px; height:24px; - padding-right:8px; - padding-left:8px; line-height:24px; - font-size:12px; } + padding-left:8px; + padding-right:8px; } .bp3-input-group.bp3-small .bp3-input[type="search"], .bp3-input-group.bp3-small .bp3-input.bp3-round{ padding:0 12px; } .bp3-input-group.bp3-small .bp3-input:not(:first-child){ @@ -3790,41 +4216,41 @@ .bp3-dark .bp3-input-group.bp3-intent-danger > .bp3-icon{ color:#ff7373; } .bp3-input{ - outline:none; + -webkit-appearance:none; + -moz-appearance:none; + appearance:none; + background:#ffffff; border:none; border-radius:3px; -webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); - background:#ffffff; - height:30px; - padding:0 10px; - vertical-align:middle; - line-height:30px; color:#182026; font-size:14px; font-weight:400; + height:30px; + line-height:30px; + outline:none; + padding:0 10px; -webkit-transition:-webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); transition:-webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); transition:box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); transition:box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-appearance:none; - -moz-appearance:none; - appearance:none; } + vertical-align:middle; } .bp3-input::-webkit-input-placeholder{ - opacity:1; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + opacity:1; } .bp3-input::-moz-placeholder{ - opacity:1; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + opacity:1; } .bp3-input:-ms-input-placeholder{ - opacity:1; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + opacity:1; } .bp3-input::-ms-input-placeholder{ - opacity:1; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + opacity:1; } .bp3-input::placeholder{ - opacity:1; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + opacity:1; } .bp3-input:focus, .bp3-input.bp3-active{ -webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } @@ -3837,24 +4263,24 @@ -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.15); box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.15); } .bp3-input:disabled, .bp3-input.bp3-disabled{ + background:rgba(206, 217, 224, 0.5); -webkit-box-shadow:none; box-shadow:none; - background:rgba(206, 217, 224, 0.5); - cursor:not-allowed; color:rgba(92, 112, 128, 0.6); + cursor:not-allowed; resize:none; } .bp3-input.bp3-large{ + font-size:16px; height:40px; - line-height:40px; - font-size:16px; } + line-height:40px; } .bp3-input.bp3-large[type="search"], .bp3-input.bp3-large.bp3-round{ padding:0 15px; } .bp3-input.bp3-small{ + font-size:12px; height:24px; - padding-right:8px; - padding-left:8px; line-height:24px; - font-size:12px; } + padding-left:8px; + padding-right:8px; } .bp3-input.bp3-small[type="search"], .bp3-input.bp3-small.bp3-round{ padding:0 12px; } .bp3-input.bp3-fill{ @@ -3863,9 +4289,9 @@ flex:1 1 auto; width:100%; } .bp3-dark .bp3-input{ + background:rgba(16, 22, 26, 0.3); -webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); - background:rgba(16, 22, 26, 0.3); color:#f5f8fa; } .bp3-dark .bp3-input::-webkit-input-placeholder{ color:rgba(167, 182, 194, 0.6); } @@ -3884,9 +4310,9 @@ -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); } .bp3-dark .bp3-input:disabled, .bp3-dark .bp3-input.bp3-disabled{ + background:rgba(57, 75, 89, 0.5); -webkit-box-shadow:none; box-shadow:none; - background:rgba(57, 75, 89, 0.5); color:rgba(167, 182, 194, 0.6); } .bp3-input.bp3-intent-primary{ -webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); @@ -3995,9 +4421,9 @@ textarea.bp3-input.bp3-small{ padding:8px; } .bp3-dark textarea.bp3-input{ + background:rgba(16, 22, 26, 0.3); -webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); - background:rgba(16, 22, 26, 0.3); color:#f5f8fa; } .bp3-dark textarea.bp3-input::-webkit-input-placeholder{ color:rgba(167, 182, 194, 0.6); } @@ -4016,14 +4442,14 @@ -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); } .bp3-dark textarea.bp3-input:disabled, .bp3-dark textarea.bp3-input.bp3-disabled{ + background:rgba(57, 75, 89, 0.5); -webkit-box-shadow:none; box-shadow:none; - background:rgba(57, 75, 89, 0.5); color:rgba(167, 182, 194, 0.6); } label.bp3-label{ display:block; - margin-top:0; - margin-bottom:15px; } + margin-bottom:15px; + margin-top:0; } label.bp3-label .bp3-html-select, label.bp3-label .bp3-input, label.bp3-label .bp3-select, @@ -4036,9 +4462,9 @@ margin-top:5px; } label.bp3-label .bp3-select select, label.bp3-label .bp3-html-select select{ - width:100%; + font-weight:400; vertical-align:top; - font-weight:400; } + width:100%; } label.bp3-label.bp3-disabled, label.bp3-label.bp3-disabled .bp3-text-muted{ color:rgba(92, 112, 128, 0.6); } @@ -4069,9 +4495,9 @@ -webkit-box-flex:1; -ms-flex:1 1 14px; flex:1 1 14px; - width:30px; min-height:0; - padding:0; } + padding:0; + width:30px; } .bp3-numeric-input .bp3-button-group.bp3-vertical > .bp3-button:first-child{ border-radius:0 3px 0 0; } .bp3-numeric-input .bp3-button-group.bp3-vertical > .bp3-button:last-child{ @@ -4100,28 +4526,28 @@ -webkit-box-align:center; -ms-flex-align:center; align-items:center; - -webkit-box-pack:center; - -ms-flex-pack:center; - justify-content:center; border:none; border-radius:3px; cursor:pointer; + font-size:14px; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; padding:5px 10px; - vertical-align:middle; text-align:left; - font-size:14px; - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); + vertical-align:middle; background-color:#f5f8fa; background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))); background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); color:#182026; + -moz-appearance:none; + -webkit-appearance:none; border-radius:3px; - width:100%; height:30px; padding:0 25px 0 10px; - -moz-appearance:none; - -webkit-appearance:none; } + width:100%; } .bp3-html-select select > *, .bp3-select select > *{ -webkit-box-flex:0; -ms-flex-positive:0; @@ -4144,27 +4570,27 @@ margin-right:0; } .bp3-html-select select:hover, .bp3-select select:hover{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); background-clip:padding-box; - background-color:#ebf1f5; } + background-color:#ebf1f5; + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); } .bp3-html-select select:active, .bp3-select select:active, .bp3-html-select select.bp3-active, .bp3-select select.bp3-active{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); background-color:#d8e1e8; - background-image:none; } + background-image:none; + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); } .bp3-html-select select:disabled, .bp3-select select:disabled, .bp3-html-select select.bp3-disabled, .bp3-select select.bp3-disabled{ - outline:none; - -webkit-box-shadow:none; - box-shadow:none; background-color:rgba(206, 217, 224, 0.5); background-image:none; + -webkit-box-shadow:none; + box-shadow:none; + color:rgba(92, 112, 128, 0.6); cursor:not-allowed; - color:rgba(92, 112, 128, 0.6); } + outline:none; } .bp3-html-select select:disabled.bp3-active, .bp3-select select:disabled.bp3-active, .bp3-html-select select:disabled.bp3-active:hover, .bp3-select select:disabled.bp3-active:hover, .bp3-html-select select.bp3-disabled.bp3-active, @@ -4174,22 +4600,22 @@ .bp3-html-select.bp3-minimal select, .bp3-select.bp3-minimal select{ + background:none; -webkit-box-shadow:none; - box-shadow:none; - background:none; } + box-shadow:none; } .bp3-html-select.bp3-minimal select:hover, .bp3-select.bp3-minimal select:hover{ + background:rgba(167, 182, 194, 0.3); -webkit-box-shadow:none; box-shadow:none; - background:rgba(167, 182, 194, 0.3); - text-decoration:none; - color:#182026; } + color:#182026; + text-decoration:none; } .bp3-html-select.bp3-minimal select:active, .bp3-select.bp3-minimal select:active, .bp3-html-select.bp3-minimal select.bp3-active, .bp3-select.bp3-minimal select.bp3-active{ + background:rgba(115, 134, 148, 0.3); -webkit-box-shadow:none; box-shadow:none; - background:rgba(115, 134, 148, 0.3); color:#182026; } .bp3-html-select.bp3-minimal select:disabled, .bp3-select.bp3-minimal select:disabled, .bp3-html-select.bp3-minimal select:disabled:hover, @@ -4197,8 +4623,8 @@ .bp3-select.bp3-minimal select.bp3-disabled, .bp3-html-select.bp3-minimal select.bp3-disabled:hover, .bp3-select.bp3-minimal select.bp3-disabled:hover{ background:none; - cursor:not-allowed; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + cursor:not-allowed; } .bp3-html-select.bp3-minimal select:disabled.bp3-active, .bp3-select.bp3-minimal select:disabled.bp3-active, .bp3-html-select.bp3-minimal select:disabled:hover.bp3-active, .bp3-select.bp3-minimal select:disabled:hover.bp3-active, .bp3-html-select.bp3-minimal select.bp3-disabled.bp3-active, @@ -4207,17 +4633,17 @@ background:rgba(115, 134, 148, 0.3); } .bp3-dark .bp3-html-select.bp3-minimal select, .bp3-html-select.bp3-minimal .bp3-dark select, .bp3-dark .bp3-select.bp3-minimal select, .bp3-select.bp3-minimal .bp3-dark select{ + background:none; -webkit-box-shadow:none; box-shadow:none; - background:none; color:inherit; } .bp3-dark .bp3-html-select.bp3-minimal select:hover, .bp3-html-select.bp3-minimal .bp3-dark select:hover, .bp3-dark .bp3-select.bp3-minimal select:hover, .bp3-select.bp3-minimal .bp3-dark select:hover, .bp3-dark .bp3-html-select.bp3-minimal select:active, .bp3-html-select.bp3-minimal .bp3-dark select:active, .bp3-dark .bp3-select.bp3-minimal select:active, .bp3-select.bp3-minimal .bp3-dark select:active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-active, .bp3-dark .bp3-select.bp3-minimal select.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-active{ + background:none; -webkit-box-shadow:none; - box-shadow:none; - background:none; } + box-shadow:none; } .bp3-dark .bp3-html-select.bp3-minimal select:hover, .bp3-html-select.bp3-minimal .bp3-dark select:hover, .bp3-dark .bp3-select.bp3-minimal select:hover, .bp3-select.bp3-minimal .bp3-dark select:hover{ background:rgba(138, 155, 168, 0.15); } @@ -4232,8 +4658,8 @@ .bp3-dark .bp3-select.bp3-minimal select.bp3-disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-disabled, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-disabled:hover, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-disabled:hover, .bp3-dark .bp3-select.bp3-minimal select.bp3-disabled:hover, .bp3-select.bp3-minimal .bp3-dark select.bp3-disabled:hover{ background:none; - cursor:not-allowed; - color:rgba(167, 182, 194, 0.6); } + color:rgba(167, 182, 194, 0.6); + cursor:not-allowed; } .bp3-dark .bp3-html-select.bp3-minimal select:disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select:disabled.bp3-active, .bp3-dark .bp3-select.bp3-minimal select:disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select:disabled.bp3-active, .bp3-dark .bp3-html-select.bp3-minimal select:disabled:hover.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select:disabled:hover.bp3-active, .bp3-dark .bp3-select.bp3-minimal select:disabled:hover.bp3-active, .bp3-select.bp3-minimal .bp3-dark select:disabled:hover.bp3-active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-disabled.bp3-active, @@ -4247,9 +4673,9 @@ .bp3-select.bp3-minimal select.bp3-intent-primary:hover, .bp3-html-select.bp3-minimal select.bp3-intent-primary:active, .bp3-select.bp3-minimal select.bp3-intent-primary:active, .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-active, .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-active{ + background:none; -webkit-box-shadow:none; box-shadow:none; - background:none; color:#106ba3; } .bp3-html-select.bp3-minimal select.bp3-intent-primary:hover, .bp3-select.bp3-minimal select.bp3-intent-primary:hover{ @@ -4299,9 +4725,9 @@ .bp3-select.bp3-minimal select.bp3-intent-success:hover, .bp3-html-select.bp3-minimal select.bp3-intent-success:active, .bp3-select.bp3-minimal select.bp3-intent-success:active, .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-active, .bp3-select.bp3-minimal select.bp3-intent-success.bp3-active{ + background:none; -webkit-box-shadow:none; box-shadow:none; - background:none; color:#0d8050; } .bp3-html-select.bp3-minimal select.bp3-intent-success:hover, .bp3-select.bp3-minimal select.bp3-intent-success:hover{ @@ -4351,9 +4777,9 @@ .bp3-select.bp3-minimal select.bp3-intent-warning:hover, .bp3-html-select.bp3-minimal select.bp3-intent-warning:active, .bp3-select.bp3-minimal select.bp3-intent-warning:active, .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-active, .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-active{ + background:none; -webkit-box-shadow:none; box-shadow:none; - background:none; color:#bf7326; } .bp3-html-select.bp3-minimal select.bp3-intent-warning:hover, .bp3-select.bp3-minimal select.bp3-intent-warning:hover{ @@ -4403,9 +4829,9 @@ .bp3-select.bp3-minimal select.bp3-intent-danger:hover, .bp3-html-select.bp3-minimal select.bp3-intent-danger:active, .bp3-select.bp3-minimal select.bp3-intent-danger:active, .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-active, .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-active{ + background:none; -webkit-box-shadow:none; box-shadow:none; - background:none; color:#c23030; } .bp3-html-select.bp3-minimal select.bp3-intent-danger:hover, .bp3-select.bp3-minimal select.bp3-intent-danger:hover{ @@ -4451,33 +4877,33 @@ .bp3-html-select.bp3-large select, .bp3-select.bp3-large select{ + font-size:16px; height:40px; - padding-right:35px; - font-size:16px; } + padding-right:35px; } .bp3-dark .bp3-html-select select, .bp3-dark .bp3-select select{ - -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); background-color:#394b59; background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0))); background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)); + -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); color:#f5f8fa; } .bp3-dark .bp3-html-select select:hover, .bp3-dark .bp3-select select:hover, .bp3-dark .bp3-html-select select:active, .bp3-dark .bp3-select select:active, .bp3-dark .bp3-html-select select.bp3-active, .bp3-dark .bp3-select select.bp3-active{ color:#f5f8fa; } .bp3-dark .bp3-html-select select:hover, .bp3-dark .bp3-select select:hover{ + background-color:#30404d; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); - background-color:#30404d; } + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } .bp3-dark .bp3-html-select select:active, .bp3-dark .bp3-select select:active, .bp3-dark .bp3-html-select select.bp3-active, .bp3-dark .bp3-select select.bp3-active{ - -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); background-color:#202b33; - background-image:none; } + background-image:none; + -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); } .bp3-dark .bp3-html-select select:disabled, .bp3-dark .bp3-select select:disabled, .bp3-dark .bp3-html-select select.bp3-disabled, .bp3-dark .bp3-select select.bp3-disabled{ - -webkit-box-shadow:none; - box-shadow:none; background-color:rgba(57, 75, 89, 0.5); background-image:none; + -webkit-box-shadow:none; + box-shadow:none; color:rgba(167, 182, 194, 0.6); } .bp3-dark .bp3-html-select select:disabled.bp3-active, .bp3-dark .bp3-select select:disabled.bp3-active, .bp3-dark .bp3-html-select select.bp3-disabled.bp3-active, .bp3-dark .bp3-select select.bp3-disabled.bp3-active{ background:rgba(57, 75, 89, 0.7); } @@ -4487,28 +4913,28 @@ .bp3-html-select select:disabled, .bp3-select select:disabled{ + background-color:rgba(206, 217, 224, 0.5); -webkit-box-shadow:none; box-shadow:none; - background-color:rgba(206, 217, 224, 0.5); - cursor:not-allowed; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + cursor:not-allowed; } .bp3-html-select .bp3-icon, .bp3-select .bp3-icon, .bp3-select::after{ + color:#5c7080; + pointer-events:none; position:absolute; - top:7px; right:7px; - color:#5c7080; - pointer-events:none; } + top:7px; } .bp3-html-select .bp3-disabled.bp3-icon, .bp3-select .bp3-disabled.bp3-icon, .bp3-disabled.bp3-select::after{ color:rgba(92, 112, 128, 0.6); } .bp3-html-select, .bp3-select{ display:inline-block; + letter-spacing:normal; position:relative; - vertical-align:middle; - letter-spacing:normal; } + vertical-align:middle; } .bp3-html-select select::-ms-expand, .bp3-select select::-ms-expand{ display:none; } @@ -4528,8 +4954,8 @@ .bp3-html-select.bp3-large .bp3-icon, .bp3-select.bp3-large::after, .bp3-select.bp3-large .bp3-icon{ - top:12px; - right:12px; } + right:12px; + top:12px; } .bp3-html-select.bp3-fill, .bp3-html-select.bp3-fill select, .bp3-select.bp3-fill, @@ -4539,16 +4965,19 @@ .bp3-select option{ background-color:#30404d; color:#f5f8fa; } + .bp3-dark .bp3-html-select option:disabled, .bp3-dark + .bp3-select option:disabled{ + color:rgba(167, 182, 194, 0.6); } .bp3-dark .bp3-html-select::after, .bp3-dark .bp3-select::after{ color:#a7b6c2; } .bp3-select::after{ - line-height:1; font-family:"Icons16", sans-serif; font-size:16px; - font-weight:400; font-style:normal; + font-weight:400; + line-height:1; -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; content:""; } @@ -4559,8 +4988,8 @@ .bp3-running-text table td, table.bp3-html-table td{ padding:11px; - vertical-align:top; - text-align:left; } + text-align:left; + vertical-align:top; } .bp3-running-text table th, table.bp3-html-table th{ color:#182026; font-weight:600; } @@ -4570,7 +4999,11 @@ color:#182026; } .bp3-running-text table tbody tr:first-child th, table.bp3-html-table tbody tr:first-child th, .bp3-running-text table tbody tr:first-child td, - table.bp3-html-table tbody tr:first-child td{ + table.bp3-html-table tbody tr:first-child td, + .bp3-running-text table tfoot tr:first-child th, + table.bp3-html-table tfoot tr:first-child th, + .bp3-running-text table tfoot tr:first-child td, + table.bp3-html-table tfoot tr:first-child td{ -webkit-box-shadow:inset 0 1px 0 0 rgba(16, 22, 26, 0.15); box-shadow:inset 0 1px 0 0 rgba(16, 22, 26, 0.15); } .bp3-dark .bp3-running-text table th, .bp3-running-text .bp3-dark table th, .bp3-dark table.bp3-html-table th{ @@ -4580,15 +5013,21 @@ .bp3-dark .bp3-running-text table tbody tr:first-child th, .bp3-running-text .bp3-dark table tbody tr:first-child th, .bp3-dark table.bp3-html-table tbody tr:first-child th, .bp3-dark .bp3-running-text table tbody tr:first-child td, .bp3-running-text .bp3-dark table tbody tr:first-child td, - .bp3-dark table.bp3-html-table tbody tr:first-child td{ + .bp3-dark table.bp3-html-table tbody tr:first-child td, + .bp3-dark .bp3-running-text table tfoot tr:first-child th, + .bp3-running-text .bp3-dark table tfoot tr:first-child th, + .bp3-dark table.bp3-html-table tfoot tr:first-child th, + .bp3-dark .bp3-running-text table tfoot tr:first-child td, + .bp3-running-text .bp3-dark table tfoot tr:first-child td, + .bp3-dark table.bp3-html-table tfoot tr:first-child td{ -webkit-box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.15); box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.15); } table.bp3-html-table.bp3-html-table-condensed th, table.bp3-html-table.bp3-html-table-condensed td, table.bp3-html-table.bp3-small th, table.bp3-html-table.bp3-small td{ - padding-top:6px; - padding-bottom:6px; } + padding-bottom:6px; + padding-top:6px; } table.bp3-html-table.bp3-html-table-striped tbody tr:nth-child(odd) td{ background:rgba(191, 204, 214, 0.15); } @@ -4597,10 +5036,12 @@ -webkit-box-shadow:inset 1px 0 0 0 rgba(16, 22, 26, 0.15); box-shadow:inset 1px 0 0 0 rgba(16, 22, 26, 0.15); } -table.bp3-html-table.bp3-html-table-bordered tbody tr td{ +table.bp3-html-table.bp3-html-table-bordered tbody tr td, +table.bp3-html-table.bp3-html-table-bordered tfoot tr td{ -webkit-box-shadow:inset 0 1px 0 0 rgba(16, 22, 26, 0.15); box-shadow:inset 0 1px 0 0 rgba(16, 22, 26, 0.15); } - table.bp3-html-table.bp3-html-table-bordered tbody tr td:not(:first-child){ + table.bp3-html-table.bp3-html-table-bordered tbody tr td:not(:first-child), + table.bp3-html-table.bp3-html-table-bordered tfoot tr td:not(:first-child){ -webkit-box-shadow:inset 1px 1px 0 0 rgba(16, 22, 26, 0.15); box-shadow:inset 1px 1px 0 0 rgba(16, 22, 26, 0.15); } @@ -4618,33 +5059,31 @@ table.bp3-html-table.bp3-interactive tbody tr:active td{ background-color:rgba(191, 204, 214, 0.4); } -.bp3-dark table.bp3-html-table.bp3-html-table-striped tbody tr:nth-child(odd) td{ - background:rgba(92, 112, 128, 0.15); } - -.bp3-dark table.bp3-html-table.bp3-html-table-bordered th:not(:first-child){ - -webkit-box-shadow:inset 1px 0 0 0 rgba(255, 255, 255, 0.15); - box-shadow:inset 1px 0 0 0 rgba(255, 255, 255, 0.15); } - -.bp3-dark table.bp3-html-table.bp3-html-table-bordered tbody tr td{ - -webkit-box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.15); - box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.15); } - .bp3-dark table.bp3-html-table.bp3-html-table-bordered tbody tr td:not(:first-child){ - -webkit-box-shadow:inset 1px 1px 0 0 rgba(255, 255, 255, 0.15); - box-shadow:inset 1px 1px 0 0 rgba(255, 255, 255, 0.15); } - -.bp3-dark table.bp3-html-table.bp3-html-table-bordered.bp3-html-table-striped tbody tr:not(:first-child) td{ - -webkit-box-shadow:inset 1px 0 0 0 rgba(255, 255, 255, 0.15); - box-shadow:inset 1px 0 0 0 rgba(255, 255, 255, 0.15); } - .bp3-dark table.bp3-html-table.bp3-html-table-bordered.bp3-html-table-striped tbody tr:not(:first-child) td:first-child{ - -webkit-box-shadow:none; - box-shadow:none; } - -.bp3-dark table.bp3-html-table.bp3-interactive tbody tr:hover td{ - background-color:rgba(92, 112, 128, 0.3); - cursor:pointer; } - -.bp3-dark table.bp3-html-table.bp3-interactive tbody tr:active td{ - background-color:rgba(92, 112, 128, 0.4); } +.bp3-dark table.bp3-html-table{ } + .bp3-dark table.bp3-html-table.bp3-html-table-striped tbody tr:nth-child(odd) td{ + background:rgba(92, 112, 128, 0.15); } + .bp3-dark table.bp3-html-table.bp3-html-table-bordered th:not(:first-child){ + -webkit-box-shadow:inset 1px 0 0 0 rgba(255, 255, 255, 0.15); + box-shadow:inset 1px 0 0 0 rgba(255, 255, 255, 0.15); } + .bp3-dark table.bp3-html-table.bp3-html-table-bordered tbody tr td, + .bp3-dark table.bp3-html-table.bp3-html-table-bordered tfoot tr td{ + -webkit-box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.15); + box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.15); } + .bp3-dark table.bp3-html-table.bp3-html-table-bordered tbody tr td:not(:first-child), + .bp3-dark table.bp3-html-table.bp3-html-table-bordered tfoot tr td:not(:first-child){ + -webkit-box-shadow:inset 1px 1px 0 0 rgba(255, 255, 255, 0.15); + box-shadow:inset 1px 1px 0 0 rgba(255, 255, 255, 0.15); } + .bp3-dark table.bp3-html-table.bp3-html-table-bordered.bp3-html-table-striped tbody tr:not(:first-child) td{ + -webkit-box-shadow:inset 1px 0 0 0 rgba(255, 255, 255, 0.15); + box-shadow:inset 1px 0 0 0 rgba(255, 255, 255, 0.15); } + .bp3-dark table.bp3-html-table.bp3-html-table-bordered.bp3-html-table-striped tbody tr:not(:first-child) td:first-child{ + -webkit-box-shadow:none; + box-shadow:none; } + .bp3-dark table.bp3-html-table.bp3-interactive tbody tr:hover td{ + background-color:rgba(92, 112, 128, 0.3); + cursor:pointer; } + .bp3-dark table.bp3-html-table.bp3-interactive tbody tr:active td{ + background-color:rgba(92, 112, 128, 0.4); } .bp3-key-combo{ display:-webkit-box; @@ -4677,8 +5116,8 @@ margin-right:0; } .bp3-hotkey-dialog{ - top:40px; - padding-bottom:0; } + padding-bottom:0; + top:40px; } .bp3-hotkey-dialog .bp3-dialog-body{ margin:0; padding:0; } @@ -4698,17 +5137,17 @@ margin-top:40px; } .bp3-hotkey{ - display:-webkit-box; - display:-ms-flexbox; - display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; - margin-right:0; - margin-left:0; } + margin-left:0; + margin-right:0; } .bp3-hotkey:not(:last-child){ margin-bottom:10px; } .bp3-icon{ @@ -4746,31 +5185,31 @@ color:#ff7373; } span.bp3-icon-standard{ - line-height:1; font-family:"Icons16", sans-serif; font-size:16px; - font-weight:400; font-style:normal; + font-weight:400; + line-height:1; -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; display:inline-block; } span.bp3-icon-large{ - line-height:1; font-family:"Icons20", sans-serif; font-size:20px; - font-weight:400; font-style:normal; + font-weight:400; + line-height:1; -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; display:inline-block; } span.bp3-icon:empty{ - line-height:1; font-family:"Icons20"; font-size:inherit; + font-style:normal; font-weight:400; - font-style:normal; } + line-height:1; } span.bp3-icon:empty::before{ -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; } @@ -5084,6 +5523,9 @@ .bp3-icon-desktop::before{ content:""; } +.bp3-icon-diagnosis::before{ + content:""; } + .bp3-icon-diagram-tree::before{ content:""; } @@ -5519,6 +5961,9 @@ .bp3-icon-known-vehicle::before{ content:""; } +.bp3-icon-lab-test::before{ + content:""; } + .bp3-icon-label::before{ content:""; } @@ -6231,6 +6676,7 @@ .bp3-submenu .bp3-popover-target{ display:block; } + .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-menu-item{ } .bp3-submenu.bp3-popover{ -webkit-box-shadow:none; @@ -6246,19 +6692,19 @@ -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); } .bp3-menu{ - margin:0; - border-radius:3px; background:#ffffff; + border-radius:3px; + color:#182026; + list-style:none; + margin:0; min-width:180px; padding:5px; - list-style:none; - text-align:left; - color:#182026; } + text-align:left; } .bp3-menu-divider{ + border-top:1px solid rgba(16, 22, 26, 0.15); display:block; - margin:5px; - border-top:1px solid rgba(16, 22, 26, 0.15); } + margin:5px; } .bp3-dark .bp3-menu-divider{ border-top-color:rgba(255, 255, 255, 0.15); } @@ -6274,10 +6720,10 @@ -ms-flex-align:start; align-items:flex-start; border-radius:2px; + color:inherit; + line-height:20px; padding:5px 7px; text-decoration:none; - line-height:20px; - color:inherit; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; @@ -6308,8 +6754,8 @@ text-decoration:none; } .bp3-menu-item.bp3-disabled{ background-color:inherit; - cursor:not-allowed; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + cursor:not-allowed; } .bp3-dark .bp3-menu-item{ color:inherit; } .bp3-dark .bp3-menu-item:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-menu-item{ @@ -6387,18 +6833,18 @@ .bp3-menu-item.bp3-intent-danger.bp3-active .bp3-menu-item-label{ color:#ffffff; } .bp3-menu-item::before{ - line-height:1; font-family:"Icons16", sans-serif; font-size:16px; - font-weight:400; font-style:normal; + font-weight:400; + line-height:1; -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; margin-right:7px; } .bp3-menu-item::before, .bp3-menu-item > .bp3-icon{ - margin-top:2px; - color:#5c7080; } + color:#5c7080; + margin-top:2px; } .bp3-menu-item .bp3-menu-item-label{ color:#5c7080; } .bp3-menu-item:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-menu-item{ @@ -6406,40 +6852,40 @@ .bp3-menu-item.bp3-active, .bp3-menu-item:active{ background-color:rgba(115, 134, 148, 0.3); } .bp3-menu-item.bp3-disabled{ - outline:none !important; background-color:inherit !important; + color:rgba(92, 112, 128, 0.6) !important; cursor:not-allowed !important; - color:rgba(92, 112, 128, 0.6) !important; } + outline:none !important; } .bp3-menu-item.bp3-disabled::before, .bp3-menu-item.bp3-disabled > .bp3-icon, .bp3-menu-item.bp3-disabled .bp3-menu-item-label{ color:rgba(92, 112, 128, 0.6) !important; } .bp3-large .bp3-menu-item{ - padding:9px 7px; + font-size:16px; line-height:22px; - font-size:16px; } + padding:9px 7px; } .bp3-large .bp3-menu-item .bp3-icon{ margin-top:3px; } .bp3-large .bp3-menu-item::before{ - line-height:1; font-family:"Icons20", sans-serif; font-size:20px; - font-weight:400; font-style:normal; + font-weight:400; + line-height:1; -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; - margin-top:1px; - margin-right:10px; } + margin-right:10px; + margin-top:1px; } button.bp3-menu-item{ - border:none; background:none; - width:100%; - text-align:left; } + border:none; + text-align:left; + width:100%; } .bp3-menu-header{ + border-top:1px solid rgba(16, 22, 26, 0.15); display:block; margin:5px; - border-top:1px solid rgba(16, 22, 26, 0.15); cursor:default; padding-left:2px; } .bp3-dark .bp3-menu-header{ @@ -6453,17 +6899,17 @@ text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; + line-height:17px; margin:0; - padding:10px 7px 0 1px; - line-height:17px; } + padding:10px 7px 0 1px; } .bp3-dark .bp3-menu-header > h6{ color:#f5f8fa; } .bp3-menu-header:first-of-type > h6{ padding-top:0; } .bp3-large .bp3-menu-header > h6{ - padding-top:15px; + font-size:18px; padding-bottom:5px; - font-size:18px; } + padding-top:15px; } .bp3-large .bp3-menu-header:first-of-type > h6{ padding-top:0; } @@ -6471,98 +6917,92 @@ background:#30404d; color:#f5f8fa; } -.bp3-dark .bp3-menu-item.bp3-intent-primary{ - color:#48aff0; } - .bp3-dark .bp3-menu-item.bp3-intent-primary .bp3-icon{ - color:inherit; } - .bp3-dark .bp3-menu-item.bp3-intent-primary::before, .bp3-dark .bp3-menu-item.bp3-intent-primary::after, - .bp3-dark .bp3-menu-item.bp3-intent-primary .bp3-menu-item-label{ +.bp3-dark .bp3-menu-item{ } + .bp3-dark .bp3-menu-item.bp3-intent-primary{ color:#48aff0; } - .bp3-dark .bp3-menu-item.bp3-intent-primary:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active{ - background-color:#137cbd; } - .bp3-dark .bp3-menu-item.bp3-intent-primary:active{ - background-color:#106ba3; } - .bp3-dark .bp3-menu-item.bp3-intent-primary:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-primary:hover::before, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item::before, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item::before, .bp3-dark .bp3-menu-item.bp3-intent-primary:hover::after, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item::after, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item::after, - .bp3-dark .bp3-menu-item.bp3-intent-primary:hover .bp3-menu-item-label, - .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item .bp3-menu-item-label, - .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-primary:active, .bp3-dark .bp3-menu-item.bp3-intent-primary:active::before, .bp3-dark .bp3-menu-item.bp3-intent-primary:active::after, - .bp3-dark .bp3-menu-item.bp3-intent-primary:active .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active, .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active::before, .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active::after, - .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active .bp3-menu-item-label{ - color:#ffffff; } - -.bp3-dark .bp3-menu-item.bp3-intent-success{ - color:#3dcc91; } - .bp3-dark .bp3-menu-item.bp3-intent-success .bp3-icon{ - color:inherit; } - .bp3-dark .bp3-menu-item.bp3-intent-success::before, .bp3-dark .bp3-menu-item.bp3-intent-success::after, - .bp3-dark .bp3-menu-item.bp3-intent-success .bp3-menu-item-label{ + .bp3-dark .bp3-menu-item.bp3-intent-primary .bp3-icon{ + color:inherit; } + .bp3-dark .bp3-menu-item.bp3-intent-primary::before, .bp3-dark .bp3-menu-item.bp3-intent-primary::after, + .bp3-dark .bp3-menu-item.bp3-intent-primary .bp3-menu-item-label{ + color:#48aff0; } + .bp3-dark .bp3-menu-item.bp3-intent-primary:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active{ + background-color:#137cbd; } + .bp3-dark .bp3-menu-item.bp3-intent-primary:active{ + background-color:#106ba3; } + .bp3-dark .bp3-menu-item.bp3-intent-primary:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-primary:hover::before, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item::before, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item::before, .bp3-dark .bp3-menu-item.bp3-intent-primary:hover::after, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item::after, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item::after, + .bp3-dark .bp3-menu-item.bp3-intent-primary:hover .bp3-menu-item-label, + .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item .bp3-menu-item-label, + .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-primary:active, .bp3-dark .bp3-menu-item.bp3-intent-primary:active::before, .bp3-dark .bp3-menu-item.bp3-intent-primary:active::after, + .bp3-dark .bp3-menu-item.bp3-intent-primary:active .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active, .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active::before, .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active::after, + .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active .bp3-menu-item-label{ + color:#ffffff; } + .bp3-dark .bp3-menu-item.bp3-intent-success{ color:#3dcc91; } - .bp3-dark .bp3-menu-item.bp3-intent-success:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active{ - background-color:#0f9960; } - .bp3-dark .bp3-menu-item.bp3-intent-success:active{ - background-color:#0d8050; } - .bp3-dark .bp3-menu-item.bp3-intent-success:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-success:hover::before, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item::before, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item::before, .bp3-dark .bp3-menu-item.bp3-intent-success:hover::after, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item::after, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item::after, - .bp3-dark .bp3-menu-item.bp3-intent-success:hover .bp3-menu-item-label, - .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item .bp3-menu-item-label, - .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-success:active, .bp3-dark .bp3-menu-item.bp3-intent-success:active::before, .bp3-dark .bp3-menu-item.bp3-intent-success:active::after, - .bp3-dark .bp3-menu-item.bp3-intent-success:active .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active, .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active::before, .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active::after, - .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active .bp3-menu-item-label{ - color:#ffffff; } - -.bp3-dark .bp3-menu-item.bp3-intent-warning{ - color:#ffb366; } - .bp3-dark .bp3-menu-item.bp3-intent-warning .bp3-icon{ - color:inherit; } - .bp3-dark .bp3-menu-item.bp3-intent-warning::before, .bp3-dark .bp3-menu-item.bp3-intent-warning::after, - .bp3-dark .bp3-menu-item.bp3-intent-warning .bp3-menu-item-label{ + .bp3-dark .bp3-menu-item.bp3-intent-success .bp3-icon{ + color:inherit; } + .bp3-dark .bp3-menu-item.bp3-intent-success::before, .bp3-dark .bp3-menu-item.bp3-intent-success::after, + .bp3-dark .bp3-menu-item.bp3-intent-success .bp3-menu-item-label{ + color:#3dcc91; } + .bp3-dark .bp3-menu-item.bp3-intent-success:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active{ + background-color:#0f9960; } + .bp3-dark .bp3-menu-item.bp3-intent-success:active{ + background-color:#0d8050; } + .bp3-dark .bp3-menu-item.bp3-intent-success:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-success:hover::before, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item::before, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item::before, .bp3-dark .bp3-menu-item.bp3-intent-success:hover::after, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item::after, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item::after, + .bp3-dark .bp3-menu-item.bp3-intent-success:hover .bp3-menu-item-label, + .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item .bp3-menu-item-label, + .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-success:active, .bp3-dark .bp3-menu-item.bp3-intent-success:active::before, .bp3-dark .bp3-menu-item.bp3-intent-success:active::after, + .bp3-dark .bp3-menu-item.bp3-intent-success:active .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active, .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active::before, .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active::after, + .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active .bp3-menu-item-label{ + color:#ffffff; } + .bp3-dark .bp3-menu-item.bp3-intent-warning{ color:#ffb366; } - .bp3-dark .bp3-menu-item.bp3-intent-warning:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active{ - background-color:#d9822b; } - .bp3-dark .bp3-menu-item.bp3-intent-warning:active{ - background-color:#bf7326; } - .bp3-dark .bp3-menu-item.bp3-intent-warning:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-warning:hover::before, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item::before, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item::before, .bp3-dark .bp3-menu-item.bp3-intent-warning:hover::after, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item::after, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item::after, - .bp3-dark .bp3-menu-item.bp3-intent-warning:hover .bp3-menu-item-label, - .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item .bp3-menu-item-label, - .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-warning:active, .bp3-dark .bp3-menu-item.bp3-intent-warning:active::before, .bp3-dark .bp3-menu-item.bp3-intent-warning:active::after, - .bp3-dark .bp3-menu-item.bp3-intent-warning:active .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active, .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active::before, .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active::after, - .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active .bp3-menu-item-label{ - color:#ffffff; } - -.bp3-dark .bp3-menu-item.bp3-intent-danger{ - color:#ff7373; } - .bp3-dark .bp3-menu-item.bp3-intent-danger .bp3-icon{ - color:inherit; } - .bp3-dark .bp3-menu-item.bp3-intent-danger::before, .bp3-dark .bp3-menu-item.bp3-intent-danger::after, - .bp3-dark .bp3-menu-item.bp3-intent-danger .bp3-menu-item-label{ + .bp3-dark .bp3-menu-item.bp3-intent-warning .bp3-icon{ + color:inherit; } + .bp3-dark .bp3-menu-item.bp3-intent-warning::before, .bp3-dark .bp3-menu-item.bp3-intent-warning::after, + .bp3-dark .bp3-menu-item.bp3-intent-warning .bp3-menu-item-label{ + color:#ffb366; } + .bp3-dark .bp3-menu-item.bp3-intent-warning:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active{ + background-color:#d9822b; } + .bp3-dark .bp3-menu-item.bp3-intent-warning:active{ + background-color:#bf7326; } + .bp3-dark .bp3-menu-item.bp3-intent-warning:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-warning:hover::before, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item::before, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item::before, .bp3-dark .bp3-menu-item.bp3-intent-warning:hover::after, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item::after, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item::after, + .bp3-dark .bp3-menu-item.bp3-intent-warning:hover .bp3-menu-item-label, + .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item .bp3-menu-item-label, + .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-warning:active, .bp3-dark .bp3-menu-item.bp3-intent-warning:active::before, .bp3-dark .bp3-menu-item.bp3-intent-warning:active::after, + .bp3-dark .bp3-menu-item.bp3-intent-warning:active .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active, .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active::before, .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active::after, + .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active .bp3-menu-item-label{ + color:#ffffff; } + .bp3-dark .bp3-menu-item.bp3-intent-danger{ color:#ff7373; } - .bp3-dark .bp3-menu-item.bp3-intent-danger:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active{ - background-color:#db3737; } - .bp3-dark .bp3-menu-item.bp3-intent-danger:active{ - background-color:#c23030; } - .bp3-dark .bp3-menu-item.bp3-intent-danger:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-danger:hover::before, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item::before, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item::before, .bp3-dark .bp3-menu-item.bp3-intent-danger:hover::after, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item::after, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item::after, - .bp3-dark .bp3-menu-item.bp3-intent-danger:hover .bp3-menu-item-label, - .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item .bp3-menu-item-label, - .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-danger:active, .bp3-dark .bp3-menu-item.bp3-intent-danger:active::before, .bp3-dark .bp3-menu-item.bp3-intent-danger:active::after, - .bp3-dark .bp3-menu-item.bp3-intent-danger:active .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active, .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active::before, .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active::after, - .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active .bp3-menu-item-label{ - color:#ffffff; } - -.bp3-dark .bp3-menu-item::before, -.bp3-dark .bp3-menu-item > .bp3-icon{ - color:#a7b6c2; } - -.bp3-dark .bp3-menu-item .bp3-menu-item-label{ - color:#a7b6c2; } - -.bp3-dark .bp3-menu-item.bp3-active, .bp3-dark .bp3-menu-item:active{ - background-color:rgba(138, 155, 168, 0.3); } - -.bp3-dark .bp3-menu-item.bp3-disabled{ - color:rgba(167, 182, 194, 0.6) !important; } - .bp3-dark .bp3-menu-item.bp3-disabled::before, - .bp3-dark .bp3-menu-item.bp3-disabled > .bp3-icon, - .bp3-dark .bp3-menu-item.bp3-disabled .bp3-menu-item-label{ + .bp3-dark .bp3-menu-item.bp3-intent-danger .bp3-icon{ + color:inherit; } + .bp3-dark .bp3-menu-item.bp3-intent-danger::before, .bp3-dark .bp3-menu-item.bp3-intent-danger::after, + .bp3-dark .bp3-menu-item.bp3-intent-danger .bp3-menu-item-label{ + color:#ff7373; } + .bp3-dark .bp3-menu-item.bp3-intent-danger:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active{ + background-color:#db3737; } + .bp3-dark .bp3-menu-item.bp3-intent-danger:active{ + background-color:#c23030; } + .bp3-dark .bp3-menu-item.bp3-intent-danger:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-danger:hover::before, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item::before, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item::before, .bp3-dark .bp3-menu-item.bp3-intent-danger:hover::after, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item::after, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item::after, + .bp3-dark .bp3-menu-item.bp3-intent-danger:hover .bp3-menu-item-label, + .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item .bp3-menu-item-label, + .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-danger:active, .bp3-dark .bp3-menu-item.bp3-intent-danger:active::before, .bp3-dark .bp3-menu-item.bp3-intent-danger:active::after, + .bp3-dark .bp3-menu-item.bp3-intent-danger:active .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active, .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active::before, .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active::after, + .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active .bp3-menu-item-label{ + color:#ffffff; } + .bp3-dark .bp3-menu-item::before, + .bp3-dark .bp3-menu-item > .bp3-icon{ + color:#a7b6c2; } + .bp3-dark .bp3-menu-item .bp3-menu-item-label{ + color:#a7b6c2; } + .bp3-dark .bp3-menu-item.bp3-active, .bp3-dark .bp3-menu-item:active{ + background-color:rgba(138, 155, 168, 0.3); } + .bp3-dark .bp3-menu-item.bp3-disabled{ color:rgba(167, 182, 194, 0.6) !important; } + .bp3-dark .bp3-menu-item.bp3-disabled::before, + .bp3-dark .bp3-menu-item.bp3-disabled > .bp3-icon, + .bp3-dark .bp3-menu-item.bp3-disabled .bp3-menu-item-label{ + color:rgba(167, 182, 194, 0.6) !important; } .bp3-dark .bp3-menu-divider, .bp3-dark .bp3-menu-header{ @@ -6574,14 +7014,14 @@ .bp3-label .bp3-menu{ margin-top:5px; } .bp3-navbar{ - position:relative; - z-index:10; + background-color:#ffffff; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); - background-color:#ffffff; - width:100%; height:50px; - padding:0 15px; } + padding:0 15px; + position:relative; + width:100%; + z-index:10; } .bp3-navbar.bp3-dark, .bp3-dark .bp3-navbar{ background-color:#394b59; } @@ -6592,22 +7032,22 @@ -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); } .bp3-navbar.bp3-fixed-top{ + left:0; position:fixed; - top:0; right:0; - left:0; } + top:0; } .bp3-navbar-heading{ - margin-right:15px; - font-size:16px; } + font-size:16px; + margin-right:15px; } .bp3-navbar-group{ - display:-webkit-box; - display:-ms-flexbox; - display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; height:50px; } .bp3-navbar-group.bp3-align-left{ float:left; } @@ -6615,9 +7055,9 @@ float:right; } .bp3-navbar-divider{ - margin:0 10px; border-left:1px solid rgba(16, 22, 26, 0.15); - height:20px; } + height:20px; + margin:0 10px; } .bp3-dark .bp3-navbar-divider{ border-left-color:rgba(255, 255, 255, 0.15); } .bp3-non-ideal-state{ @@ -6631,12 +7071,12 @@ -webkit-box-align:center; -ms-flex-align:center; align-items:center; + height:100%; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; - width:100%; - height:100%; - text-align:center; } + text-align:center; + width:100%; } .bp3-non-ideal-state > *{ -webkit-box-flex:0; -ms-flex-positive:0; @@ -6681,22 +7121,22 @@ overflow:hidden; } .bp3-overlay{ - position:static; - top:0; - right:0; bottom:0; left:0; + position:static; + right:0; + top:0; z-index:20; } .bp3-overlay:not(.bp3-overlay-open){ pointer-events:none; } .bp3-overlay.bp3-overlay-container{ - position:fixed; - overflow:hidden; } + overflow:hidden; + position:fixed; } .bp3-overlay.bp3-overlay-container.bp3-overlay-inline{ position:absolute; } .bp3-overlay.bp3-overlay-scroll-container{ - position:fixed; - overflow:auto; } + overflow:auto; + position:fixed; } .bp3-overlay.bp3-overlay-scroll-container.bp3-overlay-inline{ position:absolute; } .bp3-overlay.bp3-overlay-inline{ @@ -6711,77 +7151,77 @@ position:absolute; } .bp3-overlay-backdrop{ - position:fixed; - top:0; - right:0; bottom:0; left:0; + position:fixed; + right:0; + top:0; opacity:1; - z-index:20; background-color:rgba(16, 22, 26, 0.7); overflow:auto; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; - user-select:none; } + user-select:none; + z-index:20; } .bp3-overlay-backdrop.bp3-overlay-enter, .bp3-overlay-backdrop.bp3-overlay-appear{ opacity:0; } .bp3-overlay-backdrop.bp3-overlay-enter-active, .bp3-overlay-backdrop.bp3-overlay-appear-active{ opacity:1; - -webkit-transition-property:opacity; - transition-property:opacity; + -webkit-transition-delay:0; + transition-delay:0; -webkit-transition-duration:200ms; transition-duration:200ms; + -webkit-transition-property:opacity; + transition-property:opacity; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-overlay-backdrop.bp3-overlay-exit{ opacity:1; } .bp3-overlay-backdrop.bp3-overlay-exit-active{ opacity:0; - -webkit-transition-property:opacity; - transition-property:opacity; + -webkit-transition-delay:0; + transition-delay:0; -webkit-transition-duration:200ms; transition-duration:200ms; + -webkit-transition-property:opacity; + transition-property:opacity; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-overlay-backdrop:focus{ outline:none; } .bp3-overlay-inline .bp3-overlay-backdrop{ position:absolute; } .bp3-panel-stack{ - position:relative; - overflow:hidden; } + overflow:hidden; + position:relative; } .bp3-panel-stack-header{ - display:-webkit-box; - display:-ms-flexbox; - display:flex; - -ms-flex-negative:0; - flex-shrink:0; -webkit-box-align:center; -ms-flex-align:center; align-items:center; - z-index:1; -webkit-box-shadow:0 1px rgba(16, 22, 26, 0.15); box-shadow:0 1px rgba(16, 22, 26, 0.15); - height:30px; } + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -ms-flex-negative:0; + flex-shrink:0; + height:30px; + z-index:1; } .bp3-dark .bp3-panel-stack-header{ -webkit-box-shadow:0 1px rgba(255, 255, 255, 0.15); box-shadow:0 1px rgba(255, 255, 255, 0.15); } .bp3-panel-stack-header > span{ + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-flex:1; -ms-flex:1; - flex:1; - -webkit-box-align:stretch; - -ms-flex-align:stretch; - align-items:stretch; } + flex:1; } .bp3-panel-stack-header .bp3-heading{ margin:0 5px; } @@ -6793,11 +7233,13 @@ margin:0 2px; } .bp3-panel-stack-view{ - position:absolute; - top:0; - right:0; bottom:0; left:0; + position:absolute; + right:0; + top:0; + background-color:#ffffff; + border-right:1px solid rgba(16, 22, 26, 0.15); display:-webkit-box; display:-ms-flexbox; display:flex; @@ -6806,11 +7248,12 @@ -ms-flex-direction:column; flex-direction:column; margin-right:-1px; - border-right:1px solid rgba(16, 22, 26, 0.15); - background-color:#ffffff; - overflow-y:auto; } + overflow-y:auto; + z-index:1; } .bp3-dark .bp3-panel-stack-view{ background-color:#30404d; } + .bp3-panel-stack-view:nth-last-child(n + 4){ + display:none; } .bp3-panel-stack-push .bp3-panel-stack-enter, .bp3-panel-stack-push .bp3-panel-stack-appear{ -webkit-transform:translateX(100%); @@ -6821,16 +7264,16 @@ -webkit-transform:translate(0%); transform:translate(0%); opacity:1; + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:400ms; + transition-duration:400ms; -webkit-transition-property:opacity, -webkit-transform; transition-property:opacity, -webkit-transform; transition-property:transform, opacity; transition-property:transform, opacity, -webkit-transform; - -webkit-transition-duration:400ms; - transition-duration:400ms; -webkit-transition-timing-function:ease; - transition-timing-function:ease; - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:ease; } .bp3-panel-stack-push .bp3-panel-stack-exit{ -webkit-transform:translate(0%); @@ -6841,16 +7284,16 @@ -webkit-transform:translateX(-50%); transform:translateX(-50%); opacity:0; + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:400ms; + transition-duration:400ms; -webkit-transition-property:opacity, -webkit-transform; transition-property:opacity, -webkit-transform; transition-property:transform, opacity; transition-property:transform, opacity, -webkit-transform; - -webkit-transition-duration:400ms; - transition-duration:400ms; -webkit-transition-timing-function:ease; - transition-timing-function:ease; - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:ease; } .bp3-panel-stack-pop .bp3-panel-stack-enter, .bp3-panel-stack-pop .bp3-panel-stack-appear{ -webkit-transform:translateX(-50%); @@ -6861,16 +7304,16 @@ -webkit-transform:translate(0%); transform:translate(0%); opacity:1; + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:400ms; + transition-duration:400ms; -webkit-transition-property:opacity, -webkit-transform; transition-property:opacity, -webkit-transform; transition-property:transform, opacity; transition-property:transform, opacity, -webkit-transform; - -webkit-transition-duration:400ms; - transition-duration:400ms; -webkit-transition-timing-function:ease; - transition-timing-function:ease; - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:ease; } .bp3-panel-stack-pop .bp3-panel-stack-exit{ -webkit-transform:translate(0%); @@ -6881,35 +7324,177 @@ -webkit-transform:translateX(100%); transform:translateX(100%); opacity:0; + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:400ms; + transition-duration:400ms; -webkit-transition-property:opacity, -webkit-transform; transition-property:opacity, -webkit-transform; transition-property:transform, opacity; transition-property:transform, opacity, -webkit-transform; + -webkit-transition-timing-function:ease; + transition-timing-function:ease; } +.bp3-panel-stack2{ + overflow:hidden; + position:relative; } + +.bp3-panel-stack2-header{ + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-shadow:0 1px rgba(16, 22, 26, 0.15); + box-shadow:0 1px rgba(16, 22, 26, 0.15); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -ms-flex-negative:0; + flex-shrink:0; + height:30px; + z-index:1; } + .bp3-dark .bp3-panel-stack2-header{ + -webkit-box-shadow:0 1px rgba(255, 255, 255, 0.15); + box-shadow:0 1px rgba(255, 255, 255, 0.15); } + .bp3-panel-stack2-header > span{ + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; } + .bp3-panel-stack2-header .bp3-heading{ + margin:0 5px; } + +.bp3-button.bp3-panel-stack2-header-back{ + margin-left:5px; + padding-left:0; + white-space:nowrap; } + .bp3-button.bp3-panel-stack2-header-back .bp3-icon{ + margin:0 2px; } + +.bp3-panel-stack2-view{ + bottom:0; + left:0; + position:absolute; + right:0; + top:0; + background-color:#ffffff; + border-right:1px solid rgba(16, 22, 26, 0.15); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + margin-right:-1px; + overflow-y:auto; + z-index:1; } + .bp3-dark .bp3-panel-stack2-view{ + background-color:#30404d; } + .bp3-panel-stack2-view:nth-last-child(n + 4){ + display:none; } + +.bp3-panel-stack2-push .bp3-panel-stack2-enter, .bp3-panel-stack2-push .bp3-panel-stack2-appear{ + -webkit-transform:translateX(100%); + transform:translateX(100%); + opacity:0; } + +.bp3-panel-stack2-push .bp3-panel-stack2-enter-active, .bp3-panel-stack2-push .bp3-panel-stack2-appear-active{ + -webkit-transform:translate(0%); + transform:translate(0%); + opacity:1; + -webkit-transition-delay:0; + transition-delay:0; -webkit-transition-duration:400ms; transition-duration:400ms; + -webkit-transition-property:opacity, -webkit-transform; + transition-property:opacity, -webkit-transform; + transition-property:transform, opacity; + transition-property:transform, opacity, -webkit-transform; -webkit-transition-timing-function:ease; - transition-timing-function:ease; + transition-timing-function:ease; } + +.bp3-panel-stack2-push .bp3-panel-stack2-exit{ + -webkit-transform:translate(0%); + transform:translate(0%); + opacity:1; } + +.bp3-panel-stack2-push .bp3-panel-stack2-exit-active{ + -webkit-transform:translateX(-50%); + transform:translateX(-50%); + opacity:0; + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:400ms; + transition-duration:400ms; + -webkit-transition-property:opacity, -webkit-transform; + transition-property:opacity, -webkit-transform; + transition-property:transform, opacity; + transition-property:transform, opacity, -webkit-transform; + -webkit-transition-timing-function:ease; + transition-timing-function:ease; } + +.bp3-panel-stack2-pop .bp3-panel-stack2-enter, .bp3-panel-stack2-pop .bp3-panel-stack2-appear{ + -webkit-transform:translateX(-50%); + transform:translateX(-50%); + opacity:0; } + +.bp3-panel-stack2-pop .bp3-panel-stack2-enter-active, .bp3-panel-stack2-pop .bp3-panel-stack2-appear-active{ + -webkit-transform:translate(0%); + transform:translate(0%); + opacity:1; -webkit-transition-delay:0; - transition-delay:0; } + transition-delay:0; + -webkit-transition-duration:400ms; + transition-duration:400ms; + -webkit-transition-property:opacity, -webkit-transform; + transition-property:opacity, -webkit-transform; + transition-property:transform, opacity; + transition-property:transform, opacity, -webkit-transform; + -webkit-transition-timing-function:ease; + transition-timing-function:ease; } + +.bp3-panel-stack2-pop .bp3-panel-stack2-exit{ + -webkit-transform:translate(0%); + transform:translate(0%); + opacity:1; } + +.bp3-panel-stack2-pop .bp3-panel-stack2-exit-active{ + -webkit-transform:translateX(100%); + transform:translateX(100%); + opacity:0; + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:400ms; + transition-duration:400ms; + -webkit-transition-property:opacity, -webkit-transform; + transition-property:opacity, -webkit-transform; + transition-property:transform, opacity; + transition-property:transform, opacity, -webkit-transform; + -webkit-transition-timing-function:ease; + transition-timing-function:ease; } .bp3-popover{ -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); -webkit-transform:scale(1); transform:scale(1); + border-radius:3px; display:inline-block; - z-index:20; - border-radius:3px; } + z-index:20; } .bp3-popover .bp3-popover-arrow{ + height:30px; position:absolute; - width:30px; - height:30px; } + width:30px; } .bp3-popover .bp3-popover-arrow::before{ + height:20px; margin:5px; - width:20px; - height:20px; } + width:20px; } .bp3-tether-element-attached-bottom.bp3-tether-target-attached-top > .bp3-popover{ - margin-top:-17px; - margin-bottom:17px; } + margin-bottom:17px; + margin-top:-17px; } .bp3-tether-element-attached-bottom.bp3-tether-target-attached-top > .bp3-popover > .bp3-popover-arrow{ bottom:-11px; } .bp3-tether-element-attached-bottom.bp3-tether-target-attached-top > .bp3-popover > .bp3-popover-arrow svg{ @@ -6930,8 +7515,8 @@ -webkit-transform:rotate(90deg); transform:rotate(90deg); } .bp3-tether-element-attached-right.bp3-tether-target-attached-left > .bp3-popover{ - margin-right:17px; - margin-left:-17px; } + margin-left:-17px; + margin-right:17px; } .bp3-tether-element-attached-right.bp3-tether-target-attached-left > .bp3-popover > .bp3-popover-arrow{ right:-11px; } .bp3-tether-element-attached-right.bp3-tether-target-attached-left > .bp3-popover > .bp3-popover-arrow svg{ @@ -6997,35 +7582,35 @@ .bp3-popover-enter-active > .bp3-popover, .bp3-popover-appear-active > .bp3-popover{ -webkit-transform:scale(1); transform:scale(1); + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:300ms; + transition-duration:300ms; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; transition-property:transform; transition-property:transform, -webkit-transform; - -webkit-transition-duration:300ms; - transition-duration:300ms; -webkit-transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); - transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); } .bp3-popover-exit > .bp3-popover{ -webkit-transform:scale(1); transform:scale(1); } .bp3-popover-exit-active > .bp3-popover{ -webkit-transform:scale(0.3); transform:scale(0.3); + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:300ms; + transition-duration:300ms; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; transition-property:transform; transition-property:transform, -webkit-transform; - -webkit-transition-duration:300ms; - transition-duration:300ms; -webkit-transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); - transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); } .bp3-popover .bp3-popover-content{ - position:relative; - border-radius:3px; } + border-radius:3px; + position:relative; } .bp3-popover.bp3-popover-content-sizing .bp3-popover-content{ max-width:350px; padding:20px; } @@ -7044,32 +7629,32 @@ .bp3-popover-enter-active > .bp3-popover.bp3-minimal.bp3-popover, .bp3-popover-appear-active > .bp3-popover.bp3-minimal.bp3-popover{ -webkit-transform:scale(1); transform:scale(1); + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:100ms; + transition-duration:100ms; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; transition-property:transform; transition-property:transform, -webkit-transform; - -webkit-transition-duration:100ms; - transition-duration:100ms; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-popover-exit > .bp3-popover.bp3-minimal.bp3-popover{ -webkit-transform:scale(1); transform:scale(1); } .bp3-popover-exit-active > .bp3-popover.bp3-minimal.bp3-popover{ -webkit-transform:scale(1); transform:scale(1); + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:100ms; + transition-duration:100ms; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; transition-property:transform; transition-property:transform, -webkit-transform; - -webkit-transition-duration:100ms; - transition-duration:100ms; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-popover.bp3-dark, .bp3-dark .bp3-popover{ -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); @@ -7091,12 +7676,12 @@ fill:#30404d; } .bp3-popover-arrow::before{ + border-radius:2px; + content:""; display:block; position:absolute; -webkit-transform:rotate(45deg); - transform:rotate(45deg); - border-radius:2px; - content:""; } + transform:rotate(45deg); } .bp3-tether-pinned .bp3-popover-arrow{ display:none; } @@ -7114,26 +7699,26 @@ opacity:0; } .bp3-transition-container.bp3-popover-enter-active, .bp3-transition-container.bp3-popover-appear-active{ opacity:1; - -webkit-transition-property:opacity; - transition-property:opacity; + -webkit-transition-delay:0; + transition-delay:0; -webkit-transition-duration:100ms; transition-duration:100ms; + -webkit-transition-property:opacity; + transition-property:opacity; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-transition-container.bp3-popover-exit{ opacity:1; } .bp3-transition-container.bp3-popover-exit-active{ opacity:0; - -webkit-transition-property:opacity; - transition-property:opacity; + -webkit-transition-delay:0; + transition-delay:0; -webkit-transition-duration:100ms; transition-duration:100ms; + -webkit-transition-property:opacity; + transition-property:opacity; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-transition-container:focus{ outline:none; } .bp3-transition-container.bp3-popover-leave .bp3-popover-content{ @@ -7148,10 +7733,10 @@ width:100%; } .bp3-portal{ + left:0; position:absolute; - top:0; right:0; - left:0; } + top:0; } @-webkit-keyframes linear-progress-bar-stripes{ from{ background-position:0 0; } @@ -7164,23 +7749,23 @@ background-position:30px 0; } } .bp3-progress-bar{ - display:block; - position:relative; - border-radius:40px; background:rgba(92, 112, 128, 0.2); - width:100%; + border-radius:40px; + display:block; height:8px; - overflow:hidden; } + overflow:hidden; + position:relative; + width:100%; } .bp3-progress-bar .bp3-progress-meter{ - position:absolute; - border-radius:40px; background:linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%); background-color:rgba(92, 112, 128, 0.8); background-size:30px 30px; - width:100%; + border-radius:40px; height:100%; + position:absolute; -webkit-transition:width 200ms cubic-bezier(0.4, 1, 0.75, 0.9); - transition:width 200ms cubic-bezier(0.4, 1, 0.75, 0.9); } + transition:width 200ms cubic-bezier(0.4, 1, 0.75, 0.9); + width:100%; } .bp3-progress-bar:not(.bp3-no-animation):not(.bp3-no-stripes) .bp3-progress-meter{ animation:linear-progress-bar-stripes 300ms linear infinite reverse; } .bp3-progress-bar.bp3-no-stripes .bp3-progress-meter{ @@ -7204,29 +7789,29 @@ background-color:#db3737; } @-webkit-keyframes skeleton-glow{ from{ - border-color:rgba(206, 217, 224, 0.2); - background:rgba(206, 217, 224, 0.2); } + background:rgba(206, 217, 224, 0.2); + border-color:rgba(206, 217, 224, 0.2); } to{ - border-color:rgba(92, 112, 128, 0.2); - background:rgba(92, 112, 128, 0.2); } } + background:rgba(92, 112, 128, 0.2); + border-color:rgba(92, 112, 128, 0.2); } } @keyframes skeleton-glow{ from{ - border-color:rgba(206, 217, 224, 0.2); - background:rgba(206, 217, 224, 0.2); } + background:rgba(206, 217, 224, 0.2); + border-color:rgba(206, 217, 224, 0.2); } to{ - border-color:rgba(92, 112, 128, 0.2); - background:rgba(92, 112, 128, 0.2); } } + background:rgba(92, 112, 128, 0.2); + border-color:rgba(92, 112, 128, 0.2); } } .bp3-skeleton{ + -webkit-animation:1000ms linear infinite alternate skeleton-glow; + animation:1000ms linear infinite alternate skeleton-glow; + background:rgba(206, 217, 224, 0.2); + background-clip:padding-box !important; border-color:rgba(206, 217, 224, 0.2) !important; border-radius:2px; -webkit-box-shadow:none !important; box-shadow:none !important; - background:rgba(206, 217, 224, 0.2); - background-clip:padding-box !important; - cursor:default; color:transparent !important; - -webkit-animation:1000ms linear infinite alternate skeleton-glow; - animation:1000ms linear infinite alternate skeleton-glow; + cursor:default; pointer-events:none; -webkit-user-select:none; -moz-user-select:none; @@ -7236,12 +7821,12 @@ .bp3-skeleton *{ visibility:hidden !important; } .bp3-slider{ - width:100%; - min-width:150px; height:40px; - position:relative; - outline:none; + min-width:150px; + width:100%; cursor:default; + outline:none; + position:relative; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; @@ -7252,17 +7837,17 @@ cursor:-webkit-grabbing; cursor:grabbing; } .bp3-slider.bp3-disabled{ - opacity:0.5; - cursor:not-allowed; } + cursor:not-allowed; + opacity:0.5; } .bp3-slider.bp3-slider-unlabeled{ height:16px; } .bp3-slider-track, .bp3-slider-progress{ - top:5px; - right:0; - left:0; height:6px; + left:0; + right:0; + top:5px; position:absolute; } .bp3-slider-track{ @@ -7283,90 +7868,90 @@ background-color:#db3737; } .bp3-slider-handle{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); background-color:#f5f8fa; background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))); background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); color:#182026; - position:absolute; - top:0; - left:0; border-radius:3px; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2); cursor:pointer; - width:16px; - height:16px; } + height:16px; + left:0; + position:absolute; + top:0; + width:16px; } .bp3-slider-handle:hover{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); background-clip:padding-box; - background-color:#ebf1f5; } + background-color:#ebf1f5; + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); } .bp3-slider-handle:active, .bp3-slider-handle.bp3-active{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); background-color:#d8e1e8; - background-image:none; } + background-image:none; + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); } .bp3-slider-handle:disabled, .bp3-slider-handle.bp3-disabled{ - outline:none; - -webkit-box-shadow:none; - box-shadow:none; background-color:rgba(206, 217, 224, 0.5); background-image:none; + -webkit-box-shadow:none; + box-shadow:none; + color:rgba(92, 112, 128, 0.6); cursor:not-allowed; - color:rgba(92, 112, 128, 0.6); } + outline:none; } .bp3-slider-handle:disabled.bp3-active, .bp3-slider-handle:disabled.bp3-active:hover, .bp3-slider-handle.bp3-disabled.bp3-active, .bp3-slider-handle.bp3-disabled.bp3-active:hover{ background:rgba(206, 217, 224, 0.7); } .bp3-slider-handle:focus{ z-index:1; } .bp3-slider-handle:hover{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); background-clip:padding-box; background-color:#ebf1f5; - z-index:2; + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2); cursor:-webkit-grab; - cursor:grab; } + cursor:grab; + z-index:2; } .bp3-slider-handle.bp3-active{ - -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); - box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); background-color:#d8e1e8; background-image:none; + -webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); + box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 1px rgba(16, 22, 26, 0.1); box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 1px rgba(16, 22, 26, 0.1); cursor:-webkit-grabbing; cursor:grabbing; } .bp3-disabled .bp3-slider-handle{ + background:#bfccd6; -webkit-box-shadow:none; box-shadow:none; - background:#bfccd6; pointer-events:none; } .bp3-dark .bp3-slider-handle{ - -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); background-color:#394b59; background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0))); background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)); + -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); color:#f5f8fa; } .bp3-dark .bp3-slider-handle:hover, .bp3-dark .bp3-slider-handle:active, .bp3-dark .bp3-slider-handle.bp3-active{ color:#f5f8fa; } .bp3-dark .bp3-slider-handle:hover{ + background-color:#30404d; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); - background-color:#30404d; } + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); } .bp3-dark .bp3-slider-handle:active, .bp3-dark .bp3-slider-handle.bp3-active{ - -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); background-color:#202b33; - background-image:none; } + background-image:none; + -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); } .bp3-dark .bp3-slider-handle:disabled, .bp3-dark .bp3-slider-handle.bp3-disabled{ - -webkit-box-shadow:none; - box-shadow:none; background-color:rgba(57, 75, 89, 0.5); background-image:none; + -webkit-box-shadow:none; + box-shadow:none; color:rgba(167, 182, 194, 0.6); } .bp3-dark .bp3-slider-handle:disabled.bp3-active, .bp3-dark .bp3-slider-handle.bp3-disabled.bp3-active{ background:rgba(57, 75, 89, 0.7); } @@ -7378,21 +7963,21 @@ .bp3-dark .bp3-slider-handle.bp3-active{ background-color:#293742; } .bp3-dark .bp3-disabled .bp3-slider-handle{ + background:#5c7080; border-color:#5c7080; -webkit-box-shadow:none; - box-shadow:none; - background:#5c7080; } + box-shadow:none; } .bp3-slider-handle .bp3-slider-label{ - margin-left:8px; + background:#394b59; border-radius:3px; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); - background:#394b59; - color:#f5f8fa; } + color:#f5f8fa; + margin-left:8px; } .bp3-dark .bp3-slider-handle .bp3-slider-label{ + background:#e1e8ed; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); - background:#e1e8ed; color:#394b59; } .bp3-disabled .bp3-slider-handle .bp3-slider-label{ -webkit-box-shadow:none; @@ -7400,12 +7985,12 @@ .bp3-slider-handle.bp3-start, .bp3-slider-handle.bp3-end{ width:8px; } .bp3-slider-handle.bp3-start{ - border-top-right-radius:0; - border-bottom-right-radius:0; } + border-bottom-right-radius:0; + border-top-right-radius:0; } .bp3-slider-handle.bp3-end{ - margin-left:8px; + border-bottom-left-radius:0; border-top-left-radius:0; - border-bottom-left-radius:0; } + margin-left:8px; } .bp3-slider-handle.bp3-end .bp3-slider-label{ margin-left:0; } @@ -7413,23 +7998,23 @@ -webkit-transform:translate(-50%, 20px); transform:translate(-50%, 20px); display:inline-block; - position:absolute; - padding:2px 5px; - vertical-align:top; + font-size:12px; line-height:1; - font-size:12px; } + padding:2px 5px; + position:absolute; + vertical-align:top; } .bp3-slider.bp3-vertical{ - width:40px; + height:150px; min-width:40px; - height:150px; } + width:40px; } .bp3-slider.bp3-vertical .bp3-slider-track, .bp3-slider.bp3-vertical .bp3-slider-progress{ - top:0; bottom:0; + height:auto; left:5px; - width:6px; - height:auto; } + top:0; + width:6px; } .bp3-slider.bp3-vertical .bp3-slider-progress{ top:auto; } .bp3-slider.bp3-vertical .bp3-slider-label{ @@ -7438,23 +8023,23 @@ .bp3-slider.bp3-vertical .bp3-slider-handle{ top:auto; } .bp3-slider.bp3-vertical .bp3-slider-handle .bp3-slider-label{ - margin-top:-8px; - margin-left:0; } + margin-left:0; + margin-top:-8px; } .bp3-slider.bp3-vertical .bp3-slider-handle.bp3-end, .bp3-slider.bp3-vertical .bp3-slider-handle.bp3-start{ + height:8px; margin-left:0; - width:16px; - height:8px; } + width:16px; } .bp3-slider.bp3-vertical .bp3-slider-handle.bp3-start{ - border-top-left-radius:0; - border-bottom-right-radius:3px; } + border-bottom-right-radius:3px; + border-top-left-radius:0; } .bp3-slider.bp3-vertical .bp3-slider-handle.bp3-start .bp3-slider-label{ -webkit-transform:translate(20px); transform:translate(20px); } .bp3-slider.bp3-vertical .bp3-slider-handle.bp3-end{ - margin-bottom:8px; - border-top-left-radius:3px; border-bottom-left-radius:0; - border-bottom-right-radius:0; } + border-bottom-right-radius:0; + border-top-left-radius:3px; + margin-bottom:8px; } @-webkit-keyframes pt-spinner-animation{ from{ @@ -7473,12 +8058,12 @@ transform:rotate(360deg); } } .bp3-spinner{ - display:-webkit-box; - display:-ms-flexbox; - display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; @@ -7489,12 +8074,12 @@ .bp3-spinner path{ fill-opacity:0; } .bp3-spinner .bp3-spinner-head{ + stroke:rgba(92, 112, 128, 0.8); + stroke-linecap:round; -webkit-transform-origin:center; transform-origin:center; -webkit-transition:stroke-dashoffset 200ms cubic-bezier(0.4, 1, 0.75, 0.9); - transition:stroke-dashoffset 200ms cubic-bezier(0.4, 1, 0.75, 0.9); - stroke:rgba(92, 112, 128, 0.8); - stroke-linecap:round; } + transition:stroke-dashoffset 200ms cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-spinner .bp3-spinner-track{ stroke:rgba(92, 112, 128, 0.2); } @@ -7527,48 +8112,48 @@ display:-ms-flexbox; display:flex; } .bp3-tabs.bp3-vertical > .bp3-tab-list{ + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; - flex-direction:column; - -webkit-box-align:start; - -ms-flex-align:start; - align-items:flex-start; } + flex-direction:column; } .bp3-tabs.bp3-vertical > .bp3-tab-list .bp3-tab{ border-radius:3px; - width:100%; - padding:0 10px; } + padding:0 10px; + width:100%; } .bp3-tabs.bp3-vertical > .bp3-tab-list .bp3-tab[aria-selected="true"]{ + background-color:rgba(19, 124, 189, 0.2); -webkit-box-shadow:none; - box-shadow:none; - background-color:rgba(19, 124, 189, 0.2); } + box-shadow:none; } .bp3-tabs.bp3-vertical > .bp3-tab-list .bp3-tab-indicator-wrapper .bp3-tab-indicator{ - top:0; - right:0; + background-color:rgba(19, 124, 189, 0.2); + border-radius:3px; bottom:0; + height:auto; left:0; - border-radius:3px; - background-color:rgba(19, 124, 189, 0.2); - height:auto; } + right:0; + top:0; } .bp3-tabs.bp3-vertical > .bp3-tab-panel{ margin-top:0; padding-left:20px; } .bp3-tab-list{ + -webkit-box-align:end; + -ms-flex-align:end; + align-items:flex-end; + border:none; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; - -webkit-box-align:end; - -ms-flex-align:end; - align-items:flex-end; - position:relative; + list-style:none; margin:0; - border:none; padding:0; - list-style:none; } + position:relative; } .bp3-tab-list > *:not(:last-child){ margin-right:20px; } @@ -7577,27 +8162,27 @@ text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; + color:#182026; + cursor:pointer; -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; - position:relative; - cursor:pointer; - max-width:100%; - vertical-align:top; + font-size:14px; line-height:30px; - color:#182026; - font-size:14px; } + max-width:100%; + position:relative; + vertical-align:top; } .bp3-tab a{ + color:inherit; display:block; - text-decoration:none; - color:inherit; } + text-decoration:none; } .bp3-tab-indicator-wrapper ~ .bp3-tab{ + background-color:transparent !important; -webkit-box-shadow:none !important; - box-shadow:none !important; - background-color:transparent !important; } + box-shadow:none !important; } .bp3-tab[aria-disabled="true"]{ - cursor:not-allowed; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + cursor:not-allowed; } .bp3-tab[aria-selected="true"]{ border-radius:0; -webkit-box-shadow:inset 0 -3px 0 #106ba3; @@ -7607,8 +8192,8 @@ .bp3-tab:focus{ -moz-outline-radius:0; } .bp3-large > .bp3-tab{ - line-height:40px; - font-size:16px; } + font-size:16px; + line-height:40px; } .bp3-tab-panel{ margin-top:20px; } @@ -7616,9 +8201,10 @@ display:none; } .bp3-tab-indicator-wrapper{ + left:0; + pointer-events:none; position:absolute; top:0; - left:0; -webkit-transform:translateX(0), translateY(0); transform:translateX(0), translateY(0); -webkit-transition:height, width, -webkit-transform; @@ -7628,15 +8214,14 @@ -webkit-transition-duration:200ms; transition-duration:200ms; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - pointer-events:none; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-tab-indicator-wrapper .bp3-tab-indicator{ - position:absolute; - right:0; + background-color:#106ba3; bottom:0; + height:3px; left:0; - background-color:#106ba3; - height:3px; } + position:absolute; + right:0; } .bp3-tab-indicator-wrapper.bp3-no-animation{ -webkit-transition:none; transition:none; } @@ -7669,19 +8254,19 @@ -webkit-box-align:center; -ms-flex-align:center; align-items:center; - position:relative; + background-color:#5c7080; border:none; border-radius:3px; -webkit-box-shadow:none; box-shadow:none; - background-color:#5c7080; - min-width:20px; + color:#f5f8fa; + font-size:12px; + line-height:16px; max-width:100%; min-height:20px; + min-width:20px; padding:2px 6px; - line-height:16px; - color:#f5f8fa; - font-size:12px; } + position:relative; } .bp3-tag.bp3-interactive{ cursor:pointer; } .bp3-tag.bp3-interactive:hover{ @@ -7712,8 +8297,8 @@ -moz-outline-radius:6px; } .bp3-tag.bp3-round{ border-radius:30px; - padding-right:8px; - padding-left:8px; } + padding-left:8px; + padding-right:8px; } .bp3-dark .bp3-tag{ background-color:#bfccd6; color:#182026; } @@ -7729,11 +8314,11 @@ fill:#ffffff; } .bp3-tag.bp3-large, .bp3-large .bp3-tag{ - min-width:30px; - min-height:30px; - padding:0 10px; + font-size:14px; line-height:20px; - font-size:14px; } + min-height:30px; + min-width:30px; + padding:5px 10px; } .bp3-tag.bp3-large::before, .bp3-tag.bp3-large > *, .bp3-large .bp3-tag::before, @@ -7746,8 +8331,8 @@ margin-right:0; } .bp3-tag.bp3-large.bp3-round, .bp3-large .bp3-tag.bp3-round{ - padding-right:12px; - padding-left:12px; } + padding-left:12px; + padding-right:12px; } .bp3-tag.bp3-intent-primary{ background:#137cbd; color:#ffffff; } @@ -7892,44 +8477,43 @@ background-color:rgba(219, 55, 55, 0.45); } .bp3-tag-remove{ + background:none; + border:none; + color:inherit; + cursor:pointer; display:-webkit-box; display:-ms-flexbox; display:flex; - opacity:0.5; - margin-top:-2px; - margin-right:-6px !important; margin-bottom:-2px; - border:none; - background:none; - cursor:pointer; + margin-right:-6px !important; + margin-top:-2px; + opacity:0.5; padding:2px; - padding-left:0; - color:inherit; } + padding-left:0; } .bp3-tag-remove:hover{ - opacity:0.8; background:none; + opacity:0.8; text-decoration:none; } .bp3-tag-remove:active{ opacity:1; } .bp3-tag-remove:empty::before{ - line-height:1; font-family:"Icons16", sans-serif; font-size:16px; - font-weight:400; font-style:normal; + font-weight:400; + line-height:1; -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; content:""; } .bp3-large .bp3-tag-remove{ margin-right:-10px !important; - padding:5px; - padding-left:0; } + padding:0 5px 0 0; } .bp3-large .bp3-tag-remove:empty::before{ - line-height:1; font-family:"Icons20", sans-serif; font-size:20px; + font-style:normal; font-weight:400; - font-style:normal; } + line-height:1; } .bp3-tag-input{ display:-webkit-box; display:-ms-flexbox; @@ -7943,10 +8527,10 @@ align-items:flex-start; cursor:text; height:auto; + line-height:inherit; min-height:30px; - padding-right:0; padding-left:5px; - line-height:inherit; } + padding-right:0; } .bp3-tag-input > *{ -webkit-box-flex:0; -ms-flex-positive:0; @@ -7960,10 +8544,10 @@ -ms-flex-negative:1; flex-shrink:1; } .bp3-tag-input .bp3-tag-input-icon{ - margin-top:7px; - margin-right:7px; + color:#5c7080; margin-left:2px; - color:#5c7080; } + margin-right:7px; + margin-top:7px; } .bp3-tag-input .bp3-tag-input-values{ display:-webkit-box; display:-ms-flexbox; @@ -7972,15 +8556,15 @@ -webkit-box-direction:normal; -ms-flex-direction:row; flex-direction:row; - -ms-flex-wrap:wrap; - flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-item-align:stretch; align-self:stretch; - margin-top:5px; + -ms-flex-wrap:wrap; + flex-wrap:wrap; margin-right:7px; + margin-top:5px; min-width:0; } .bp3-tag-input .bp3-tag-input-values > *{ -webkit-box-flex:0; @@ -8014,8 +8598,8 @@ -webkit-box-flex:1; -ms-flex:1 1 auto; flex:1 1 auto; - width:80px; - line-height:20px; } + line-height:20px; + width:80px; } .bp3-tag-input .bp3-input-ghost:disabled, .bp3-tag-input .bp3-input-ghost.bp3-disabled{ cursor:not-allowed; } .bp3-tag-input .bp3-button, @@ -8023,8 +8607,8 @@ margin:3px; margin-left:0; } .bp3-tag-input .bp3-button{ - min-width:24px; min-height:24px; + min-width:24px; padding:0 7px; } .bp3-tag-input.bp3-large{ height:auto; @@ -8036,13 +8620,13 @@ .bp3-tag-input.bp3-large > :last-child{ margin-right:0; } .bp3-tag-input.bp3-large .bp3-tag-input-icon{ - margin-top:10px; - margin-left:5px; } + margin-left:5px; + margin-top:10px; } .bp3-tag-input.bp3-large .bp3-input-ghost{ line-height:30px; } .bp3-tag-input.bp3-large .bp3-button{ - min-width:30px; min-height:30px; + min-width:30px; padding:5px 10px; margin:5px; margin-left:0; } @@ -8050,9 +8634,9 @@ margin:8px; margin-left:0; } .bp3-tag-input.bp3-active{ + background-color:#ffffff; -webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); - box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); - background-color:#ffffff; } + box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } .bp3-tag-input.bp3-active.bp3-intent-primary{ -webkit-box-shadow:0 0 0 1px #106ba3, 0 0 0 3px rgba(16, 107, 163, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow:0 0 0 1px #106ba3, 0 0 0 3px rgba(16, 107, 163, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); } @@ -8080,9 +8664,9 @@ .bp3-dark .bp3-tag-input .bp3-input-ghost::placeholder, .bp3-tag-input.bp3-dark .bp3-input-ghost::placeholder{ color:rgba(167, 182, 194, 0.6); } .bp3-dark .bp3-tag-input.bp3-active, .bp3-tag-input.bp3-dark.bp3-active{ + background-color:rgba(16, 22, 26, 0.3); -webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); - box-shadow:0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); - background-color:rgba(16, 22, 26, 0.3); } + box-shadow:0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } .bp3-dark .bp3-tag-input.bp3-active.bp3-intent-primary, .bp3-tag-input.bp3-dark.bp3-active.bp3-intent-primary{ -webkit-box-shadow:0 0 0 1px #106ba3, 0 0 0 3px rgba(16, 107, 163, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow:0 0 0 1px #106ba3, 0 0 0 3px rgba(16, 107, 163, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } @@ -8097,76 +8681,76 @@ box-shadow:0 0 0 1px #c23030, 0 0 0 3px rgba(194, 48, 48, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); } .bp3-input-ghost{ + background:none; border:none; -webkit-box-shadow:none; box-shadow:none; - background:none; padding:0; } .bp3-input-ghost::-webkit-input-placeholder{ - opacity:1; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + opacity:1; } .bp3-input-ghost::-moz-placeholder{ - opacity:1; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + opacity:1; } .bp3-input-ghost:-ms-input-placeholder{ - opacity:1; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + opacity:1; } .bp3-input-ghost::-ms-input-placeholder{ - opacity:1; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + opacity:1; } .bp3-input-ghost::placeholder{ - opacity:1; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + opacity:1; } .bp3-input-ghost:focus{ outline:none !important; } .bp3-toast{ - display:-webkit-box; - display:-ms-flexbox; - display:flex; -webkit-box-align:start; -ms-flex-align:start; align-items:flex-start; - position:relative !important; - margin:20px 0 0; + background-color:#ffffff; border-radius:3px; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); - background-color:#ffffff; - min-width:300px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + margin:20px 0 0; max-width:500px; - pointer-events:all; } + min-width:300px; + pointer-events:all; + position:relative !important; } .bp3-toast.bp3-toast-enter, .bp3-toast.bp3-toast-appear{ -webkit-transform:translateY(-40px); transform:translateY(-40px); } .bp3-toast.bp3-toast-enter-active, .bp3-toast.bp3-toast-appear-active{ -webkit-transform:translateY(0); transform:translateY(0); + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:300ms; + transition-duration:300ms; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; transition-property:transform; transition-property:transform, -webkit-transform; - -webkit-transition-duration:300ms; - transition-duration:300ms; -webkit-transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); - transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); } .bp3-toast.bp3-toast-enter ~ .bp3-toast, .bp3-toast.bp3-toast-appear ~ .bp3-toast{ -webkit-transform:translateY(-40px); transform:translateY(-40px); } .bp3-toast.bp3-toast-enter-active ~ .bp3-toast, .bp3-toast.bp3-toast-appear-active ~ .bp3-toast{ -webkit-transform:translateY(0); transform:translateY(0); + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:300ms; + transition-duration:300ms; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; transition-property:transform; transition-property:transform, -webkit-transform; - -webkit-transition-duration:300ms; - transition-duration:300ms; -webkit-transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); - transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); } .bp3-toast.bp3-toast-exit{ opacity:1; -webkit-filter:blur(0); @@ -8175,32 +8759,32 @@ opacity:0; -webkit-filter:blur(10px); filter:blur(10px); + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:300ms; + transition-duration:300ms; -webkit-transition-property:opacity, -webkit-filter; transition-property:opacity, -webkit-filter; transition-property:opacity, filter; transition-property:opacity, filter, -webkit-filter; - -webkit-transition-duration:300ms; - transition-duration:300ms; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-toast.bp3-toast-exit ~ .bp3-toast{ -webkit-transform:translateY(0); transform:translateY(0); } .bp3-toast.bp3-toast-exit-active ~ .bp3-toast{ -webkit-transform:translateY(-40px); transform:translateY(-40px); + -webkit-transition-delay:50ms; + transition-delay:50ms; + -webkit-transition-duration:100ms; + transition-duration:100ms; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; transition-property:transform; transition-property:transform, -webkit-transform; - -webkit-transition-duration:100ms; - transition-duration:100ms; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:50ms; - transition-delay:50ms; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-toast .bp3-button-group{ -webkit-box-flex:0; -ms-flex:0 0 auto; @@ -8208,14 +8792,14 @@ padding:5px; padding-left:0; } .bp3-toast > .bp3-icon{ + color:#5c7080; margin:12px; - margin-right:0; - color:#5c7080; } + margin-right:0; } .bp3-toast.bp3-dark, .bp3-dark .bp3-toast{ + background-color:#394b59; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); - background-color:#394b59; } + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); } .bp3-toast.bp3-dark > .bp3-icon, .bp3-dark .bp3-toast > .bp3-icon{ color:#a7b6c2; } @@ -8259,6 +8843,9 @@ word-break:break-word; } .bp3-toast-container{ + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; display:-webkit-box !important; display:-ms-flexbox !important; display:flex !important; @@ -8266,26 +8853,25 @@ -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; - -webkit-box-align:center; - -ms-flex-align:center; - align-items:center; - position:fixed; - right:0; left:0; - z-index:40; overflow:hidden; padding:0 20px 20px; - pointer-events:none; } + pointer-events:none; + right:0; + z-index:40; } + .bp3-toast-container.bp3-toast-container-in-portal{ + position:fixed; } + .bp3-toast-container.bp3-toast-container-inline{ + position:absolute; } .bp3-toast-container.bp3-toast-container-top{ - top:0; - bottom:auto; } + top:0; } .bp3-toast-container.bp3-toast-container-bottom{ + bottom:0; -webkit-box-orient:vertical; -webkit-box-direction:reverse; -ms-flex-direction:column-reverse; flex-direction:column-reverse; - top:auto; - bottom:0; } + top:auto; } .bp3-toast-container.bp3-toast-container-left{ -webkit-box-align:start; -ms-flex-align:start; @@ -8298,6 +8884,7 @@ .bp3-toast-container-bottom .bp3-toast.bp3-toast-enter:not(.bp3-toast-enter-active), .bp3-toast-container-bottom .bp3-toast.bp3-toast-enter:not(.bp3-toast-enter-active) ~ .bp3-toast, .bp3-toast-container-bottom .bp3-toast.bp3-toast-appear:not(.bp3-toast-appear-active), .bp3-toast-container-bottom .bp3-toast.bp3-toast-appear:not(.bp3-toast-appear-active) ~ .bp3-toast, +.bp3-toast-container-bottom .bp3-toast.bp3-toast-exit-active ~ .bp3-toast, .bp3-toast-container-bottom .bp3-toast.bp3-toast-leave-active ~ .bp3-toast{ -webkit-transform:translateY(60px); transform:translateY(60px); } @@ -8307,16 +8894,16 @@ -webkit-transform:scale(1); transform:scale(1); } .bp3-tooltip .bp3-popover-arrow{ + height:22px; position:absolute; - width:22px; - height:22px; } + width:22px; } .bp3-tooltip .bp3-popover-arrow::before{ + height:14px; margin:4px; - width:14px; - height:14px; } + width:14px; } .bp3-tether-element-attached-bottom.bp3-tether-target-attached-top > .bp3-tooltip{ - margin-top:-11px; - margin-bottom:11px; } + margin-bottom:11px; + margin-top:-11px; } .bp3-tether-element-attached-bottom.bp3-tether-target-attached-top > .bp3-tooltip > .bp3-popover-arrow{ bottom:-8px; } .bp3-tether-element-attached-bottom.bp3-tether-target-attached-top > .bp3-tooltip > .bp3-popover-arrow svg{ @@ -8337,8 +8924,8 @@ -webkit-transform:rotate(90deg); transform:rotate(90deg); } .bp3-tether-element-attached-right.bp3-tether-target-attached-left > .bp3-tooltip{ - margin-right:11px; - margin-left:-11px; } + margin-left:-11px; + margin-right:11px; } .bp3-tether-element-attached-right.bp3-tether-target-attached-left > .bp3-tooltip > .bp3-popover-arrow{ right:-8px; } .bp3-tether-element-attached-right.bp3-tether-target-attached-left > .bp3-tooltip > .bp3-popover-arrow svg{ @@ -8404,32 +8991,32 @@ .bp3-popover-enter-active > .bp3-tooltip, .bp3-popover-appear-active > .bp3-tooltip{ -webkit-transform:scale(1); transform:scale(1); + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:100ms; + transition-duration:100ms; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; transition-property:transform; transition-property:transform, -webkit-transform; - -webkit-transition-duration:100ms; - transition-duration:100ms; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-popover-exit > .bp3-tooltip{ -webkit-transform:scale(1); transform:scale(1); } .bp3-popover-exit-active > .bp3-tooltip{ -webkit-transform:scale(0.8); transform:scale(0.8); + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:100ms; + transition-duration:100ms; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; transition-property:transform; transition-property:transform, -webkit-transform; - -webkit-transition-duration:100ms; - transition-duration:100ms; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-tooltip .bp3-popover-content{ padding:10px 12px; } .bp3-tooltip.bp3-dark, @@ -8487,15 +9074,15 @@ color:#db3737; } .bp3-tree-node-list{ + list-style:none; margin:0; - padding-left:0; - list-style:none; } + padding-left:0; } .bp3-tree-root{ - position:relative; background-color:transparent; cursor:default; - padding-left:0; } + padding-left:0; + position:relative; } .bp3-tree-node-content-0{ padding-left:0px; } @@ -8561,15 +9148,15 @@ padding-left:460px; } .bp3-tree-node-content{ - display:-webkit-box; - display:-ms-flexbox; - display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; - width:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; height:30px; - padding-right:5px; } + padding-right:5px; + width:100%; } .bp3-tree-node-content:hover{ background-color:rgba(191, 204, 214, 0.4); } @@ -8579,10 +9166,10 @@ .bp3-tree-node-caret{ color:#5c7080; - -webkit-transform:rotate(0deg); - transform:rotate(0deg); cursor:pointer; padding:7px; + -webkit-transform:rotate(0deg); + transform:rotate(0deg); -webkit-transition:-webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9); transition:-webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9); transition:transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9); @@ -8600,8 +9187,8 @@ content:""; } .bp3-tree-node-icon{ - position:relative; - margin-right:7px; } + margin-right:7px; + position:relative; } .bp3-tree-node-label{ overflow:hidden; @@ -8627,22 +9214,22 @@ user-select:none; } .bp3-tree-node-secondary-label .bp3-popover-wrapper, .bp3-tree-node-secondary-label .bp3-popover-target{ - display:-webkit-box; - display:-ms-flexbox; - display:flex; -webkit-box-align:center; -ms-flex-align:center; - align-items:center; } + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; } .bp3-tree-node.bp3-disabled .bp3-tree-node-content{ background-color:inherit; - cursor:not-allowed; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + cursor:not-allowed; } .bp3-tree-node.bp3-disabled .bp3-tree-node-caret, .bp3-tree-node.bp3-disabled .bp3-tree-node-icon{ - cursor:not-allowed; - color:rgba(92, 112, 128, 0.6); } + color:rgba(92, 112, 128, 0.6); + cursor:not-allowed; } .bp3-tree-node.bp3-tree-node-selected > .bp3-tree-node-content{ background-color:#137cbd; } @@ -8670,24 +9257,18 @@ .bp3-dark .bp3-tree-node.bp3-tree-node-selected > .bp3-tree-node-content{ background-color:#137cbd; } -/*! - -Copyright 2017-present Palantir Technologies, Inc. All rights reserved. -Licensed under the Apache License, Version 2.0. - -*/ .bp3-omnibar{ -webkit-filter:blur(0); filter:blur(0); opacity:1; - top:20vh; - left:calc(50% - 250px); - z-index:21; + background-color:#ffffff; border-radius:3px; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); - background-color:#ffffff; - width:500px; } + left:calc(50% - 250px); + top:20vh; + width:500px; + z-index:21; } .bp3-omnibar.bp3-overlay-enter, .bp3-omnibar.bp3-overlay-appear{ -webkit-filter:blur(20px); filter:blur(20px); @@ -8696,16 +9277,16 @@ -webkit-filter:blur(0); filter:blur(0); opacity:1; + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:200ms; + transition-duration:200ms; -webkit-transition-property:opacity, -webkit-filter; transition-property:opacity, -webkit-filter; transition-property:filter, opacity; transition-property:filter, opacity, -webkit-filter; - -webkit-transition-duration:200ms; - transition-duration:200ms; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-omnibar.bp3-overlay-exit{ -webkit-filter:blur(0); filter:blur(0); @@ -8714,35 +9295,35 @@ -webkit-filter:blur(20px); filter:blur(20px); opacity:0.2; + -webkit-transition-delay:0; + transition-delay:0; + -webkit-transition-duration:200ms; + transition-duration:200ms; -webkit-transition-property:opacity, -webkit-filter; transition-property:opacity, -webkit-filter; transition-property:filter, opacity; transition-property:filter, opacity, -webkit-filter; - -webkit-transition-duration:200ms; - transition-duration:200ms; -webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); - -webkit-transition-delay:0; - transition-delay:0; } + transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); } .bp3-omnibar .bp3-input{ - border-radius:0; - background-color:transparent; } + background-color:transparent; + border-radius:0; } .bp3-omnibar .bp3-input, .bp3-omnibar .bp3-input:focus{ -webkit-box-shadow:none; box-shadow:none; } .bp3-omnibar .bp3-menu{ + background-color:transparent; border-radius:0; -webkit-box-shadow:inset 0 1px 0 rgba(16, 22, 26, 0.15); box-shadow:inset 0 1px 0 rgba(16, 22, 26, 0.15); - background-color:transparent; max-height:calc(60vh - 40px); overflow:auto; } .bp3-omnibar .bp3-menu:empty{ display:none; } .bp3-dark .bp3-omnibar, .bp3-omnibar.bp3-dark{ + background-color:#30404d; -webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); - box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); - background-color:#30404d; } + box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); } .bp3-omnibar-overlay .bp3-overlay-backdrop{ background-color:rgba(16, 22, 26, 0.2); } @@ -8754,8 +9335,8 @@ margin-bottom:0; } .bp3-select-popover .bp3-menu{ - max-width:400px; max-height:300px; + max-width:400px; overflow:auto; padding:0; } .bp3-select-popover .bp3-menu:not(:first-child){ @@ -8765,8 +9346,8 @@ min-width:150px; } .bp3-multi-select-popover .bp3-menu{ - max-width:400px; max-height:300px; + max-width:400px; overflow:auto; } .bp3-select-popover .bp3-popover-content{ @@ -8776,8 +9357,8 @@ margin-bottom:0; } .bp3-select-popover .bp3-menu{ - max-width:400px; max-height:300px; + max-width:400px; overflow:auto; padding:0; } .bp3-select-popover .bp3-menu:not(:first-child){ @@ -8797,7 +9378,7 @@ :root { --jp-icon-add: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTE5IDEzaC02djZoLTJ2LTZINXYtMmg2VjVoMnY2aDZ2MnoiLz4KICA8L2c+Cjwvc3ZnPgo=); - --jp-icon-bug: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTIwIDhoLTIuODFjLS40NS0uNzgtMS4wNy0xLjQ1LTEuODItMS45NkwxNyA0LjQxIDE1LjU5IDNsLTIuMTcgMi4xN0MxMi45NiA1LjA2IDEyLjQ5IDUgMTIgNWMtLjQ5IDAtLjk2LjA2LTEuNDEuMTdMOC40MSAzIDcgNC40MWwxLjYyIDEuNjNDNy44OCA2LjU1IDcuMjYgNy4yMiA2LjgxIDhINHYyaDIuMDljLS4wNS4zMy0uMDkuNjYtLjA5IDF2MUg0djJoMnYxYzAgLjM0LjA0LjY3LjA5IDFINHYyaDIuODFjMS4wNCAxLjc5IDIuOTcgMyA1LjE5IDNzNC4xNS0xLjIxIDUuMTktM0gyMHYtMmgtMi4wOWMuMDUtLjMzLjA5LS42Ni4wOS0xdi0xaDJ2LTJoLTJ2LTFjMC0uMzQtLjA0LS42Ny0uMDktMUgyMFY4em0tNiA4aC00di0yaDR2MnptMC00aC00di0yaDR2MnoiLz4KICA8L2c+Cjwvc3ZnPgo=); + --jp-icon-bug: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIj4KICAgIDxwYXRoIGQ9Ik0yMCA4aC0yLjgxYy0uNDUtLjc4LTEuMDctMS40NS0xLjgyLTEuOTZMMTcgNC40MSAxNS41OSAzbC0yLjE3IDIuMTdDMTIuOTYgNS4wNiAxMi40OSA1IDEyIDVjLS40OSAwLS45Ni4wNi0xLjQxLjE3TDguNDEgMyA3IDQuNDFsMS42MiAxLjYzQzcuODggNi41NSA3LjI2IDcuMjIgNi44MSA4SDR2MmgyLjA5Yy0uMDUuMzMtLjA5LjY2LS4wOSAxdjFINHYyaDJ2MWMwIC4zNC4wNC42Ny4wOSAxSDR2MmgyLjgxYzEuMDQgMS43OSAyLjk3IDMgNS4xOSAzczQuMTUtMS4yMSA1LjE5LTNIMjB2LTJoLTIuMDljLjA1LS4zMy4wOS0uNjYuMDktMXYtMWgydi0yaC0ydi0xYzAtLjM0LS4wNC0uNjctLjA5LTFIMjBWOHptLTYgOGgtNHYtMmg0djJ6bTAtNGgtNHYtMmg0djJ6Ii8+CiAgPC9nPgo8L3N2Zz4K); --jp-icon-build: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTE0LjkgMTcuNDVDMTYuMjUgMTcuNDUgMTcuMzUgMTYuMzUgMTcuMzUgMTVDMTcuMzUgMTMuNjUgMTYuMjUgMTIuNTUgMTQuOSAxMi41NUMxMy41NCAxMi41NSAxMi40NSAxMy42NSAxMi40NSAxNUMxMi40NSAxNi4zNSAxMy41NCAxNy40NSAxNC45IDE3LjQ1Wk0yMC4xIDE1LjY4TDIxLjU4IDE2Ljg0QzIxLjcxIDE2Ljk1IDIxLjc1IDE3LjEzIDIxLjY2IDE3LjI5TDIwLjI2IDE5LjcxQzIwLjE3IDE5Ljg2IDIwIDE5LjkyIDE5LjgzIDE5Ljg2TDE4LjA5IDE5LjE2QzE3LjczIDE5LjQ0IDE3LjMzIDE5LjY3IDE2LjkxIDE5Ljg1TDE2LjY0IDIxLjdDMTYuNjIgMjEuODcgMTYuNDcgMjIgMTYuMyAyMkgxMy41QzEzLjMyIDIyIDEzLjE4IDIxLjg3IDEzLjE1IDIxLjdMMTIuODkgMTkuODVDMTIuNDYgMTkuNjcgMTIuMDcgMTkuNDQgMTEuNzEgMTkuMTZMOS45NjAwMiAxOS44NkM5LjgxMDAyIDE5LjkyIDkuNjIwMDIgMTkuODYgOS41NDAwMiAxOS43MUw4LjE0MDAyIDE3LjI5QzguMDUwMDIgMTcuMTMgOC4wOTAwMiAxNi45NSA4LjIyMDAyIDE2Ljg0TDkuNzAwMDIgMTUuNjhMOS42NTAwMSAxNUw5LjcwMDAyIDE0LjMxTDguMjIwMDIgMTMuMTZDOC4wOTAwMiAxMy4wNSA4LjA1MDAyIDEyLjg2IDguMTQwMDIgMTIuNzFMOS41NDAwMiAxMC4yOUM5LjYyMDAyIDEwLjEzIDkuODEwMDIgMTAuMDcgOS45NjAwMiAxMC4xM0wxMS43MSAxMC44NEMxMi4wNyAxMC41NiAxMi40NiAxMC4zMiAxMi44OSAxMC4xNUwxMy4xNSA4LjI4OTk4QzEzLjE4IDguMTI5OTggMTMuMzIgNy45OTk5OCAxMy41IDcuOTk5OThIMTYuM0MxNi40NyA3Ljk5OTk4IDE2LjYyIDguMTI5OTggMTYuNjQgOC4yODk5OEwxNi45MSAxMC4xNUMxNy4zMyAxMC4zMiAxNy43MyAxMC41NiAxOC4wOSAxMC44NEwxOS44MyAxMC4xM0MyMCAxMC4wNyAyMC4xNyAxMC4xMyAyMC4yNiAxMC4yOUwyMS42NiAxMi43MUMyMS43NSAxMi44NiAyMS43MSAxMy4wNSAyMS41OCAxMy4xNkwyMC4xIDE0LjMxTDIwLjE1IDE1TDIwLjEgMTUuNjhaIi8+CiAgICA8cGF0aCBkPSJNNy4zMjk2NiA3LjQ0NDU0QzguMDgzMSA3LjAwOTU0IDguMzM5MzIgNi4wNTMzMiA3LjkwNDMyIDUuMjk5ODhDNy40NjkzMiA0LjU0NjQzIDYuNTA4MSA0LjI4MTU2IDUuNzU0NjYgNC43MTY1NkM1LjM5MTc2IDQuOTI2MDggNS4xMjY5NSA1LjI3MTE4IDUuMDE4NDkgNS42NzU5NEM0LjkxMDA0IDYuMDgwNzEgNC45NjY4MiA2LjUxMTk4IDUuMTc2MzQgNi44NzQ4OEM1LjYxMTM0IDcuNjI4MzIgNi41NzYyMiA3Ljg3OTU0IDcuMzI5NjYgNy40NDQ1NFpNOS42NTcxOCA0Ljc5NTkzTDEwLjg2NzIgNC45NTE3OUMxMC45NjI4IDQuOTc3NDEgMTEuMDQwMiA1LjA3MTMzIDExLjAzODIgNS4xODc5M0wxMS4wMzg4IDYuOTg4OTNDMTEuMDQ1NSA3LjEwMDU0IDEwLjk2MTYgNy4xOTUxOCAxMC44NTUgNy4yMTA1NEw5LjY2MDAxIDcuMzgwODNMOS4yMzkxNSA4LjEzMTg4TDkuNjY5NjEgOS4yNTc0NUM5LjcwNzI5IDkuMzYyNzEgOS42NjkzNCA5LjQ3Njk5IDkuNTc0MDggOS41MzE5OUw4LjAxNTIzIDEwLjQzMkM3LjkxMTMxIDEwLjQ5MiA3Ljc5MzM3IDEwLjQ2NzcgNy43MjEwNSAxMC4zODI0TDYuOTg3NDggOS40MzE4OEw2LjEwOTMxIDkuNDMwODNMNS4zNDcwNCAxMC4zOTA1QzUuMjg5MDkgMTAuNDcwMiA1LjE3MzgzIDEwLjQ5MDUgNS4wNzE4NyAxMC40MzM5TDMuNTEyNDUgOS41MzI5M0MzLjQxMDQ5IDkuNDc2MzMgMy4zNzY0NyA5LjM1NzQxIDMuNDEwNzUgOS4yNTY3OUwzLjg2MzQ3IDguMTQwOTNMMy42MTc0OSA3Ljc3NDg4TDMuNDIzNDcgNy4zNzg4M0wyLjIzMDc1IDcuMjEyOTdDMi4xMjY0NyA3LjE5MjM1IDIuMDQwNDkgNy4xMDM0MiAyLjA0MjQ1IDYuOTg2ODJMMi4wNDE4NyA1LjE4NTgyQzIuMDQzODMgNS4wNjkyMiAyLjExOTA5IDQuOTc5NTggMi4yMTcwNCA0Ljk2OTIyTDMuNDIwNjUgNC43OTM5M0wzLjg2NzQ5IDQuMDI3ODhMMy40MTEwNSAyLjkxNzMxQzMuMzczMzcgMi44MTIwNCAzLjQxMTMxIDIuNjk3NzYgMy41MTUyMyAyLjYzNzc2TDUuMDc0MDggMS43Mzc3NkM1LjE2OTM0IDEuNjgyNzYgNS4yODcyOSAxLjcwNzA0IDUuMzU5NjEgMS43OTIzMUw2LjExOTE1IDIuNzI3ODhMNi45ODAwMSAyLjczODkzTDcuNzI0OTYgMS43ODkyMkM3Ljc5MTU2IDEuNzA0NTggNy45MTU0OCAxLjY3OTIyIDguMDA4NzkgMS43NDA4Mkw5LjU2ODIxIDIuNjQxODJDOS42NzAxNyAyLjY5ODQyIDkuNzEyODUgMi44MTIzNCA5LjY4NzIzIDIuOTA3OTdMOS4yMTcxOCA0LjAzMzgzTDkuNDYzMTYgNC4zOTk4OEw5LjY1NzE4IDQuNzk1OTNaIi8+CiAgPC9nPgo8L3N2Zz4K); --jp-icon-caret-down-empty-thin: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIwIDIwIj4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPgoJCTxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iOS45LDEzLjYgMy42LDcuNCA0LjQsNi42IDkuOSwxMi4yIDE1LjQsNi43IDE2LjEsNy40ICIvPgoJPC9nPgo8L3N2Zz4K); --jp-icon-caret-down-empty: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiIHNoYXBlLXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIj4KICAgIDxwYXRoIGQ9Ik01LjIsNS45TDksOS43bDMuOC0zLjhsMS4yLDEuMmwtNC45LDVsLTQuOS01TDUuMiw1Ljl6Ii8+CiAgPC9nPgo8L3N2Zz4K); @@ -8807,13 +9388,15 @@ --jp-icon-caret-up-empty-thin: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIwIDIwIj4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPgoJCTxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iMTUuNCwxMy4zIDkuOSw3LjcgNC40LDEzLjIgMy42LDEyLjUgOS45LDYuMyAxNi4xLDEyLjYgIi8+Cgk8L2c+Cjwvc3ZnPgo=); --jp-icon-caret-up: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE4IDE4Ij4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPgoJCTxwYXRoIGQ9Ik01LjIsMTAuNUw5LDYuOGwzLjgsMy44SDUuMnoiLz4KICA8L2c+Cjwvc3ZnPgo=); --jp-icon-case-sensitive: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8ZyBjbGFzcz0ianAtaWNvbjIiIGZpbGw9IiM0MTQxNDEiPgogICAgPHJlY3QgeD0iMiIgeT0iMiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ii8+CiAgPC9nPgogIDxnIGNsYXNzPSJqcC1pY29uLWFjY2VudDIiIGZpbGw9IiNGRkYiPgogICAgPHBhdGggZD0iTTcuNiw4aDAuOWwzLjUsOGgtMS4xTDEwLDE0SDZsLTAuOSwySDRMNy42LDh6IE04LDkuMUw2LjQsMTNoMy4yTDgsOS4xeiIvPgogICAgPHBhdGggZD0iTTE2LjYsOS44Yy0wLjIsMC4xLTAuNCwwLjEtMC43LDAuMWMtMC4yLDAtMC40LTAuMS0wLjYtMC4yYy0wLjEtMC4xLTAuMi0wLjQtMC4yLTAuNyBjLTAuMywwLjMtMC42LDAuNS0wLjksMC43Yy0wLjMsMC4xLTAuNywwLjItMS4xLDAuMmMtMC4zLDAtMC41LDAtMC43LTAuMWMtMC4yLTAuMS0wLjQtMC4yLTAuNi0wLjNjLTAuMi0wLjEtMC4zLTAuMy0wLjQtMC41IGMtMC4xLTAuMi0wLjEtMC40LTAuMS0wLjdjMC0wLjMsMC4xLTAuNiwwLjItMC44YzAuMS0wLjIsMC4zLTAuNCwwLjQtMC41QzEyLDcsMTIuMiw2LjksMTIuNSw2LjhjMC4yLTAuMSwwLjUtMC4xLDAuNy0wLjIgYzAuMy0wLjEsMC41LTAuMSwwLjctMC4xYzAuMiwwLDAuNC0wLjEsMC42LTAuMWMwLjIsMCwwLjMtMC4xLDAuNC0wLjJjMC4xLTAuMSwwLjItMC4yLDAuMi0wLjRjMC0xLTEuMS0xLTEuMy0xIGMtMC40LDAtMS40LDAtMS40LDEuMmgtMC45YzAtMC40LDAuMS0wLjcsMC4yLTFjMC4xLTAuMiwwLjMtMC40LDAuNS0wLjZjMC4yLTAuMiwwLjUtMC4zLDAuOC0wLjNDMTMuMyw0LDEzLjYsNCwxMy45LDQgYzAuMywwLDAuNSwwLDAuOCwwLjFjMC4zLDAsMC41LDAuMSwwLjcsMC4yYzAuMiwwLjEsMC40LDAuMywwLjUsMC41QzE2LDUsMTYsNS4yLDE2LDUuNnYyLjljMCwwLjIsMCwwLjQsMCwwLjUgYzAsMC4xLDAuMSwwLjIsMC4zLDAuMmMwLjEsMCwwLjIsMCwwLjMsMFY5Ljh6IE0xNS4yLDYuOWMtMS4yLDAuNi0zLjEsMC4yLTMuMSwxLjRjMCwxLjQsMy4xLDEsMy4xLTAuNVY2Ljl6Ii8+CiAgPC9nPgo8L3N2Zz4K); - --jp-icon-check: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTkgMTYuMTdMNC44MyAxMmwtMS40MiAxLjQxTDkgMTkgMjEgN2wtMS40MS0xLjQxeiIvPgogIDwvZz4KPC9zdmc+Cg==); + --jp-icon-check: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIj4KICAgIDxwYXRoIGQ9Ik05IDE2LjE3TDQuODMgMTJsLTEuNDIgMS40MUw5IDE5IDIxIDdsLTEuNDEtMS40MXoiLz4KICA8L2c+Cjwvc3ZnPgo=); --jp-icon-circle-empty: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTEyIDJDNi40NyAyIDIgNi40NyAyIDEyczQuNDcgMTAgMTAgMTAgMTAtNC40NyAxMC0xMFMxNy41MyAyIDEyIDJ6bTAgMThjLTQuNDEgMC04LTMuNTktOC04czMuNTktOCA4LTggOCAzLjU5IDggOC0zLjU5IDgtOCA4eiIvPgogIDwvZz4KPC9zdmc+Cg==); --jp-icon-circle: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjgiLz4KICA8L2c+Cjwvc3ZnPgo=); --jp-icon-clear: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8bWFzayBpZD0iZG9udXRIb2xlIj4KICAgIDxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiIC8+CiAgICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSI4IiBmaWxsPSJibGFjayIvPgogIDwvbWFzaz4KCiAgPGcgY2xhc3M9ImpwLWljb24zIiBmaWxsPSIjNjE2MTYxIj4KICAgIDxyZWN0IGhlaWdodD0iMTgiIHdpZHRoPSIyIiB4PSIxMSIgeT0iMyIgdHJhbnNmb3JtPSJyb3RhdGUoMzE1LCAxMiwgMTIpIi8+CiAgICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIgbWFzaz0idXJsKCNkb251dEhvbGUpIi8+CiAgPC9nPgo8L3N2Zz4K); --jp-icon-close: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbi1ub25lIGpwLWljb24tc2VsZWN0YWJsZS1pbnZlcnNlIGpwLWljb24zLWhvdmVyIiBmaWxsPSJub25lIj4KICAgIDxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjExIi8+CiAgPC9nPgoKICA8ZyBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIGpwLWljb24tYWNjZW50Mi1ob3ZlciIgZmlsbD0iIzYxNjE2MSI+CiAgICA8cGF0aCBkPSJNMTkgNi40MUwxNy41OSA1IDEyIDEwLjU5IDYuNDEgNSA1IDYuNDEgMTAuNTkgMTIgNSAxNy41OSA2LjQxIDE5IDEyIDEzLjQxIDE3LjU5IDE5IDE5IDE3LjU5IDEzLjQxIDEyeiIvPgogIDwvZz4KCiAgPGcgY2xhc3M9ImpwLWljb24tbm9uZSBqcC1pY29uLWJ1c3kiIGZpbGw9Im5vbmUiPgogICAgPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iNyIvPgogIDwvZz4KPC9zdmc+Cg==); + --jp-icon-code: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyOCAyOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CgkJPHBhdGggZD0iTTExLjQgMTguNkw2LjggMTRMMTEuNCA5LjRMMTAgOEw0IDE0TDEwIDIwTDExLjQgMTguNlpNMTYuNiAxOC42TDIxLjIgMTRMMTYuNiA5LjRMMTggOEwyNCAxNEwxOCAyMEwxNi42IDE4LjZWMTguNloiLz4KCTwvZz4KPC9zdmc+Cg==); --jp-icon-console: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIwMCAyMDAiPgogIDxnIGNsYXNzPSJqcC1pY29uLWJyYW5kMSBqcC1pY29uLXNlbGVjdGFibGUiIGZpbGw9IiMwMjg4RDEiPgogICAgPHBhdGggZD0iTTIwIDE5LjhoMTYwdjE1OS45SDIweiIvPgogIDwvZz4KICA8ZyBjbGFzcz0ianAtaWNvbi1zZWxlY3RhYmxlLWludmVyc2UiIGZpbGw9IiNmZmYiPgogICAgPHBhdGggZD0iTTEwNSAxMjcuM2g0MHYxMi44aC00MHpNNTEuMSA3N0w3NCA5OS45bC0yMy4zIDIzLjMgMTAuNSAxMC41IDIzLjMtMjMuM0w5NSA5OS45IDg0LjUgODkuNCA2MS42IDY2LjV6Ii8+CiAgPC9nPgo8L3N2Zz4K); --jp-icon-copy: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTExLjksMUgzLjJDMi40LDEsMS43LDEuNywxLjcsMi41djEwLjJoMS41VjIuNWg4LjdWMXogTTE0LjEsMy45aC04Yy0wLjgsMC0xLjUsMC43LTEuNSwxLjV2MTAuMmMwLDAuOCwwLjcsMS41LDEuNSwxLjVoOCBjMC44LDAsMS41LTAuNywxLjUtMS41VjUuNEMxNS41LDQuNiwxNC45LDMuOSwxNC4xLDMuOXogTTE0LjEsMTUuNWgtOFY1LjRoOFYxNS41eiIvPgogIDwvZz4KPC9zdmc+Cg==); + --jp-icon-copyright: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCI+CiAgPGcgY2xhc3M9ImpwLWljb24zIiBmaWxsPSIjNjE2MTYxIj4KICAgIDxwYXRoIGQ9Ik0xMS44OCw5LjE0YzEuMjgsMC4wNiwxLjYxLDEuMTUsMS42MywxLjY2aDEuNzljLTAuMDgtMS45OC0xLjQ5LTMuMTktMy40NS0zLjE5QzkuNjQsNy42MSw4LDksOCwxMi4xNCBjMCwxLjk0LDAuOTMsNC4yNCwzLjg0LDQuMjRjMi4yMiwwLDMuNDEtMS42NSwzLjQ0LTIuOTVoLTEuNzljLTAuMDMsMC41OS0wLjQ1LDEuMzgtMS42MywxLjQ0QzEwLjU1LDE0LjgzLDEwLDEzLjgxLDEwLDEyLjE0IEMxMCw5LjI1LDExLjI4LDkuMTYsMTEuODgsOS4xNHogTTEyLDJDNi40OCwyLDIsNi40OCwyLDEyczQuNDgsMTAsMTAsMTBzMTAtNC40OCwxMC0xMFMxNy41MiwyLDEyLDJ6IE0xMiwyMGMtNC40MSwwLTgtMy41OS04LTggczMuNTktOCw4LThzOCwzLjU5LDgsOFMxNi40MSwyMCwxMiwyMHoiLz4KICA8L2c+Cjwvc3ZnPgo=); --jp-icon-cut: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTkuNjQgNy42NGMuMjMtLjUuMzYtMS4wNS4zNi0xLjY0IDAtMi4yMS0xLjc5LTQtNC00UzIgMy43OSAyIDZzMS43OSA0IDQgNGMuNTkgMCAxLjE0LS4xMyAxLjY0LS4zNkwxMCAxMmwtMi4zNiAyLjM2QzcuMTQgMTQuMTMgNi41OSAxNCA2IDE0Yy0yLjIxIDAtNCAxLjc5LTQgNHMxLjc5IDQgNCA0IDQtMS43OSA0LTRjMC0uNTktLjEzLTEuMTQtLjM2LTEuNjRMMTIgMTRsNyA3aDN2LTFMOS42NCA3LjY0ek02IDhjLTEuMSAwLTItLjg5LTItMnMuOS0yIDItMiAyIC44OSAyIDItLjkgMi0yIDJ6bTAgMTJjLTEuMSAwLTItLjg5LTItMnMuOS0yIDItMiAyIC44OSAyIDItLjkgMi0yIDJ6bTYtNy41Yy0uMjggMC0uNS0uMjItLjUtLjVzLjIyLS41LjUtLjUuNS4yMi41LjUtLjIyLjUtLjUuNXpNMTkgM2wtNiA2IDIgMiA3LTdWM3oiLz4KICA8L2c+Cjwvc3ZnPgo=); --jp-icon-download: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTE5IDloLTRWM0g5djZINWw3IDcgNy03ek01IDE4djJoMTR2LTJINXoiLz4KICA8L2c+Cjwvc3ZnPgo=); --jp-icon-edit: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTMgMTcuMjVWMjFoMy43NUwxNy44MSA5Ljk0bC0zLjc1LTMuNzVMMyAxNy4yNXpNMjAuNzEgNy4wNGMuMzktLjM5LjM5LTEuMDIgMC0xLjQxbC0yLjM0LTIuMzRjLS4zOS0uMzktMS4wMi0uMzktMS40MSAwbC0xLjgzIDEuODMgMy43NSAzLjc1IDEuODMtMS44M3oiLz4KICA8L2c+Cjwvc3ZnPgo=); @@ -8828,6 +9411,7 @@ --jp-icon-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8cGF0aCBjbGFzcz0ianAtaWNvbi1icmFuZDQganAtaWNvbi1zZWxlY3RhYmxlLWludmVyc2UiIGZpbGw9IiNGRkYiIGQ9Ik0yLjIgMi4yaDE3LjV2MTcuNUgyLjJ6Ii8+CiAgPHBhdGggY2xhc3M9ImpwLWljb24tYnJhbmQwIGpwLWljb24tc2VsZWN0YWJsZSIgZmlsbD0iIzNGNTFCNSIgZD0iTTIuMiAyLjJ2MTcuNWgxNy41bC4xLTE3LjVIMi4yem0xMi4xIDIuMmMxLjIgMCAyLjIgMSAyLjIgMi4ycy0xIDIuMi0yLjIgMi4yLTIuMi0xLTIuMi0yLjIgMS0yLjIgMi4yLTIuMnpNNC40IDE3LjZsMy4zLTguOCAzLjMgNi42IDIuMi0zLjIgNC40IDUuNEg0LjR6Ii8+Cjwvc3ZnPgo=); --jp-icon-inspector: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIiBkPSJNMjAgNEg0Yy0xLjEgMC0xLjk5LjktMS45OSAyTDIgMThjMCAxLjEuOSAyIDIgMmgxNmMxLjEgMCAyLS45IDItMlY2YzAtMS4xLS45LTItMi0yem0tNSAxNEg0di00aDExdjR6bTAtNUg0VjloMTF2NHptNSA1aC00VjloNHY5eiIvPgo8L3N2Zz4K); --jp-icon-json: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8ZyBjbGFzcz0ianAtaWNvbi13YXJuMSBqcC1pY29uLXNlbGVjdGFibGUiIGZpbGw9IiNGOUE4MjUiPgogICAgPHBhdGggZD0iTTIwLjIgMTEuOGMtMS42IDAtMS43LjUtMS43IDEgMCAuNC4xLjkuMSAxLjMuMS41LjEuOS4xIDEuMyAwIDEuNy0xLjQgMi4zLTMuNSAyLjNoLS45di0xLjloLjVjMS4xIDAgMS40IDAgMS40LS44IDAtLjMgMC0uNi0uMS0xIDAtLjQtLjEtLjgtLjEtMS4yIDAtMS4zIDAtMS44IDEuMy0yLTEuMy0uMi0xLjMtLjctMS4zLTIgMC0uNC4xLS44LjEtMS4yLjEtLjQuMS0uNy4xLTEgMC0uOC0uNC0uNy0xLjQtLjhoLS41VjQuMWguOWMyLjIgMCAzLjUuNyAzLjUgMi4zIDAgLjQtLjEuOS0uMSAxLjMtLjEuNS0uMS45LS4xIDEuMyAwIC41LjIgMSAxLjcgMXYxLjh6TTEuOCAxMC4xYzEuNiAwIDEuNy0uNSAxLjctMSAwLS40LS4xLS45LS4xLTEuMy0uMS0uNS0uMS0uOS0uMS0xLjMgMC0xLjYgMS40LTIuMyAzLjUtMi4zaC45djEuOWgtLjVjLTEgMC0xLjQgMC0xLjQuOCAwIC4zIDAgLjYuMSAxIDAgLjIuMS42LjEgMSAwIDEuMyAwIDEuOC0xLjMgMkM2IDExLjIgNiAxMS43IDYgMTNjMCAuNC0uMS44LS4xIDEuMi0uMS4zLS4xLjctLjEgMSAwIC44LjMuOCAxLjQuOGguNXYxLjloLS45Yy0yLjEgMC0zLjUtLjYtMy41LTIuMyAwLS40LjEtLjkuMS0xLjMuMS0uNS4xLS45LjEtMS4zIDAtLjUtLjItMS0xLjctMXYtMS45eiIvPgogICAgPGNpcmNsZSBjeD0iMTEiIGN5PSIxMy44IiByPSIyLjEiLz4KICAgIDxjaXJjbGUgY3g9IjExIiBjeT0iOC4yIiByPSIyLjEiLz4KICA8L2c+Cjwvc3ZnPgo=); + --jp-icon-julia: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDMyNSAzMDAiPgogIDxnIGNsYXNzPSJqcC1icmFuZDAganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjY2IzYzMzIj4KICAgIDxwYXRoIGQ9Ik0gMTUwLjg5ODQzOCAyMjUgQyAxNTAuODk4NDM4IDI2Ni40MjE4NzUgMTE3LjMyMDMxMiAzMDAgNzUuODk4NDM4IDMwMCBDIDM0LjQ3NjU2MiAzMDAgMC44OTg0MzggMjY2LjQyMTg3NSAwLjg5ODQzOCAyMjUgQyAwLjg5ODQzOCAxODMuNTc4MTI1IDM0LjQ3NjU2MiAxNTAgNzUuODk4NDM4IDE1MCBDIDExNy4zMjAzMTIgMTUwIDE1MC44OTg0MzggMTgzLjU3ODEyNSAxNTAuODk4NDM4IDIyNSIvPgogIDwvZz4KICA8ZyBjbGFzcz0ianAtYnJhbmQwIGpwLWljb24tc2VsZWN0YWJsZSIgZmlsbD0iIzM4OTgyNiI+CiAgICA8cGF0aCBkPSJNIDIzNy41IDc1IEMgMjM3LjUgMTE2LjQyMTg3NSAyMDMuOTIxODc1IDE1MCAxNjIuNSAxNTAgQyAxMjEuMDc4MTI1IDE1MCA4Ny41IDExNi40MjE4NzUgODcuNSA3NSBDIDg3LjUgMzMuNTc4MTI1IDEyMS4wNzgxMjUgMCAxNjIuNSAwIEMgMjAzLjkyMTg3NSAwIDIzNy41IDMzLjU3ODEyNSAyMzcuNSA3NSIvPgogIDwvZz4KICA8ZyBjbGFzcz0ianAtYnJhbmQwIGpwLWljb24tc2VsZWN0YWJsZSIgZmlsbD0iIzk1NThiMiI+CiAgICA8cGF0aCBkPSJNIDMyNC4xMDE1NjIgMjI1IEMgMzI0LjEwMTU2MiAyNjYuNDIxODc1IDI5MC41MjM0MzggMzAwIDI0OS4xMDE1NjIgMzAwIEMgMjA3LjY3OTY4OCAzMDAgMTc0LjEwMTU2MiAyNjYuNDIxODc1IDE3NC4xMDE1NjIgMjI1IEMgMTc0LjEwMTU2MiAxODMuNTc4MTI1IDIwNy42Nzk2ODggMTUwIDI0OS4xMDE1NjIgMTUwIEMgMjkwLjUyMzQzOCAxNTAgMzI0LjEwMTU2MiAxODMuNTc4MTI1IDMyNC4xMDE1NjIgMjI1Ii8+CiAgPC9nPgo8L3N2Zz4K); --jp-icon-jupyter-favicon: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUyIiBoZWlnaHQ9IjE2NSIgdmlld0JveD0iMCAwIDE1MiAxNjUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbi13YXJuMCIgZmlsbD0iI0YzNzcyNiI+CiAgICA8cGF0aCB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjA3ODk0NywgMTEwLjU4MjkyNykiIGQ9Ik03NS45NDIyODQyLDI5LjU4MDQ1NjEgQzQzLjMwMjM5NDcsMjkuNTgwNDU2MSAxNC43OTY3ODMyLDE3LjY1MzQ2MzQgMCwwIEM1LjUxMDgzMjExLDE1Ljg0MDY4MjkgMTUuNzgxNTM4OSwyOS41NjY3NzMyIDI5LjM5MDQ5NDcsMzkuMjc4NDE3MSBDNDIuOTk5Nyw0OC45ODk4NTM3IDU5LjI3MzcsNTQuMjA2NzgwNSA3NS45NjA1Nzg5LDU0LjIwNjc4MDUgQzkyLjY0NzQ1NzksNTQuMjA2NzgwNSAxMDguOTIxNDU4LDQ4Ljk4OTg1MzcgMTIyLjUzMDY2MywzOS4yNzg0MTcxIEMxMzYuMTM5NDUzLDI5LjU2Njc3MzIgMTQ2LjQxMDI4NCwxNS44NDA2ODI5IDE1MS45MjExNTgsMCBDMTM3LjA4Nzg2OCwxNy42NTM0NjM0IDEwOC41ODI1ODksMjkuNTgwNDU2MSA3NS45NDIyODQyLDI5LjU4MDQ1NjEgTDc1Ljk0MjI4NDIsMjkuNTgwNDU2MSBaIiAvPgogICAgPHBhdGggdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMzczNjgsIDAuNzA0ODc4KSIgZD0iTTc1Ljk3ODQ1NzksMjQuNjI2NDA3MyBDMTA4LjYxODc2MywyNC42MjY0MDczIDEzNy4xMjQ0NTgsMzYuNTUzNDQxNSAxNTEuOTIxMTU4LDU0LjIwNjc4MDUgQzE0Ni40MTAyODQsMzguMzY2MjIyIDEzNi4xMzk0NTMsMjQuNjQwMTMxNyAxMjIuNTMwNjYzLDE0LjkyODQ4NzggQzEwOC45MjE0NTgsNS4yMTY4NDM5IDkyLjY0NzQ1NzksMCA3NS45NjA1Nzg5LDAgQzU5LjI3MzcsMCA0Mi45OTk3LDUuMjE2ODQzOSAyOS4zOTA0OTQ3LDE0LjkyODQ4NzggQzE1Ljc4MTUzODksMjQuNjQwMTMxNyA1LjUxMDgzMjExLDM4LjM2NjIyMiAwLDU0LjIwNjc4MDUgQzE0LjgzMzA4MTYsMzYuNTg5OTI5MyA0My4zMzg1Njg0LDI0LjYyNjQwNzMgNzUuOTc4NDU3OSwyNC42MjY0MDczIEw3NS45Nzg0NTc5LDI0LjYyNjQwNzMgWiIgLz4KICA8L2c+Cjwvc3ZnPgo=); --jp-icon-jupyter: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iNTEiIHZpZXdCb3g9IjAgMCAzOSA1MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYzOCAtMjI4MSkiPgogICAgPGcgY2xhc3M9ImpwLWljb24td2FybjAiIGZpbGw9IiNGMzc3MjYiPgogICAgICA8cGF0aCB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjM5Ljc0IDIzMTEuOTgpIiBkPSJNIDE4LjI2NDYgNy4xMzQxMUMgMTAuNDE0NSA3LjEzNDExIDMuNTU4NzIgNC4yNTc2IDAgMEMgMS4zMjUzOSAzLjgyMDQgMy43OTU1NiA3LjEzMDgxIDcuMDY4NiA5LjQ3MzAzQyAxMC4zNDE3IDExLjgxNTIgMTQuMjU1NyAxMy4wNzM0IDE4LjI2OSAxMy4wNzM0QyAyMi4yODIzIDEzLjA3MzQgMjYuMTk2MyAxMS44MTUyIDI5LjQ2OTQgOS40NzMwM0MgMzIuNzQyNCA3LjEzMDgxIDM1LjIxMjYgMy44MjA0IDM2LjUzOCAwQyAzMi45NzA1IDQuMjU3NiAyNi4xMTQ4IDcuMTM0MTEgMTguMjY0NiA3LjEzNDExWiIvPgogICAgICA8cGF0aCB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjM5LjczIDIyODUuNDgpIiBkPSJNIDE4LjI3MzMgNS45MzkzMUMgMjYuMTIzNSA1LjkzOTMxIDMyLjk3OTMgOC44MTU4MyAzNi41MzggMTMuMDczNEMgMzUuMjEyNiA5LjI1MzAzIDMyLjc0MjQgNS45NDI2MiAyOS40Njk0IDMuNjAwNEMgMjYuMTk2MyAxLjI1ODE4IDIyLjI4MjMgMCAxOC4yNjkgMEMgMTQuMjU1NyAwIDEwLjM0MTcgMS4yNTgxOCA3LjA2ODYgMy42MDA0QyAzLjc5NTU2IDUuOTQyNjIgMS4zMjUzOSA5LjI1MzAzIDAgMTMuMDczNEMgMy41Njc0NSA4LjgyNDYzIDEwLjQyMzIgNS45MzkzMSAxOC4yNzMzIDUuOTM5MzFaIi8+CiAgICA8L2c+CiAgICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgICA8cGF0aCB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjY5LjMgMjI4MS4zMSkiIGQ9Ik0gNS44OTM1MyAyLjg0NEMgNS45MTg4OSAzLjQzMTY1IDUuNzcwODUgNC4wMTM2NyA1LjQ2ODE1IDQuNTE2NDVDIDUuMTY1NDUgNS4wMTkyMiA0LjcyMTY4IDUuNDIwMTUgNC4xOTI5OSA1LjY2ODUxQyAzLjY2NDMgNS45MTY4OCAzLjA3NDQ0IDYuMDAxNTEgMi40OTgwNSA1LjkxMTcxQyAxLjkyMTY2IDUuODIxOSAxLjM4NDYzIDUuNTYxNyAwLjk1NDg5OCA1LjE2NDAxQyAwLjUyNTE3IDQuNzY2MzMgMC4yMjIwNTYgNC4yNDkwMyAwLjA4MzkwMzcgMy42Nzc1N0MgLTAuMDU0MjQ4MyAzLjEwNjExIC0wLjAyMTIzIDIuNTA2MTcgMC4xNzg3ODEgMS45NTM2NEMgMC4zNzg3OTMgMS40MDExIDAuNzM2ODA5IDAuOTIwODE3IDEuMjA3NTQgMC41NzM1MzhDIDEuNjc4MjYgMC4yMjYyNTkgMi4yNDA1NSAwLjAyNzU5MTkgMi44MjMyNiAwLjAwMjY3MjI5QyAzLjYwMzg5IC0wLjAzMDcxMTUgNC4zNjU3MyAwLjI0OTc4OSA0Ljk0MTQyIDAuNzgyNTUxQyA1LjUxNzExIDEuMzE1MzEgNS44NTk1NiAyLjA1Njc2IDUuODkzNTMgMi44NDRaIi8+CiAgICAgIDxwYXRoIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2MzkuOCAyMzIzLjgxKSIgZD0iTSA3LjQyNzg5IDMuNTgzMzhDIDcuNDYwMDggNC4zMjQzIDcuMjczNTUgNS4wNTgxOSA2Ljg5MTkzIDUuNjkyMTNDIDYuNTEwMzEgNi4zMjYwNyA1Ljk1MDc1IDYuODMxNTYgNS4yODQxMSA3LjE0NDZDIDQuNjE3NDcgNy40NTc2MyAzLjg3MzcxIDcuNTY0MTQgMy4xNDcwMiA3LjQ1MDYzQyAyLjQyMDMyIDcuMzM3MTIgMS43NDMzNiA3LjAwODcgMS4yMDE4NCA2LjUwNjk1QyAwLjY2MDMyOCA2LjAwNTIgMC4yNzg2MSA1LjM1MjY4IDAuMTA1MDE3IDQuNjMyMDJDIC0wLjA2ODU3NTcgMy45MTEzNSAtMC4wMjYyMzYxIDMuMTU0OTQgMC4yMjY2NzUgMi40NTg1NkMgMC40Nzk1ODcgMS43NjIxNyAwLjkzMTY5NyAxLjE1NzEzIDEuNTI1NzYgMC43MjAwMzNDIDIuMTE5ODMgMC4yODI5MzUgMi44MjkxNCAwLjAzMzQzOTUgMy41NjM4OSAwLjAwMzEzMzQ0QyA0LjU0NjY3IC0wLjAzNzQwMzMgNS41MDUyOSAwLjMxNjcwNiA2LjIyOTYxIDAuOTg3ODM1QyA2Ljk1MzkzIDEuNjU4OTYgNy4zODQ4NCAyLjU5MjM1IDcuNDI3ODkgMy41ODMzOEwgNy40Mjc4OSAzLjU4MzM4WiIvPgogICAgICA8cGF0aCB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjM4LjM2IDIyODYuMDYpIiBkPSJNIDIuMjc0NzEgNC4zOTYyOUMgMS44NDM2MyA0LjQxNTA4IDEuNDE2NzEgNC4zMDQ0NSAxLjA0Nzk5IDQuMDc4NDNDIDAuNjc5MjY4IDMuODUyNCAwLjM4NTMyOCAzLjUyMTE0IDAuMjAzMzcxIDMuMTI2NTZDIDAuMDIxNDEzNiAyLjczMTk4IC0wLjA0MDM3OTggMi4yOTE4MyAwLjAyNTgxMTYgMS44NjE4MUMgMC4wOTIwMDMxIDEuNDMxOCAwLjI4MzIwNCAxLjAzMTI2IDAuNTc1MjEzIDAuNzEwODgzQyAwLjg2NzIyMiAwLjM5MDUxIDEuMjQ2OTEgMC4xNjQ3MDggMS42NjYyMiAwLjA2MjA1OTJDIDIuMDg1NTMgLTAuMDQwNTg5NyAyLjUyNTYxIC0wLjAxNTQ3MTQgMi45MzA3NiAwLjEzNDIzNUMgMy4zMzU5MSAwLjI4Mzk0MSAzLjY4NzkyIDAuNTUxNTA1IDMuOTQyMjIgMC45MDMwNkMgNC4xOTY1MiAxLjI1NDYyIDQuMzQxNjkgMS42NzQzNiA0LjM1OTM1IDIuMTA5MTZDIDQuMzgyOTkgMi42OTEwNyA0LjE3Njc4IDMuMjU4NjkgMy43ODU5NyAzLjY4NzQ2QyAzLjM5NTE2IDQuMTE2MjQgMi44NTE2NiA0LjM3MTE2IDIuMjc0NzEgNC4zOTYyOUwgMi4yNzQ3MSA0LjM5NjI5WiIvPgogICAgPC9nPgogIDwvZz4+Cjwvc3ZnPgo=); --jp-icon-jupyterlab-wordmark: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIHZpZXdCb3g9IjAgMCAxODYwLjggNDc1Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjIiIGZpbGw9IiM0RTRFNEUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ4MC4xMzY0MDEsIDY0LjI3MTQ5MykiPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDU4Ljg3NTU2NikiPgogICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjA4NzYwMywgMC4xNDAyOTQpIj4KICAgICAgICA8cGF0aCBkPSJNLTQyNi45LDE2OS44YzAsNDguNy0zLjcsNjQuNy0xMy42LDc2LjRjLTEwLjgsMTAtMjUsMTUuNS0zOS43LDE1LjVsMy43LDI5IGMyMi44LDAuMyw0NC44LTcuOSw2MS45LTIzLjFjMTcuOC0xOC41LDI0LTQ0LjEsMjQtODMuM1YwSC00Mjd2MTcwLjFMLTQyNi45LDE2OS44TC00MjYuOSwxNjkuOHoiLz4KICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTU1LjA0NTI5NiwgNTYuODM3MTA0KSI+CiAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuNTYyNDUzLCAxLjc5OTg0MikiPgogICAgICAgIDxwYXRoIGQ9Ik0tMzEyLDE0OGMwLDIxLDAsMzkuNSwxLjcsNTUuNGgtMzEuOGwtMi4xLTMzLjNoLTAuOGMtNi43LDExLjYtMTYuNCwyMS4zLTI4LDI3LjkgYy0xMS42LDYuNi0yNC44LDEwLTM4LjIsOS44Yy0zMS40LDAtNjktMTcuNy02OS04OVYwaDM2LjR2MTEyLjdjMCwzOC43LDExLjYsNjQuNyw0NC42LDY0LjdjMTAuMy0wLjIsMjAuNC0zLjUsMjguOS05LjQgYzguNS01LjksMTUuMS0xNC4zLDE4LjktMjMuOWMyLjItNi4xLDMuMy0xMi41LDMuMy0xOC45VjAuMmgzNi40VjE0OEgtMzEyTC0zMTIsMTQ4eiIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOTAuMDEzMzIyLCA1My40Nzk2MzgpIj4KICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS43MDY0NTgsIDAuMjMxNDI1KSI+CiAgICAgICAgPHBhdGggZD0iTS00NzguNiw3MS40YzAtMjYtMC44LTQ3LTEuNy02Ni43aDMyLjdsMS43LDM0LjhoMC44YzcuMS0xMi41LDE3LjUtMjIuOCwzMC4xLTI5LjcgYzEyLjUtNywyNi43LTEwLjMsNDEtOS44YzQ4LjMsMCw4NC43LDQxLjcsODQuNywxMDMuM2MwLDczLjEtNDMuNywxMDkuMi05MSwxMDkuMmMtMTIuMSwwLjUtMjQuMi0yLjItMzUtNy44IGMtMTAuOC01LjYtMTkuOS0xMy45LTI2LjYtMjQuMmgtMC44VjI5MWgtMzZ2LTIyMEwtNDc4LjYsNzEuNEwtNDc4LjYsNzEuNHogTS00NDIuNiwxMjUuNmMwLjEsNS4xLDAuNiwxMC4xLDEuNywxNS4xIGMzLDEyLjMsOS45LDIzLjMsMTkuOCwzMS4xYzkuOSw3LjgsMjIuMSwxMi4xLDM0LjcsMTIuMWMzOC41LDAsNjAuNy0zMS45LDYwLjctNzguNWMwLTQwLjctMjEuMS03NS42LTU5LjUtNzUuNiBjLTEyLjksMC40LTI1LjMsNS4xLTM1LjMsMTMuNGMtOS45LDguMy0xNi45LDE5LjctMTkuNiwzMi40Yy0xLjUsNC45LTIuMywxMC0yLjUsMTUuMVYxMjUuNkwtNDQyLjYsMTI1LjZMLTQ0Mi42LDEyNS42eiIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MDYuNzQwNzI2LCA1Ni44MzcxMDQpIj4KICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC43NTEyMjYsIDEuOTg5Mjk5KSI+CiAgICAgICAgPHBhdGggZD0iTS00NDAuOCwwbDQzLjcsMTIwLjFjNC41LDEzLjQsOS41LDI5LjQsMTIuOCw0MS43aDAuOGMzLjctMTIuMiw3LjktMjcuNywxMi44LTQyLjQgbDM5LjctMTE5LjJoMzguNUwtMzQ2LjksMTQ1Yy0yNiw2OS43LTQzLjcsMTA1LjQtNjguNiwxMjcuMmMtMTIuNSwxMS43LTI3LjksMjAtNDQuNiwyMy45bC05LjEtMzEuMSBjMTEuNy0zLjksMjIuNS0xMC4xLDMxLjgtMTguMWMxMy4yLTExLjEsMjMuNy0yNS4yLDMwLjYtNDEuMmMxLjUtMi44LDIuNS01LjcsMi45LTguOGMtMC4zLTMuMy0xLjItNi42LTIuNS05LjdMLTQ4MC4yLDAuMSBoMzkuN0wtNDQwLjgsMEwtNDQwLjgsMHoiLz4KICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODIyLjc0ODEwNCwgMC4wMDAwMDApIj4KICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS40NjQwNTAsIDAuMzc4OTE0KSI+CiAgICAgICAgPHBhdGggZD0iTS00MTMuNywwdjU4LjNoNTJ2MjguMmgtNTJWMTk2YzAsMjUsNywzOS41LDI3LjMsMzkuNWM3LjEsMC4xLDE0LjItMC43LDIxLjEtMi41IGwxLjcsMjcuN2MtMTAuMywzLjctMjEuMyw1LjQtMzIuMiw1Yy03LjMsMC40LTE0LjYtMC43LTIxLjMtMy40Yy02LjgtMi43LTEyLjktNi44LTE3LjktMTIuMWMtMTAuMy0xMC45LTE0LjEtMjktMTQuMS01Mi45IFY4Ni41aC0zMVY1OC4zaDMxVjkuNkwtNDEzLjcsMEwtNDEzLjcsMHoiLz4KICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOTc0LjQzMzI4NiwgNTMuNDc5NjM4KSI+CiAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuOTkwMDM0LCAwLjYxMDMzOSkiPgogICAgICAgIDxwYXRoIGQ9Ik0tNDQ1LjgsMTEzYzAuOCw1MCwzMi4yLDcwLjYsNjguNiw3MC42YzE5LDAuNiwzNy45LTMsNTUuMy0xMC41bDYuMiwyNi40IGMtMjAuOSw4LjktNDMuNSwxMy4xLTY2LjIsMTIuNmMtNjEuNSwwLTk4LjMtNDEuMi05OC4zLTEwMi41Qy00ODAuMiw0OC4yLTQ0NC43LDAtMzg2LjUsMGM2NS4yLDAsODIuNyw1OC4zLDgyLjcsOTUuNyBjLTAuMSw1LjgtMC41LDExLjUtMS4yLDE3LjJoLTE0MC42SC00NDUuOEwtNDQ1LjgsMTEzeiBNLTMzOS4yLDg2LjZjMC40LTIzLjUtOS41LTYwLjEtNTAuNC02MC4xIGMtMzYuOCwwLTUyLjgsMzQuNC01NS43LDYwLjFILTMzOS4yTC0zMzkuMiw4Ni42TC0zMzkuMiw4Ni42eiIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjAxLjk2MTA1OCwgNTMuNDc5NjM4KSI+CiAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMTc5NjQwLCAwLjcwNTA2OCkiPgogICAgICAgIDxwYXRoIGQ9Ik0tNDc4LjYsNjhjMC0yMy45LTAuNC00NC41LTEuNy02My40aDMxLjhsMS4yLDM5LjloMS43YzkuMS0yNy4zLDMxLTQ0LjUsNTUuMy00NC41IGMzLjUtMC4xLDcsMC40LDEwLjMsMS4ydjM0LjhjLTQuMS0wLjktOC4yLTEuMy0xMi40LTEuMmMtMjUuNiwwLTQzLjcsMTkuNy00OC43LDQ3LjRjLTEsNS43LTEuNiwxMS41LTEuNywxNy4ydjEwOC4zaC0zNlY2OCBMLTQ3OC42LDY4eiIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgPC9nPgoKICA8ZyBjbGFzcz0ianAtaWNvbi13YXJuMCIgZmlsbD0iI0YzNzcyNiI+CiAgICA8cGF0aCBkPSJNMTM1Mi4zLDMyNi4yaDM3VjI4aC0zN1YzMjYuMnogTTE2MDQuOCwzMjYuMmMtMi41LTEzLjktMy40LTMxLjEtMy40LTQ4Ljd2LTc2IGMwLTQwLjctMTUuMS04My4xLTc3LjMtODMuMWMtMjUuNiwwLTUwLDcuMS02Ni44LDE4LjFsOC40LDI0LjRjMTQuMy05LjIsMzQtMTUuMSw1My0xNS4xYzQxLjYsMCw0Ni4yLDMwLjIsNDYuMiw0N3Y0LjIgYy03OC42LTAuNC0xMjIuMywyNi41LTEyMi4zLDc1LjZjMCwyOS40LDIxLDU4LjQsNjIuMiw1OC40YzI5LDAsNTAuOS0xNC4zLDYyLjItMzAuMmgxLjNsMi45LDI1LjZIMTYwNC44eiBNMTU2NS43LDI1Ny43IGMwLDMuOC0wLjgsOC0yLjEsMTEuOGMtNS45LDE3LjItMjIuNywzNC00OS4yLDM0Yy0xOC45LDAtMzQuOS0xMS4zLTM0LjktMzUuM2MwLTM5LjUsNDUuOC00Ni42LDg2LjItNDUuOFYyNTcuN3ogTTE2OTguNSwzMjYuMiBsMS43LTMzLjZoMS4zYzE1LjEsMjYuOSwzOC43LDM4LjIsNjguMSwzOC4yYzQ1LjQsMCw5MS4yLTM2LjEsOTEuMi0xMDguOGMwLjQtNjEuNy0zNS4zLTEwMy43LTg1LjctMTAzLjcgYy0zMi44LDAtNTYuMywxNC43LTY5LjMsMzcuNGgtMC44VjI4aC0zNi42djI0NS43YzAsMTguMS0wLjgsMzguNi0xLjcsNTIuNUgxNjk4LjV6IE0xNzA0LjgsMjA4LjJjMC01LjksMS4zLTEwLjksMi4xLTE1LjEgYzcuNi0yOC4xLDMxLjEtNDUuNCw1Ni4zLTQ1LjRjMzkuNSwwLDYwLjUsMzQuOSw2MC41LDc1LjZjMCw0Ni42LTIzLjEsNzguMS02MS44LDc4LjFjLTI2LjksMC00OC4zLTE3LjYtNTUuNS00My4zIGMtMC44LTQuMi0xLjctOC44LTEuNy0xMy40VjIwOC4yeiIvPgogIDwvZz4KPC9zdmc+Cg==); @@ -8837,16 +9421,20 @@ --jp-icon-line-form: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGZpbGw9IndoaXRlIiBkPSJNNS44OCA0LjEyTDEzLjc2IDEybC03Ljg4IDcuODhMOCAyMmwxMC0xMEw4IDJ6Ii8+Cjwvc3ZnPgo=); --jp-icon-link: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTMuOSAxMmMwLTEuNzEgMS4zOS0zLjEgMy4xLTMuMWg0VjdIN2MtMi43NiAwLTUgMi4yNC01IDVzMi4yNCA1IDUgNWg0di0xLjlIN2MtMS43MSAwLTMuMS0xLjM5LTMuMS0zLjF6TTggMTNoOHYtMkg4djJ6bTktNmgtNHYxLjloNGMxLjcxIDAgMy4xIDEuMzkgMy4xIDMuMXMtMS4zOSAzLjEtMy4xIDMuMWgtNFYxN2g0YzIuNzYgMCA1LTIuMjQgNS01cy0yLjI0LTUtNS01eiIvPgogIDwvZz4KPC9zdmc+Cg==); --jp-icon-list: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGNsYXNzPSJqcC1pY29uMiBqcC1pY29uLXNlbGVjdGFibGUiIGZpbGw9IiM2MTYxNjEiIGQ9Ik0xOSA1djE0SDVWNWgxNG0xLjEtMkgzLjljLS41IDAtLjkuNC0uOS45djE2LjJjMCAuNC40LjkuOS45aDE2LjJjLjQgMCAuOS0uNS45LS45VjMuOWMwLS41LS41LS45LS45LS45ek0xMSA3aDZ2MmgtNlY3em0wIDRoNnYyaC02di0yem0wIDRoNnYyaC02ek03IDdoMnYySDd6bTAgNGgydjJIN3ptMCA0aDJ2Mkg3eiIvPgo8L3N2Zz4=); - --jp-icon-listings-info: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTAuOTc4IDUwLjk3OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAuOTc4IDUwLjk3ODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggc3R5bGU9ImZpbGw6IzAxMDAwMjsiIGQ9Ik00My41Miw3LjQ1OEMzOC43MTEsMi42NDgsMzIuMzA3LDAsMjUuNDg5LDBDMTguNjcsMCwxMi4yNjYsMi42NDgsNy40NTgsNy40NTgNCgkJCQljLTkuOTQzLDkuOTQxLTkuOTQzLDI2LjExOSwwLDM2LjA2MmM0LjgwOSw0LjgwOSwxMS4yMTIsNy40NTYsMTguMDMxLDcuNDU4YzAsMCwwLjAwMSwwLDAuMDAyLDANCgkJCQljNi44MTYsMCwxMy4yMjEtMi42NDgsMTguMDI5LTcuNDU4YzQuODA5LTQuODA5LDcuNDU3LTExLjIxMiw3LjQ1Ny0xOC4wM0M1MC45NzcsMTguNjcsNDguMzI4LDEyLjI2Niw0My41Miw3LjQ1OHoNCgkJCQkgTTQyLjEwNiw0Mi4xMDVjLTQuNDMyLDQuNDMxLTEwLjMzMiw2Ljg3Mi0xNi42MTUsNi44NzJoLTAuMDAyYy02LjI4NS0wLjAwMS0xMi4xODctMi40NDEtMTYuNjE3LTYuODcyDQoJCQkJYy05LjE2Mi05LjE2My05LjE2Mi0yNC4wNzEsMC0zMy4yMzNDMTMuMzAzLDQuNDQsMTkuMjA0LDIsMjUuNDg5LDJjNi4yODQsMCwxMi4xODYsMi40NCwxNi42MTcsNi44NzINCgkJCQljNC40MzEsNC40MzEsNi44NzEsMTAuMzMyLDYuODcxLDE2LjYxN0M0OC45NzcsMzEuNzcyLDQ2LjUzNiwzNy42NzUsNDIuMTA2LDQyLjEwNXoiLz4NCgkJPC9nPg0KCQk8Zz4NCgkJCTxwYXRoIHN0eWxlPSJmaWxsOiMwMTAwMDI7IiBkPSJNMjMuNTc4LDMyLjIxOGMtMC4wMjMtMS43MzQsMC4xNDMtMy4wNTksMC40OTYtMy45NzJjMC4zNTMtMC45MTMsMS4xMS0xLjk5NywyLjI3Mi0zLjI1Mw0KCQkJCWMwLjQ2OC0wLjUzNiwwLjkyMy0xLjA2MiwxLjM2Ny0xLjU3NWMwLjYyNi0wLjc1MywxLjEwNC0xLjQ3OCwxLjQzNi0yLjE3NWMwLjMzMS0wLjcwNywwLjQ5NS0xLjU0MSwwLjQ5NS0yLjUNCgkJCQljMC0xLjA5Ni0wLjI2LTIuMDg4LTAuNzc5LTIuOTc5Yy0wLjU2NS0wLjg3OS0xLjUwMS0xLjMzNi0yLjgwNi0xLjM2OWMtMS44MDIsMC4wNTctMi45ODUsMC42NjctMy41NSwxLjgzMg0KCQkJCWMtMC4zMDEsMC41MzUtMC41MDMsMS4xNDEtMC42MDcsMS44MTRjLTAuMTM5LDAuNzA3LTAuMjA3LDEuNDMyLTAuMjA3LDIuMTc0aC0yLjkzN2MtMC4wOTEtMi4yMDgsMC40MDctNC4xMTQsMS40OTMtNS43MTkNCgkJCQljMS4wNjItMS42NCwyLjg1NS0yLjQ4MSw1LjM3OC0yLjUyN2MyLjE2LDAuMDIzLDMuODc0LDAuNjA4LDUuMTQxLDEuNzU4YzEuMjc4LDEuMTYsMS45MjksMi43NjQsMS45NSw0LjgxMQ0KCQkJCWMwLDEuMTQyLTAuMTM3LDIuMTExLTAuNDEsMi45MTFjLTAuMzA5LDAuODQ1LTAuNzMxLDEuNTkzLTEuMjY4LDIuMjQzYy0wLjQ5MiwwLjY1LTEuMDY4LDEuMzE4LTEuNzMsMi4wMDINCgkJCQljLTAuNjUsMC42OTctMS4zMTMsMS40NzktMS45ODcsMi4zNDZjLTAuMjM5LDAuMzc3LTAuNDI5LDAuNzc3LTAuNTY1LDEuMTk5Yy0wLjE2LDAuOTU5LTAuMjE3LDEuOTUxLTAuMTcxLDIuOTc5DQoJCQkJQzI2LjU4OSwzMi4yMTgsMjMuNTc4LDMyLjIxOCwyMy41NzgsMzIuMjE4eiBNMjMuNTc4LDM4LjIydi0zLjQ4NGgzLjA3NnYzLjQ4NEgyMy41Nzh6Ii8+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==); + --jp-icon-listings-info: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MC45NzggNTAuOTc4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MC45NzggNTAuOTc4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgk8Zz4KCQk8cGF0aCBzdHlsZT0iZmlsbDojMDEwMDAyOyIgZD0iTTQzLjUyLDcuNDU4QzM4LjcxMSwyLjY0OCwzMi4zMDcsMCwyNS40ODksMEMxOC42NywwLDEyLjI2NiwyLjY0OCw3LjQ1OCw3LjQ1OAoJCQljLTkuOTQzLDkuOTQxLTkuOTQzLDI2LjExOSwwLDM2LjA2MmM0LjgwOSw0LjgwOSwxMS4yMTIsNy40NTYsMTguMDMxLDcuNDU4YzAsMCwwLjAwMSwwLDAuMDAyLDAKCQkJYzYuODE2LDAsMTMuMjIxLTIuNjQ4LDE4LjAyOS03LjQ1OGM0LjgwOS00LjgwOSw3LjQ1Ny0xMS4yMTIsNy40NTctMTguMDNDNTAuOTc3LDE4LjY3LDQ4LjMyOCwxMi4yNjYsNDMuNTIsNy40NTh6CgkJCSBNNDIuMTA2LDQyLjEwNWMtNC40MzIsNC40MzEtMTAuMzMyLDYuODcyLTE2LjYxNSw2Ljg3MmgtMC4wMDJjLTYuMjg1LTAuMDAxLTEyLjE4Ny0yLjQ0MS0xNi42MTctNi44NzIKCQkJYy05LjE2Mi05LjE2My05LjE2Mi0yNC4wNzEsMC0zMy4yMzNDMTMuMzAzLDQuNDQsMTkuMjA0LDIsMjUuNDg5LDJjNi4yODQsMCwxMi4xODYsMi40NCwxNi42MTcsNi44NzIKCQkJYzQuNDMxLDQuNDMxLDYuODcxLDEwLjMzMiw2Ljg3MSwxNi42MTdDNDguOTc3LDMxLjc3Miw0Ni41MzYsMzcuNjc1LDQyLjEwNiw0Mi4xMDV6Ii8+CgkJPHBhdGggc3R5bGU9ImZpbGw6IzAxMDAwMjsiIGQ9Ik0yMy41NzgsMzIuMjE4Yy0wLjAyMy0xLjczNCwwLjE0My0zLjA1OSwwLjQ5Ni0zLjk3MmMwLjM1My0wLjkxMywxLjExLTEuOTk3LDIuMjcyLTMuMjUzCgkJCWMwLjQ2OC0wLjUzNiwwLjkyMy0xLjA2MiwxLjM2Ny0xLjU3NWMwLjYyNi0wLjc1MywxLjEwNC0xLjQ3OCwxLjQzNi0yLjE3NWMwLjMzMS0wLjcwNywwLjQ5NS0xLjU0MSwwLjQ5NS0yLjUKCQkJYzAtMS4wOTYtMC4yNi0yLjA4OC0wLjc3OS0yLjk3OWMtMC41NjUtMC44NzktMS41MDEtMS4zMzYtMi44MDYtMS4zNjljLTEuODAyLDAuMDU3LTIuOTg1LDAuNjY3LTMuNTUsMS44MzIKCQkJYy0wLjMwMSwwLjUzNS0wLjUwMywxLjE0MS0wLjYwNywxLjgxNGMtMC4xMzksMC43MDctMC4yMDcsMS40MzItMC4yMDcsMi4xNzRoLTIuOTM3Yy0wLjA5MS0yLjIwOCwwLjQwNy00LjExNCwxLjQ5My01LjcxOQoJCQljMS4wNjItMS42NCwyLjg1NS0yLjQ4MSw1LjM3OC0yLjUyN2MyLjE2LDAuMDIzLDMuODc0LDAuNjA4LDUuMTQxLDEuNzU4YzEuMjc4LDEuMTYsMS45MjksMi43NjQsMS45NSw0LjgxMQoJCQljMCwxLjE0Mi0wLjEzNywyLjExMS0wLjQxLDIuOTExYy0wLjMwOSwwLjg0NS0wLjczMSwxLjU5My0xLjI2OCwyLjI0M2MtMC40OTIsMC42NS0xLjA2OCwxLjMxOC0xLjczLDIuMDAyCgkJCWMtMC42NSwwLjY5Ny0xLjMxMywxLjQ3OS0xLjk4NywyLjM0NmMtMC4yMzksMC4zNzctMC40MjksMC43NzctMC41NjUsMS4xOTljLTAuMTYsMC45NTktMC4yMTcsMS45NTEtMC4xNzEsMi45NzkKCQkJQzI2LjU4OSwzMi4yMTgsMjMuNTc4LDMyLjIxOCwyMy41NzgsMzIuMjE4eiBNMjMuNTc4LDM4LjIydi0zLjQ4NGgzLjA3NnYzLjQ4NEgyMy41Nzh6Ii8+Cgk8L2c+Cjwvc3ZnPgo=); --jp-icon-markdown: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8cGF0aCBjbGFzcz0ianAtaWNvbi1jb250cmFzdDAganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjN0IxRkEyIiBkPSJNNSAxNC45aDEybC02LjEgNnptOS40LTYuOGMwLTEuMy0uMS0yLjktLjEtNC41LS40IDEuNC0uOSAyLjktMS4zIDQuM2wtMS4zIDQuM2gtMkw4LjUgNy45Yy0uNC0xLjMtLjctMi45LTEtNC4zLS4xIDEuNi0uMSAzLjItLjIgNC42TDcgMTIuNEg0LjhsLjctMTFoMy4zTDEwIDVjLjQgMS4yLjcgMi43IDEgMy45LjMtMS4yLjctMi42IDEtMy45bDEuMi0zLjdoMy4zbC42IDExaC0yLjRsLS4zLTQuMnoiLz4KPC9zdmc+Cg==); --jp-icon-new-folder: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTIwIDZoLThsLTItMkg0Yy0xLjExIDAtMS45OS44OS0xLjk5IDJMMiAxOGMwIDEuMTEuODkgMiAyIDJoMTZjMS4xMSAwIDItLjg5IDItMlY4YzAtMS4xMS0uODktMi0yLTJ6bS0xIDhoLTN2M2gtMnYtM2gtM3YtMmgzVjloMnYzaDN2MnoiLz4KICA8L2c+Cjwvc3ZnPgo=); --jp-icon-not-trusted: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI1IDI1Ij4KICAgIDxwYXRoIGNsYXNzPSJqcC1pY29uMiIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMgMykiIGQ9Ik0xLjg2MDk0IDExLjQ0MDlDMC44MjY0NDggOC43NzAyNyAwLjg2Mzc3OSA2LjA1NzY0IDEuMjQ5MDcgNC4xOTkzMkMyLjQ4MjA2IDMuOTMzNDcgNC4wODA2OCAzLjQwMzQ3IDUuNjAxMDIgMi44NDQ5QzcuMjM1NDkgMi4yNDQ0IDguODU2NjYgMS41ODE1IDkuOTg3NiAxLjA5NTM5QzExLjA1OTcgMS41ODM0MSAxMi42MDk0IDIuMjQ0NCAxNC4yMTggMi44NDMzOUMxNS43NTAzIDMuNDEzOTQgMTcuMzk5NSAzLjk1MjU4IDE4Ljc1MzkgNC4yMTM4NUMxOS4xMzY0IDYuMDcxNzcgMTkuMTcwOSA4Ljc3NzIyIDE4LjEzOSAxMS40NDA5QzE3LjAzMDMgMTQuMzAzMiAxNC42NjY4IDE3LjE4NDQgOS45OTk5OSAxOC45MzU0QzUuMzMzMTkgMTcuMTg0NCAyLjk2OTY4IDE0LjMwMzIgMS44NjA5NCAxMS40NDA5WiIvPgogICAgPHBhdGggY2xhc3M9ImpwLWljb24yIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS4zMTU5MiA5LjMyMDMxKSIgZD0iTTcuMzY4NDIgMEwwIDcuMzY0NzkiLz4KICAgIDxwYXRoIGNsYXNzPSJqcC1pY29uMiIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkuMzE1OTIgMTYuNjgzNikgc2NhbGUoMSAtMSkiIGQ9Ik03LjM2ODQyIDBMMCA3LjM2NDc5Ii8+Cjwvc3ZnPgo=); --jp-icon-notebook: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8ZyBjbGFzcz0ianAtaWNvbi13YXJuMCBqcC1pY29uLXNlbGVjdGFibGUiIGZpbGw9IiNFRjZDMDAiPgogICAgPHBhdGggZD0iTTE4LjcgMy4zdjE1LjRIMy4zVjMuM2gxNS40bTEuNS0xLjVIMS44djE4LjNoMTguM2wuMS0xOC4zeiIvPgogICAgPHBhdGggZD0iTTE2LjUgMTYuNWwtNS40LTQuMy01LjYgNC4zdi0xMWgxMXoiLz4KICA8L2c+Cjwvc3ZnPgo=); + --jp-icon-numbering: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyOCAyOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CgkJPHBhdGggZD0iTTQgMTlINlYxOS41SDVWMjAuNUg2VjIxSDRWMjJIN1YxOEg0VjE5Wk01IDEwSDZWNkg0VjdINVYxMFpNNCAxM0g1LjhMNCAxNS4xVjE2SDdWMTVINS4yTDcgMTIuOVYxMkg0VjEzWk05IDdWOUgyM1Y3SDlaTTkgMjFIMjNWMTlIOVYyMVpNOSAxNUgyM1YxM0g5VjE1WiIvPgoJPC9nPgo8L3N2Zz4K); + --jp-icon-offline-bolt: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjE2Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTEyIDIuMDJjLTUuNTEgMC05Ljk4IDQuNDctOS45OCA5Ljk4czQuNDcgOS45OCA5Ljk4IDkuOTggOS45OC00LjQ3IDkuOTgtOS45OFMxNy41MSAyLjAyIDEyIDIuMDJ6TTExLjQ4IDIwdi02LjI2SDhMMTMgNHY2LjI2aDMuMzVMMTEuNDggMjB6Ii8+CiAgPC9nPgo8L3N2Zz4K); --jp-icon-palette: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTE4IDEzVjIwSDRWNkg5LjAyQzkuMDcgNS4yOSA5LjI0IDQuNjIgOS41IDRINEMyLjkgNCAyIDQuOSAyIDZWMjBDMiAyMS4xIDIuOSAyMiA0IDIySDE4QzE5LjEgMjIgMjAgMjEuMSAyMCAyMFYxNUwxOCAxM1pNMTkuMyA4Ljg5QzE5Ljc0IDguMTkgMjAgNy4zOCAyMCA2LjVDMjAgNC4wMSAxNy45OSAyIDE1LjUgMkMxMy4wMSAyIDExIDQuMDEgMTEgNi41QzExIDguOTkgMTMuMDEgMTEgMTUuNDkgMTFDMTYuMzcgMTEgMTcuMTkgMTAuNzQgMTcuODggMTAuM0wyMSAxMy40MkwyMi40MiAxMkwxOS4zIDguODlaTTE1LjUgOUMxNC4xMiA5IDEzIDcuODggMTMgNi41QzEzIDUuMTIgMTQuMTIgNCAxNS41IDRDMTYuODggNCAxOCA1LjEyIDE4IDYuNUMxOCA3Ljg4IDE2Ljg4IDkgMTUuNSA5WiIvPgogICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00IDZIOS4wMTg5NEM5LjAwNjM5IDYuMTY1MDIgOSA2LjMzMTc2IDkgNi41QzkgOC44MTU3NyAxMC4yMTEgMTAuODQ4NyAxMi4wMzQzIDEySDlWMTRIMTZWMTIuOTgxMUMxNi41NzAzIDEyLjkzNzcgMTcuMTIgMTIuODIwNyAxNy42Mzk2IDEyLjYzOTZMMTggMTNWMjBINFY2Wk04IDhINlYxMEg4VjhaTTYgMTJIOFYxNEg2VjEyWk04IDE2SDZWMThIOFYxNlpNOSAxNkgxNlYxOEg5VjE2WiIvPgogIDwvZz4KPC9zdmc+Cg==); --jp-icon-paste: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTE5IDJoLTQuMThDMTQuNC44NCAxMy4zIDAgMTIgMGMtMS4zIDAtMi40Ljg0LTIuODIgMkg1Yy0xLjEgMC0yIC45LTIgMnYxNmMwIDEuMS45IDIgMiAyaDE0YzEuMSAwIDItLjkgMi0yVjRjMC0xLjEtLjktMi0yLTJ6bS03IDBjLjU1IDAgMSAuNDUgMSAxcy0uNDUgMS0xIDEtMS0uNDUtMS0xIC40NS0xIDEtMXptNyAxOEg1VjRoMnYzaDEwVjRoMnYxNnoiLz4KICAgIDwvZz4KPC9zdmc+Cg==); + --jp-icon-pdf: url(data:image/svg+xml;base64,PHN2ZwogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiAyMiIgd2lkdGg9IjE2Ij4KICAgIDxwYXRoIHRyYW5zZm9ybT0icm90YXRlKDQ1KSIgY2xhc3M9ImpwLWljb24tc2VsZWN0YWJsZSIgZmlsbD0iI0ZGMkEyQSIKICAgICAgIGQ9Im0gMjIuMzQ0MzY5LC0zLjAxNjM2NDIgaCA1LjYzODYwNCB2IDEuNTc5MjQzMyBoIC0zLjU0OTIyNyB2IDEuNTA4NjkyOTkgaCAzLjMzNzU3NiBWIDEuNjUwODE1NCBoIC0zLjMzNzU3NiB2IDMuNDM1MjYxMyBoIC0yLjA4OTM3NyB6IG0gLTcuMTM2NDQ0LDEuNTc5MjQzMyB2IDQuOTQzOTU0MyBoIDAuNzQ4OTIgcSAxLjI4MDc2MSwwIDEuOTUzNzAzLC0wLjYzNDk1MzUgMC42NzgzNjksLTAuNjM0OTUzNSAwLjY3ODM2OSwtMS44NDUxNjQxIDAsLTEuMjA0NzgzNTUgLTAuNjcyOTQyLC0xLjgzNDMxMDExIC0wLjY3Mjk0MiwtMC42Mjk1MjY1OSAtMS45NTkxMywtMC42Mjk1MjY1OSB6IG0gLTIuMDg5Mzc3LC0xLjU3OTI0MzMgaCAyLjIwMzM0MyBxIDEuODQ1MTY0LDAgMi43NDYwMzksMC4yNjU5MjA3IDAuOTA2MzAxLDAuMjYwNDkzNyAxLjU1MjEwOCwwLjg5MDAyMDMgMC41Njk4MywwLjU0ODEyMjMgMC44NDY2MDUsMS4yNjQ0ODAwNiAwLjI3Njc3NCwwLjcxNjM1NzgxIDAuMjc2Nzc0LDEuNjIyNjU4OTQgMCwwLjkxNzE1NTEgLTAuMjc2Nzc0LDEuNjM4OTM5OSAtMC4yNzY3NzUsMC43MTYzNTc4IC0wLjg0NjYwNSwxLjI2NDQ4IC0wLjY1MTIzNCwwLjYyOTUyNjYgLTEuNTYyOTYyLDAuODk1NDQ3MyAtMC45MTE3MjgsMC4yNjA0OTM3IC0yLjczNTE4NSwwLjI2MDQ5MzcgaCAtMi4yMDMzNDMgeiBtIC04LjE0NTg1NjUsMCBoIDMuNDY3ODIzIHEgMS41NDY2ODE2LDAgMi4zNzE1Nzg1LDAuNjg5MjIzIDAuODMwMzI0LDAuNjgzNzk2MSAwLjgzMDMyNCwxLjk1MzcwMzE0IDAsMS4yNzUzMzM5NyAtMC44MzAzMjQsMS45NjQ1NTcwNiBRIDkuOTg3MTk2MSwyLjI3NDkxNSA4LjQ0MDUxNDUsMi4yNzQ5MTUgSCA3LjA2MjA2ODQgViA1LjA4NjA3NjcgSCA0Ljk3MjY5MTUgWiBtIDIuMDg5Mzc2OSwxLjUxNDExOTkgdiAyLjI2MzAzOTQzIGggMS4xNTU5NDEgcSAwLjYwNzgxODgsMCAwLjkzODg2MjksLTAuMjkzMDU1NDcgMC4zMzEwNDQxLC0wLjI5ODQ4MjQxIDAuMzMxMDQ0MSwtMC44NDExNzc3MiAwLC0wLjU0MjY5NTMxIC0wLjMzMTA0NDEsLTAuODM1NzUwNzQgLTAuMzMxMDQ0MSwtMC4yOTMwNTU1IC0wLjkzODg2MjksLTAuMjkzMDU1NSB6IgovPgo8L3N2Zz4K); --jp-icon-python: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8ZyBjbGFzcz0ianAtaWNvbi1icmFuZDAganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjMEQ0N0ExIj4KICAgIDxwYXRoIGQ9Ik0xMS4xIDYuOVY1LjhINi45YzAtLjUgMC0xLjMuMi0xLjYuNC0uNy44LTEuMSAxLjctMS40IDEuNy0uMyAyLjUtLjMgMy45LS4xIDEgLjEgMS45LjkgMS45IDEuOXY0LjJjMCAuNS0uOSAxLjYtMiAxLjZIOC44Yy0xLjUgMC0yLjQgMS40LTIuNCAyLjh2Mi4ySDQuN0MzLjUgMTUuMSAzIDE0IDMgMTMuMVY5Yy0uMS0xIC42LTIgMS44LTIgMS41LS4xIDYuMy0uMSA2LjMtLjF6Ii8+CiAgICA8cGF0aCBkPSJNMTAuOSAxNS4xdjEuMWg0LjJjMCAuNSAwIDEuMy0uMiAxLjYtLjQuNy0uOCAxLjEtMS43IDEuNC0xLjcuMy0yLjUuMy0zLjkuMS0xLS4xLTEuOS0uOS0xLjktMS45di00LjJjMC0uNS45LTEuNiAyLTEuNmgzLjhjMS41IDAgMi40LTEuNCAyLjQtMi44VjYuNmgxLjdDMTguNSA2LjkgMTkgOCAxOSA4LjlWMTNjMCAxLS43IDIuMS0xLjkgMi4xaC02LjJ6Ii8+CiAgPC9nPgo8L3N2Zz4K); --jp-icon-r-kernel: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8cGF0aCBjbGFzcz0ianAtaWNvbi1jb250cmFzdDMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjMjE5NkYzIiBkPSJNNC40IDIuNWMxLjItLjEgMi45LS4zIDQuOS0uMyAyLjUgMCA0LjEuNCA1LjIgMS4zIDEgLjcgMS41IDEuOSAxLjUgMy41IDAgMi0xLjQgMy41LTIuOSA0LjEgMS4yLjQgMS43IDEuNiAyLjIgMyAuNiAxLjkgMSAzLjkgMS4zIDQuNmgtMy44Yy0uMy0uNC0uOC0xLjctMS4yLTMuN3MtMS4yLTIuNi0yLjYtMi42aC0uOXY2LjRINC40VjIuNXptMy43IDYuOWgxLjRjMS45IDAgMi45LS45IDIuOS0yLjNzLTEtMi4zLTIuOC0yLjNjLS43IDAtMS4zIDAtMS42LjJ2NC41aC4xdi0uMXoiLz4KPC9zdmc+Cg==); --jp-icon-react: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMTUwIDE1MCA1NDEuOSAyOTUuMyI+CiAgPGcgY2xhc3M9ImpwLWljb24tYnJhbmQyIGpwLWljb24tc2VsZWN0YWJsZSIgZmlsbD0iIzYxREFGQiI+CiAgICA8cGF0aCBkPSJNNjY2LjMgMjk2LjVjMC0zMi41LTQwLjctNjMuMy0xMDMuMS04Mi40IDE0LjQtNjMuNiA4LTExNC4yLTIwLjItMTMwLjQtNi41LTMuOC0xNC4xLTUuNi0yMi40LTUuNnYyMi4zYzQuNiAwIDguMy45IDExLjQgMi42IDEzLjYgNy44IDE5LjUgMzcuNSAxNC45IDc1LjctMS4xIDkuNC0yLjkgMTkuMy01LjEgMjkuNC0xOS42LTQuOC00MS04LjUtNjMuNS0xMC45LTEzLjUtMTguNS0yNy41LTM1LjMtNDEuNi01MCAzMi42LTMwLjMgNjMuMi00Ni45IDg0LTQ2LjlWNzhjLTI3LjUgMC02My41IDE5LjYtOTkuOSA1My42LTM2LjQtMzMuOC03Mi40LTUzLjItOTkuOS01My4ydjIyLjNjMjAuNyAwIDUxLjQgMTYuNSA4NCA0Ni42LTE0IDE0LjctMjggMzEuNC00MS4zIDQ5LjktMjIuNiAyLjQtNDQgNi4xLTYzLjYgMTEtMi4zLTEwLTQtMTkuNy01LjItMjktNC43LTM4LjIgMS4xLTY3LjkgMTQuNi03NS44IDMtMS44IDYuOS0yLjYgMTEuNS0yLjZWNzguNWMtOC40IDAtMTYgMS44LTIyLjYgNS42LTI4LjEgMTYuMi0zNC40IDY2LjctMTkuOSAxMzAuMS02Mi4yIDE5LjItMTAyLjcgNDkuOS0xMDIuNyA4Mi4zIDAgMzIuNSA0MC43IDYzLjMgMTAzLjEgODIuNC0xNC40IDYzLjYtOCAxMTQuMiAyMC4yIDEzMC40IDYuNSAzLjggMTQuMSA1LjYgMjIuNSA1LjYgMjcuNSAwIDYzLjUtMTkuNiA5OS45LTUzLjYgMzYuNCAzMy44IDcyLjQgNTMuMiA5OS45IDUzLjIgOC40IDAgMTYtMS44IDIyLjYtNS42IDI4LjEtMTYuMiAzNC40LTY2LjcgMTkuOS0xMzAuMSA2Mi0xOS4xIDEwMi41LTQ5LjkgMTAyLjUtODIuM3ptLTEzMC4yLTY2LjdjLTMuNyAxMi45LTguMyAyNi4yLTEzLjUgMzkuNS00LjEtOC04LjQtMTYtMTMuMS0yNC00LjYtOC05LjUtMTUuOC0xNC40LTIzLjQgMTQuMiAyLjEgMjcuOSA0LjcgNDEgNy45em0tNDUuOCAxMDYuNWMtNy44IDEzLjUtMTUuOCAyNi4zLTI0LjEgMzguMi0xNC45IDEuMy0zMCAyLTQ1LjIgMi0xNS4xIDAtMzAuMi0uNy00NS0xLjktOC4zLTExLjktMTYuNC0yNC42LTI0LjItMzgtNy42LTEzLjEtMTQuNS0yNi40LTIwLjgtMzkuOCA2LjItMTMuNCAxMy4yLTI2LjggMjAuNy0zOS45IDcuOC0xMy41IDE1LjgtMjYuMyAyNC4xLTM4LjIgMTQuOS0xLjMgMzAtMiA0NS4yLTIgMTUuMSAwIDMwLjIuNyA0NSAxLjkgOC4zIDExLjkgMTYuNCAyNC42IDI0LjIgMzggNy42IDEzLjEgMTQuNSAyNi40IDIwLjggMzkuOC02LjMgMTMuNC0xMy4yIDI2LjgtMjAuNyAzOS45em0zMi4zLTEzYzUuNCAxMy40IDEwIDI2LjggMTMuOCAzOS44LTEzLjEgMy4yLTI2LjkgNS45LTQxLjIgOCA0LjktNy43IDkuOC0xNS42IDE0LjQtMjMuNyA0LjYtOCA4LjktMTYuMSAxMy0yNC4xek00MjEuMiA0MzBjLTkuMy05LjYtMTguNi0yMC4zLTI3LjgtMzIgOSAuNCAxOC4yLjcgMjcuNS43IDkuNCAwIDE4LjctLjIgMjcuOC0uNy05IDExLjctMTguMyAyMi40LTI3LjUgMzJ6bS03NC40LTU4LjljLTE0LjItMi4xLTI3LjktNC43LTQxLTcuOSAzLjctMTIuOSA4LjMtMjYuMiAxMy41LTM5LjUgNC4xIDggOC40IDE2IDEzLjEgMjQgNC43IDggOS41IDE1LjggMTQuNCAyMy40ek00MjAuNyAxNjNjOS4zIDkuNiAxOC42IDIwLjMgMjcuOCAzMi05LS40LTE4LjItLjctMjcuNS0uNy05LjQgMC0xOC43LjItMjcuOC43IDktMTEuNyAxOC4zLTIyLjQgMjcuNS0zMnptLTc0IDU4LjljLTQuOSA3LjctOS44IDE1LjYtMTQuNCAyMy43LTQuNiA4LTguOSAxNi0xMyAyNC01LjQtMTMuNC0xMC0yNi44LTEzLjgtMzkuOCAxMy4xLTMuMSAyNi45LTUuOCA0MS4yLTcuOXptLTkwLjUgMTI1LjJjLTM1LjQtMTUuMS01OC4zLTM0LjktNTguMy01MC42IDAtMTUuNyAyMi45LTM1LjYgNTguMy01MC42IDguNi0zLjcgMTgtNyAyNy43LTEwLjEgNS43IDE5LjYgMTMuMiA0MCAyMi41IDYwLjktOS4yIDIwLjgtMTYuNiA0MS4xLTIyLjIgNjAuNi05LjktMy4xLTE5LjMtNi41LTI4LTEwLjJ6TTMxMCA0OTBjLTEzLjYtNy44LTE5LjUtMzcuNS0xNC45LTc1LjcgMS4xLTkuNCAyLjktMTkuMyA1LjEtMjkuNCAxOS42IDQuOCA0MSA4LjUgNjMuNSAxMC45IDEzLjUgMTguNSAyNy41IDM1LjMgNDEuNiA1MC0zMi42IDMwLjMtNjMuMiA0Ni45LTg0IDQ2LjktNC41LS4xLTguMy0xLTExLjMtMi43em0yMzcuMi03Ni4yYzQuNyAzOC4yLTEuMSA2Ny45LTE0LjYgNzUuOC0zIDEuOC02LjkgMi42LTExLjUgMi42LTIwLjcgMC01MS40LTE2LjUtODQtNDYuNiAxNC0xNC43IDI4LTMxLjQgNDEuMy00OS45IDIyLjYtMi40IDQ0LTYuMSA2My42LTExIDIuMyAxMC4xIDQuMSAxOS44IDUuMiAyOS4xem0zOC41LTY2LjdjLTguNiAzLjctMTggNy0yNy43IDEwLjEtNS43LTE5LjYtMTMuMi00MC0yMi41LTYwLjkgOS4yLTIwLjggMTYuNi00MS4xIDIyLjItNjAuNiA5LjkgMy4xIDE5LjMgNi41IDI4LjEgMTAuMiAzNS40IDE1LjEgNTguMyAzNC45IDU4LjMgNTAuNi0uMSAxNS43LTIzIDM1LjYtNTguNCA1MC42ek0zMjAuOCA3OC40eiIvPgogICAgPGNpcmNsZSBjeD0iNDIwLjkiIGN5PSIyOTYuNSIgcj0iNDUuNyIvPgogIDwvZz4KPC9zdmc+Cg==); + --jp-icon-redo: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjE2Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE4LjQgMTAuNkMxNi41NSA4Ljk5IDE0LjE1IDggMTEuNSA4Yy00LjY1IDAtOC41OCAzLjAzLTkuOTYgNy4yMkwzLjkgMTZjMS4wNS0zLjE5IDQuMDUtNS41IDcuNi01LjUgMS45NSAwIDMuNzMuNzIgNS4xMiAxLjg4TDEzIDE2aDlWN2wtMy42IDMuNnoiLz4KICA8L2c+Cjwvc3ZnPgo=); --jp-icon-refresh: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTkgMTMuNWMtMi40OSAwLTQuNS0yLjAxLTQuNS00LjVTNi41MSA0LjUgOSA0LjVjMS4yNCAwIDIuMzYuNTIgMy4xNyAxLjMzTDEwIDhoNVYzbC0xLjc2IDEuNzZDMTIuMTUgMy42OCAxMC42NiAzIDkgMyA1LjY5IDMgMy4wMSA1LjY5IDMuMDEgOVM1LjY5IDE1IDkgMTVjMi45NyAwIDUuNDMtMi4xNiA1LjktNWgtMS41MmMtLjQ2IDItMi4yNCAzLjUtNC4zOCAzLjV6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=); --jp-icon-regex: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8ZyBjbGFzcz0ianAtaWNvbjIiIGZpbGw9IiM0MTQxNDEiPgogICAgPHJlY3QgeD0iMiIgeT0iMiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ii8+CiAgPC9nPgoKICA8ZyBjbGFzcz0ianAtaWNvbi1hY2NlbnQyIiBmaWxsPSIjRkZGIj4KICAgIDxjaXJjbGUgY2xhc3M9InN0MiIgY3g9IjUuNSIgY3k9IjE0LjUiIHI9IjEuNSIvPgogICAgPHJlY3QgeD0iMTIiIHk9IjQiIGNsYXNzPSJzdDIiIHdpZHRoPSIxIiBoZWlnaHQ9IjgiLz4KICAgIDxyZWN0IHg9IjguNSIgeT0iNy41IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjg2NiAtMC41IDAuNSAwLjg2NiAtMi4zMjU1IDcuMzIxOSkiIGNsYXNzPSJzdDIiIHdpZHRoPSI4IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IHg9IjEyIiB5PSI0IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjUgLTAuODY2IDAuODY2IDAuNSAtMC42Nzc5IDE0LjgyNTIpIiBjbGFzcz0ic3QyIiB3aWR0aD0iMSIgaGVpZ2h0PSI4Ii8+CiAgPC9nPgo8L3N2Zz4K); --jp-icon-run: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTggNXYxNGwxMS03eiIvPgogICAgPC9nPgo8L3N2Zz4K); @@ -8857,8 +9445,12 @@ --jp-icon-spreadsheet: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8cGF0aCBjbGFzcz0ianAtaWNvbi1jb250cmFzdDEganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNENBRjUwIiBkPSJNMi4yIDIuMnYxNy42aDE3LjZWMi4ySDIuMnptMTUuNCA3LjdoLTUuNVY0LjRoNS41djUuNXpNOS45IDQuNHY1LjVINC40VjQuNGg1LjV6bS01LjUgNy43aDUuNXY1LjVINC40di01LjV6bTcuNyA1LjV2LTUuNWg1LjV2NS41aC01LjV6Ii8+Cjwvc3ZnPgo=); --jp-icon-stop: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPgogICAgICAgIDxwYXRoIGQ9Ik02IDZoMTJ2MTJINnoiLz4KICAgIDwvZz4KPC9zdmc+Cg==); --jp-icon-tab: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTIxIDNIM2MtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxOGMxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yem0wIDE2SDNWNWgxMHY0aDh2MTB6Ii8+CiAgPC9nPgo8L3N2Zz4K); + --jp-icon-table-rows: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPgogICAgICAgIDxwYXRoIGQ9Ik0yMSw4SDNWNGgxOFY4eiBNMjEsMTBIM3Y0aDE4VjEweiBNMjEsMTZIM3Y0aDE4VjE2eiIvPgogICAgPC9nPgo8L3N2Zz4=); + --jp-icon-tag: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCA0MyAyOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CgkJPHBhdGggZD0iTTI4LjgzMzIgMTIuMzM0TDMyLjk5OTggMTYuNTAwN0wzNy4xNjY1IDEyLjMzNEgyOC44MzMyWiIvPgoJCTxwYXRoIGQ9Ik0xNi4yMDk1IDIxLjYxMDRDMTUuNjg3MyAyMi4xMjk5IDE0Ljg0NDMgMjIuMTI5OSAxNC4zMjQ4IDIxLjYxMDRMNi45ODI5IDE0LjcyNDVDNi41NzI0IDE0LjMzOTQgNi4wODMxMyAxMy42MDk4IDYuMDQ3ODYgMTMuMDQ4MkM1Ljk1MzQ3IDExLjUyODggNi4wMjAwMiA4LjYxOTQ0IDYuMDY2MjEgNy4wNzY5NUM2LjA4MjgxIDYuNTE0NzcgNi41NTU0OCA2LjA0MzQ3IDcuMTE4MDQgNi4wMzA1NUM5LjA4ODYzIDUuOTg0NzMgMTMuMjYzOCA1LjkzNTc5IDEzLjY1MTggNi4zMjQyNUwyMS43MzY5IDEzLjYzOUMyMi4yNTYgMTQuMTU4NSAyMS43ODUxIDE1LjQ3MjQgMjEuMjYyIDE1Ljk5NDZMMTYuMjA5NSAyMS42MTA0Wk05Ljc3NTg1IDguMjY1QzkuMzM1NTEgNy44MjU2NiA4LjYyMzUxIDcuODI1NjYgOC4xODI4IDguMjY1QzcuNzQzNDYgOC43MDU3MSA3Ljc0MzQ2IDkuNDE3MzMgOC4xODI4IDkuODU2NjdDOC42MjM4MiAxMC4yOTY0IDkuMzM1ODIgMTAuMjk2NCA5Ljc3NTg1IDkuODU2NjdDMTAuMjE1NiA5LjQxNzMzIDEwLjIxNTYgOC43MDUzMyA5Ljc3NTg1IDguMjY1WiIvPgoJPC9nPgo8L3N2Zz4K); --jp-icon-terminal: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiA+CiAgICA8cmVjdCBjbGFzcz0ianAtaWNvbjIganAtaWNvbi1zZWxlY3RhYmxlIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMikiIGZpbGw9IiMzMzMzMzMiLz4KICAgIDxwYXRoIGNsYXNzPSJqcC1pY29uLWFjY2VudDIganAtaWNvbi1zZWxlY3RhYmxlLWludmVyc2UiIGQ9Ik01LjA1NjY0IDguNzYxNzJDNS4wNTY2NCA4LjU5NzY2IDUuMDMxMjUgOC40NTMxMiA0Ljk4MDQ3IDguMzI4MTJDNC45MzM1OSA4LjE5OTIyIDQuODU1NDcgOC4wODIwMyA0Ljc0NjA5IDcuOTc2NTZDNC42NDA2MiA3Ljg3MTA5IDQuNSA3Ljc3NTM5IDQuMzI0MjIgNy42ODk0NUM0LjE1MjM0IDcuNTk5NjEgMy45NDMzNiA3LjUxMTcyIDMuNjk3MjcgNy40MjU3OEMzLjMwMjczIDcuMjg1MTYgMi45NDMzNiA3LjEzNjcyIDIuNjE5MTQgNi45ODA0N0MyLjI5NDkyIDYuODI0MjIgMi4wMTc1OCA2LjY0MjU4IDEuNzg3MTEgNi40MzU1NUMxLjU2MDU1IDYuMjI4NTIgMS4zODQ3NyA1Ljk4ODI4IDEuMjU5NzcgNS43MTQ4NEMxLjEzNDc3IDUuNDM3NSAxLjA3MjI3IDUuMTA5MzggMS4wNzIyNyA0LjczMDQ3QzEuMDcyMjcgNC4zOTg0NCAxLjEyODkxIDQuMDk1NyAxLjI0MjE5IDMuODIyMjdDMS4zNTU0NyAzLjU0NDkyIDEuNTE1NjIgMy4zMDQ2OSAxLjcyMjY2IDMuMTAxNTZDMS45Mjk2OSAyLjg5ODQ0IDIuMTc5NjkgMi43MzQzNyAyLjQ3MjY2IDIuNjA5MzhDMi43NjU2MiAyLjQ4NDM4IDMuMDkxOCAyLjQwNDMgMy40NTExNyAyLjM2OTE0VjEuMTA5MzhINC4zODg2N1YyLjM4MDg2QzQuNzQwMjMgMi40Mjc3MyA1LjA1NjY0IDIuNTIzNDQgNS4zMzc4OSAyLjY2Nzk3QzUuNjE5MTQgMi44MTI1IDUuODU3NDIgMy4wMDE5NSA2LjA1MjczIDMuMjM2MzNDNi4yNTE5NSAzLjQ2NjggNi40MDQzIDMuNzQwMjMgNi41MDk3NyA0LjA1NjY0QzYuNjE5MTQgNC4zNjkxNCA2LjY3MzgzIDQuNzIwNyA2LjY3MzgzIDUuMTExMzNINS4wNDQ5MkM1LjA0NDkyIDQuNjM4NjcgNC45Mzc1IDQuMjgxMjUgNC43MjI2NiA0LjAzOTA2QzQuNTA3ODEgMy43OTI5NyA0LjIxNjggMy42Njk5MiAzLjg0OTYxIDMuNjY5OTJDMy42NTAzOSAzLjY2OTkyIDMuNDc2NTYgMy42OTcyNyAzLjMyODEyIDMuNzUxOTVDMy4xODM1OSAzLjgwMjczIDMuMDY0NDUgMy44NzY5NSAyLjk3MDcgMy45NzQ2MUMyLjg3Njk1IDQuMDY4MzYgMi44MDY2NCA0LjE3OTY5IDIuNzU5NzcgNC4zMDg1OUMyLjcxNjggNC40Mzc1IDIuNjk1MzEgNC41NzgxMiAyLjY5NTMxIDQuNzMwNDdDMi42OTUzMSA0Ljg4MjgxIDIuNzE2OCA1LjAxOTUzIDIuNzU5NzcgNS4xNDA2MkMyLjgwNjY0IDUuMjU3ODEgMi44ODI4MSA1LjM2NzE5IDIuOTg4MjggNS40Njg3NUMzLjA5NzY2IDUuNTcwMzEgMy4yNDAyMyA1LjY2Nzk3IDMuNDE2MDIgNS43NjE3MkMzLjU5MTggNS44NTE1NiAzLjgxMDU1IDUuOTQzMzYgNC4wNzIyNyA2LjAzNzExQzQuNDY2OCA2LjE4NTU1IDQuODI0MjIgNi4zMzk4NCA1LjE0NDUzIDYuNUM1LjQ2NDg0IDYuNjU2MjUgNS43MzgyOCA2LjgzOTg0IDUuOTY0ODQgNy4wNTA3OEM2LjE5NTMxIDcuMjU3ODEgNi4zNzEwOSA3LjUgNi40OTIxOSA3Ljc3NzM0QzYuNjE3MTkgOC4wNTA3OCA2LjY3OTY5IDguMzc1IDYuNjc5NjkgOC43NUM2LjY3OTY5IDkuMDkzNzUgNi42MjMwNSA5LjQwNDMgNi41MDk3NyA5LjY4MTY0QzYuMzk2NDggOS45NTUwOCA2LjIzNDM4IDEwLjE5MTQgNi4wMjM0NCAxMC4zOTA2QzUuODEyNSAxMC41ODk4IDUuNTU4NTkgMTAuNzUgNS4yNjE3MiAxMC44NzExQzQuOTY0ODQgMTAuOTg4MyA0LjYzMjgxIDExLjA2NDUgNC4yNjU2MiAxMS4wOTk2VjEyLjI0OEgzLjMzMzk4VjExLjA5OTZDMy4wMDE5NSAxMS4wNjg0IDIuNjc5NjkgMTAuOTk2MSAyLjM2NzE5IDEwLjg4MjhDMi4wNTQ2OSAxMC43NjU2IDEuNzc3MzQgMTAuNTk3NyAxLjUzNTE2IDEwLjM3ODlDMS4yOTY4OCAxMC4xNjAyIDEuMTA1NDcgOS44ODQ3NyAwLjk2MDkzOCA5LjU1MjczQzAuODE2NDA2IDkuMjE2OCAwLjc0NDE0MSA4LjgxNDQ1IDAuNzQ0MTQxIDguMzQ1N0gyLjM3ODkxQzIuMzc4OTEgOC42MjY5NSAyLjQxOTkyIDguODYzMjggMi41MDE5NSA5LjA1NDY5QzIuNTgzOTggOS4yNDIxOSAyLjY4OTQ1IDkuMzkyNTggMi44MTgzNiA5LjUwNTg2QzIuOTUxMTcgOS42MTUyMyAzLjEwMTU2IDkuNjkzMzYgMy4yNjk1MyA5Ljc0MDIzQzMuNDM3NSA5Ljc4NzExIDMuNjA5MzggOS44MTA1NSAzLjc4NTE2IDkuODEwNTVDNC4yMDMxMiA5LjgxMDU1IDQuNTE5NTMgOS43MTI4OSA0LjczNDM4IDkuNTE3NThDNC45NDkyMiA5LjMyMjI3IDUuMDU2NjQgOS4wNzAzMSA1LjA1NjY0IDguNzYxNzJaTTEzLjQxOCAxMi4yNzE1SDguMDc0MjJWMTFIMTMuNDE4VjEyLjI3MTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzLjk1MjY0IDYpIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K); --jp-icon-text-editor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIiBkPSJNMTUgMTVIM3YyaDEydi0yem0wLThIM3YyaDEyVjd6TTMgMTNoMTh2LTJIM3Yyem0wIDhoMTh2LTJIM3Yyek0zIDN2MmgxOFYzSDN6Ii8+Cjwvc3ZnPgo=); + --jp-icon-toc: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIj4KICAgIDxwYXRoIGQ9Ik03LDVIMjFWN0g3VjVNNywxM1YxMUgyMVYxM0g3TTQsNC41QTEuNSwxLjUgMCAwLDEgNS41LDZBMS41LDEuNSAwIDAsMSA0LDcuNUExLjUsMS41IDAgMCwxIDIuNSw2QTEuNSwxLjUgMCAwLDEgNCw0LjVNNCwxMC41QTEuNSwxLjUgMCAwLDEgNS41LDEyQTEuNSwxLjUgMCAwLDEgNCwxMy41QTEuNSwxLjUgMCAwLDEgMi41LDEyQTEuNSwxLjUgMCAwLDEgNCwxMC41TTcsMTlWMTdIMjFWMTlIN000LDE2LjVBMS41LDEuNSAwIDAsMSA1LjUsMThBMS41LDEuNSAwIDAsMSA0LDE5LjVBMS41LDEuNSAwIDAsMSAyLjUsMThBMS41LDEuNSAwIDAsMSA0LDE2LjVaIiAvPgogIDwvZz4KPC9zdmc+Cg==); + --jp-icon-tree-view: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPgogICAgICAgIDxwYXRoIGQ9Ik0yMiAxMVYzaC03djNIOVYzSDJ2OGg3VjhoMnYxMGg0djNoN3YtOGgtN3YzaC0yVjhoMnYzeiIvPgogICAgPC9nPgo8L3N2Zz4=); --jp-icon-trusted: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI1Ij4KICAgIDxwYXRoIGNsYXNzPSJqcC1pY29uMiIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMykiIGQ9Ik0xLjg2MDk0IDExLjQ0MDlDMC44MjY0NDggOC43NzAyNyAwLjg2Mzc3OSA2LjA1NzY0IDEuMjQ5MDcgNC4xOTkzMkMyLjQ4MjA2IDMuOTMzNDcgNC4wODA2OCAzLjQwMzQ3IDUuNjAxMDIgMi44NDQ5QzcuMjM1NDkgMi4yNDQ0IDguODU2NjYgMS41ODE1IDkuOTg3NiAxLjA5NTM5QzExLjA1OTcgMS41ODM0MSAxMi42MDk0IDIuMjQ0NCAxNC4yMTggMi44NDMzOUMxNS43NTAzIDMuNDEzOTQgMTcuMzk5NSAzLjk1MjU4IDE4Ljc1MzkgNC4yMTM4NUMxOS4xMzY0IDYuMDcxNzcgMTkuMTcwOSA4Ljc3NzIyIDE4LjEzOSAxMS40NDA5QzE3LjAzMDMgMTQuMzAzMiAxNC42NjY4IDE3LjE4NDQgOS45OTk5OSAxOC45MzU0QzUuMzMzMiAxNy4xODQ0IDIuOTY5NjggMTQuMzAzMiAxLjg2MDk0IDExLjQ0MDlaIi8+CiAgICA8cGF0aCBjbGFzcz0ianAtaWNvbjIiIGZpbGw9IiMzMzMzMzMiIHN0cm9rZT0iIzMzMzMzMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOCA5Ljg2NzE5KSIgZD0iTTIuODYwMTUgNC44NjUzNUwwLjcyNjU0OSAyLjk5OTU5TDAgMy42MzA0NUwyLjg2MDE1IDYuMTMxNTdMOCAwLjYzMDg3Mkw3LjI3ODU3IDBMMi44NjAxNSA0Ljg2NTM1WiIvPgo8L3N2Zz4K); --jp-icon-undo: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTEyLjUgOGMtMi42NSAwLTUuMDUuOTktNi45IDIuNkwyIDd2OWg5bC0zLjYyLTMuNjJjMS4zOS0xLjE2IDMuMTYtMS44OCA1LjEyLTEuODggMy41NCAwIDYuNTUgMi4zMSA3LjYgNS41bDIuMzctLjc4QzIxLjA4IDExLjAzIDE3LjE1IDggMTIuNSA4eiIvPgogIDwvZz4KPC9zdmc+Cg==); --jp-icon-vega: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8ZyBjbGFzcz0ianAtaWNvbjEganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjMjEyMTIxIj4KICAgIDxwYXRoIGQ9Ik0xMC42IDUuNGwyLjItMy4ySDIuMnY3LjNsNC02LjZ6Ii8+CiAgICA8cGF0aCBkPSJNMTUuOCAyLjJsLTQuNCA2LjZMNyA2LjNsLTQuOCA4djUuNWgxNy42VjIuMmgtNHptLTcgMTUuNEg1LjV2LTQuNGgzLjN2NC40em00LjQgMEg5LjhWOS44aDMuNHY3Ljh6bTQuNCAwaC0zLjRWNi41aDMuNHYxMS4xeiIvPgogIDwvZz4KPC9zdmc+Cg==); @@ -8915,12 +9507,18 @@ .jp-CloseIcon { background-image: var(--jp-icon-close); } +.jp-CodeIcon { + background-image: var(--jp-icon-code); +} .jp-ConsoleIcon { background-image: var(--jp-icon-console); } .jp-CopyIcon { background-image: var(--jp-icon-copy); } +.jp-CopyrightIcon { + background-image: var(--jp-icon-copyright); +} .jp-CutIcon { background-image: var(--jp-icon-cut); } @@ -8963,6 +9561,9 @@ .jp-JsonIcon { background-image: var(--jp-icon-json); } +.jp-JuliaIcon { + background-image: var(--jp-icon-julia); +} .jp-JupyterFaviconIcon { background-image: var(--jp-icon-jupyter-favicon); } @@ -9005,12 +9606,21 @@ .jp-NotebookIcon { background-image: var(--jp-icon-notebook); } +.jp-NumberingIcon { + background-image: var(--jp-icon-numbering); +} +.jp-OfflineBoltIcon { + background-image: var(--jp-icon-offline-bolt); +} .jp-PaletteIcon { background-image: var(--jp-icon-palette); } .jp-PasteIcon { background-image: var(--jp-icon-paste); } +.jp-PdfIcon { + background-image: var(--jp-icon-pdf); +} .jp-PythonIcon { background-image: var(--jp-icon-python); } @@ -9020,6 +9630,9 @@ .jp-ReactIcon { background-image: var(--jp-icon-react); } +.jp-RedoIcon { + background-image: var(--jp-icon-redo); +} .jp-RefreshIcon { background-image: var(--jp-icon-refresh); } @@ -9050,12 +9663,24 @@ .jp-TabIcon { background-image: var(--jp-icon-tab); } +.jp-TableRowsIcon { + background-image: var(--jp-icon-table-rows); +} +.jp-TagIcon { + background-image: var(--jp-icon-tag); +} .jp-TerminalIcon { background-image: var(--jp-icon-terminal); } .jp-TextEditorIcon { background-image: var(--jp-icon-text-editor); } +.jp-TocIcon { + background-image: var(--jp-icon-toc); +} +.jp-TreeViewIcon { + background-image: var(--jp-icon-tree-view); +} .jp-TrustedIcon { background-image: var(--jp-icon-trusted); } @@ -9078,10 +9703,6 @@ * (DEPRECATED) Support for consuming icons as CSS background images */ -:root { - --jp-icon-search-white: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTEyLjEsMTAuOWgtMC43bC0wLjItMC4yYzAuOC0wLjksMS4zLTIuMiwxLjMtMy41YzAtMy0yLjQtNS40LTUuNC01LjRTMS44LDQuMiwxLjgsNy4xczIuNCw1LjQsNS40LDUuNCBjMS4zLDAsMi41LTAuNSwzLjUtMS4zbDAuMiwwLjJ2MC43bDQuMSw0LjFsMS4yLTEuMkwxMi4xLDEwLjl6IE03LjEsMTAuOWMtMi4xLDAtMy43LTEuNy0zLjctMy43czEuNy0zLjcsMy43LTMuN3MzLjcsMS43LDMuNywzLjcgUzkuMiwxMC45LDcuMSwxMC45eiIvPgogIDwvZz4KPC9zdmc+Cg==); -} - .jp-Icon, .jp-MaterialIcon { background-position: center; @@ -9638,6 +10259,64 @@ | Distributed under the terms of the Modified BSD License. |----------------------------------------------------------------------------*/ +.jp-switch { + display: flex; + align-items: center; + padding-left: 4px; + padding-right: 4px; + font-size: var(--jp-ui-font-size1); + background-color: transparent; + color: var(--jp-ui-font-color1); + border: none; + height: 20px; +} + +.jp-switch:hover { + background-color: var(--jp-layout-color2); +} + +.jp-switch-label { + margin-right: 5px; +} + +.jp-switch-track { + cursor: pointer; + background-color: var(--jp-border-color1); + -webkit-transition: 0.4s; + transition: 0.4s; + border-radius: 34px; + height: 16px; + width: 35px; + position: relative; +} + +.jp-switch-track::before { + content: ''; + position: absolute; + height: 10px; + width: 10px; + margin: 3px; + left: 0px; + background-color: var(--jp-ui-inverse-font-color1); + -webkit-transition: 0.4s; + transition: 0.4s; + border-radius: 50%; +} + +.jp-switch[aria-checked='true'] .jp-switch-track { + background-color: var(--jp-warn-color0); +} + +.jp-switch[aria-checked='true'] .jp-switch-track::before { + /* track width (35) - margins (3 + 3) - thumb width (10) */ + left: 19px; +} + +/*----------------------------------------------------------------------------- +| Copyright (c) Jupyter Development Team. +| Distributed under the terms of the Modified BSD License. +|----------------------------------------------------------------------------*/ + /* Sibling imports */ /* Override Blueprint's _reset.scss styles */ @@ -9770,13 +10449,6 @@ | Distributed under the terms of the Modified BSD License. |----------------------------------------------------------------------------*/ -/* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */ - -/*----------------------------------------------------------------------------- -| Copyright (c) Jupyter Development Team. -| Distributed under the terms of the Modified BSD License. -|----------------------------------------------------------------------------*/ - .jp-Collapse { display: flex; flex-direction: column; @@ -9829,6 +10501,46 @@ font-size: var(--jp-ui-font-size1); } +/*----------------------------------------------------------------------------- +| Modal variant +|----------------------------------------------------------------------------*/ + +.jp-ModalCommandPalette { + position: absolute; + z-index: 10000; + top: 38px; + left: 30%; + margin: 0; + padding: 4px; + width: 40%; + box-shadow: var(--jp-elevation-z4); + border-radius: 4px; + background: var(--jp-layout-color0); +} + +.jp-ModalCommandPalette .lm-CommandPalette { + max-height: 40vh; +} + +.jp-ModalCommandPalette .lm-CommandPalette .lm-close-icon::after { + display: none; +} + +.jp-ModalCommandPalette .lm-CommandPalette .lm-CommandPalette-header { + display: none; +} + +.jp-ModalCommandPalette .lm-CommandPalette .lm-CommandPalette-item { + margin-left: 4px; + margin-right: 4px; +} + +.jp-ModalCommandPalette + .lm-CommandPalette + .lm-CommandPalette-item.lm-mod-disabled { + display: none; +} + /*----------------------------------------------------------------------------- | Search |----------------------------------------------------------------------------*/ @@ -9852,20 +10564,22 @@ inset 0 0 0 3px var(--jp-input-active-box-shadow-color); } -.lm-CommandPalette-wrapper::after { - content: ' '; +.jp-SearchIconGroup { color: white; background-color: var(--jp-brand-color1); position: absolute; top: 4px; right: 4px; - height: 30px; - width: 10px; - padding: 0px 10px; - background-image: var(--jp-icon-search-white); - background-size: 20px; - background-repeat: no-repeat; - background-position: center; + padding: 5px 5px 1px 5px; +} + +.jp-SearchIconGroup svg { + height: 20px; + width: 20px; +} + +.jp-SearchIconGroup .jp-icon3[fill] { + fill: var(--jp-layout-color0); } .lm-CommandPalette-input { @@ -9882,7 +10596,7 @@ .lm-CommandPalette-input::-webkit-input-placeholder, .lm-CommandPalette-input::-moz-placeholder, .lm-CommandPalette-input:-ms-input-placeholder { - color: var(--jp-ui-font-color3); + color: var(--jp-ui-font-color2); font-size: var(--jp-ui-font-size1); } @@ -9926,15 +10640,29 @@ } .lm-CommandPalette-item.lm-mod-disabled { - color: var(--jp-ui-font-color3); + color: var(--jp-ui-font-color2); } .lm-CommandPalette-item.lm-mod-active { - background: var(--jp-layout-color3); + color: var(--jp-ui-inverse-font-color1); + background: var(--jp-brand-color1); +} + +.lm-CommandPalette-item.lm-mod-active .lm-CommandPalette-itemLabel > mark { + color: var(--jp-ui-inverse-font-color0); +} + +.lm-CommandPalette-item.lm-mod-active .jp-icon-selectable[fill] { + fill: var(--jp-layout-color0); +} + +.lm-CommandPalette-item.lm-mod-active .lm-CommandPalette-itemLabel > mark { + color: var(--jp-ui-inverse-font-color0); } .lm-CommandPalette-item.lm-mod-active:hover:not(.lm-mod-disabled) { - background: var(--jp-layout-color4); + color: var(--jp-ui-inverse-font-color1); + background: var(--jp-brand-color1); } .lm-CommandPalette-item:hover:not(.lm-mod-active):not(.lm-mod-disabled) { @@ -9952,7 +10680,7 @@ } .lm-CommandPalette-item.lm-mod-disabled mark { - color: var(--jp-ui-font-color3); + color: var(--jp-ui-font-color2); } .lm-CommandPalette-item .lm-CommandPalette-itemIcon { @@ -9964,7 +10692,7 @@ } .lm-CommandPalette-item.lm-mod-disabled .lm-CommandPalette-itemIcon { - opacity: 0.4; + opacity: 0.6; } .lm-CommandPalette-item .lm-CommandPalette-itemShortcut { @@ -10040,6 +10768,7 @@ * relative to this base size */ font-size: var(--jp-ui-font-size1); color: var(--jp-ui-font-color1); + resize: both; } .jp-Dialog-button { @@ -10056,7 +10785,16 @@ border: 0; } +button.jp-Dialog-close-button { + padding: 0; + height: 100%; + min-width: unset; + min-height: unset; +} + .jp-Dialog-header { + display: flex; + justify-content: space-between; flex: 0 0 auto; padding-bottom: 12px; font-size: var(--jp-ui-font-size3); @@ -10154,6 +10892,16 @@ background: transparent; } +.jp-Input-Boolean-Dialog { + flex-direction: row-reverse; + align-items: end; + width: 100%; +} + +.jp-Input-Boolean-Dialog > label { + flex: 1 1 auto; +} + /*----------------------------------------------------------------------------- | Copyright (c) 2014-2016, Jupyter Development Team. | @@ -10560,11 +11308,30 @@ -moz-appearance: none; } +input[type='checkbox'].jp-mod-styled { + appearance: checkbox; + -webkit-appearance: checkbox; + -moz-appearance: checkbox; + height: auto; +} + input.jp-mod-styled:focus { border: var(--jp-border-width) solid var(--md-blue-500); box-shadow: inset 0 0 4px var(--md-blue-300); } +.jp-FileDialog-Checkbox { + margin-top: 35px; + display: flex; + flex-direction: row; + align-items: end; + width: 100%; +} + +.jp-FileDialog-Checkbox > label { + flex: 1 1 auto; +} + .jp-select-wrapper { display: flex; position: relative; @@ -10629,6 +11396,7 @@ min-height: var(--jp-toolbar-micro-height); padding: 2px; z-index: 1; + overflow-x: auto; } /* Toolbar items */ @@ -10707,19 +11475,26 @@ color: var(--jp-ui-font-color1); } +#jp-main-dock-panel[data-mode='single-document'] + .jp-MainAreaWidget + > .jp-Toolbar.jp-Toolbar-micro { + padding: 0; + min-height: 0; +} + +#jp-main-dock-panel[data-mode='single-document'] + .jp-MainAreaWidget + > .jp-Toolbar { + border: none; + box-shadow: none; +} + /*----------------------------------------------------------------------------- | Copyright (c) 2014-2017, Jupyter Development Team. | | Distributed under the terms of the Modified BSD License. |----------------------------------------------------------------------------*/ -/*----------------------------------------------------------------------------- -| Copyright (c) Jupyter Development Team. -| Distributed under the terms of the Modified BSD License. -|----------------------------------------------------------------------------*/ - -/* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */ - /*----------------------------------------------------------------------------- | Copyright (c) Jupyter Development Team. | Copyright (c) 2014-2017, PhosphorJS Contributors @@ -10790,18 +11565,6 @@ box-shadow: var(--jp-input-box-shadow); } -/*----------------------------------------------------------------------------- -| Copyright (c) Jupyter Development Team. -| Distributed under the terms of the Modified BSD License. -|----------------------------------------------------------------------------*/ - -/* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */ - -/*----------------------------------------------------------------------------- -| Copyright (c) Jupyter Development Team. -| Distributed under the terms of the Modified BSD License. -|----------------------------------------------------------------------------*/ - /* BASICS */ .CodeMirror { @@ -10968,17 +11731,17 @@ .CodeMirror-scroll { overflow: scroll !important; /* Things will break if this is overridden */ - /* 30px is the magic margin used to hide the element's real scrollbars */ + /* 50px is the magic margin used to hide the element's real scrollbars */ /* See overflow: hidden in .CodeMirror */ - margin-bottom: -30px; margin-right: -30px; - padding-bottom: 30px; + margin-bottom: -50px; margin-right: -50px; + padding-bottom: 50px; height: 100%; outline: none; /* Prevent dragging from highlighting the element */ position: relative; } .CodeMirror-sizer { position: relative; - border-right: 30px solid transparent; + border-right: 50px solid transparent; } /* The fake, visible scrollbars. Used to force redraw during scrolling @@ -10988,6 +11751,7 @@ position: absolute; z-index: 6; display: none; + outline: none; } .CodeMirror-vscrollbar { right: 0; top: 0; @@ -11016,7 +11780,7 @@ height: 100%; display: inline-block; vertical-align: top; - margin-bottom: -30px; + margin-bottom: -50px; } .CodeMirror-gutter-wrapper { position: absolute; @@ -11108,837 +11872,103 @@ .CodeMirror-cursor { position: absolute; - pointer-events: none; -} -.CodeMirror-measure pre { position: static; } - -div.CodeMirror-cursors { - visibility: hidden; - position: relative; - z-index: 3; -} -div.CodeMirror-dragcursors { - visibility: visible; -} - -.CodeMirror-focused div.CodeMirror-cursors { - visibility: visible; -} - -.CodeMirror-selected { background: #d9d9d9; } -.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; } -.CodeMirror-crosshair { cursor: crosshair; } -.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; } -.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; } - -.cm-searching { - background-color: #ffa; - background-color: rgba(255, 255, 0, .4); -} - -/* Used to force a border model for a node */ -.cm-force-border { padding-right: .1px; } - -@media print { - /* Hide the cursor when printing */ - .CodeMirror div.CodeMirror-cursors { - visibility: hidden; - } -} - -/* See issue #2901 */ -.cm-tab-wrap-hack:after { content: ''; } - -/* Help users use markselection to safely style text background */ -span.CodeMirror-selectedtext { background: none; } - -.CodeMirror-dialog { - position: absolute; - left: 0; right: 0; - background: inherit; - z-index: 15; - padding: .1em .8em; - overflow: hidden; - color: inherit; -} - -.CodeMirror-dialog-top { - border-bottom: 1px solid #eee; - top: 0; -} - -.CodeMirror-dialog-bottom { - border-top: 1px solid #eee; - bottom: 0; -} - -.CodeMirror-dialog input { - border: none; - outline: none; - background: transparent; - width: 20em; - color: inherit; - font-family: monospace; -} - -.CodeMirror-dialog button { - font-size: 70%; -} - -.CodeMirror-foldmarker { - color: blue; - text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px; - font-family: arial; - line-height: .3; - cursor: pointer; -} -.CodeMirror-foldgutter { - width: .7em; -} -.CodeMirror-foldgutter-open, -.CodeMirror-foldgutter-folded { - cursor: pointer; -} -.CodeMirror-foldgutter-open:after { - content: "\25BE"; -} -.CodeMirror-foldgutter-folded:after { - content: "\25B8"; -} - -/* - Name: material - Author: Mattia Astorino (http://github.com/equinusocio) - Website: https://material-theme.site/ -*/ - -.cm-s-material.CodeMirror { - background-color: #263238; - color: #EEFFFF; -} - -.cm-s-material .CodeMirror-gutters { - background: #263238; - color: #546E7A; - border: none; -} - -.cm-s-material .CodeMirror-guttermarker, -.cm-s-material .CodeMirror-guttermarker-subtle, -.cm-s-material .CodeMirror-linenumber { - color: #546E7A; -} - -.cm-s-material .CodeMirror-cursor { - border-left: 1px solid #FFCC00; -} - -.cm-s-material div.CodeMirror-selected { - background: rgba(128, 203, 196, 0.2); -} - -.cm-s-material.CodeMirror-focused div.CodeMirror-selected { - background: rgba(128, 203, 196, 0.2); -} - -.cm-s-material .CodeMirror-line::selection, -.cm-s-material .CodeMirror-line>span::selection, -.cm-s-material .CodeMirror-line>span>span::selection { - background: rgba(128, 203, 196, 0.2); -} - -.cm-s-material .CodeMirror-line::-moz-selection, -.cm-s-material .CodeMirror-line>span::-moz-selection, -.cm-s-material .CodeMirror-line>span>span::-moz-selection { - background: rgba(128, 203, 196, 0.2); -} - -.cm-s-material .CodeMirror-activeline-background { - background: rgba(0, 0, 0, 0.5); -} - -.cm-s-material .cm-keyword { - color: #C792EA; -} - -.cm-s-material .cm-operator { - color: #89DDFF; -} - -.cm-s-material .cm-variable-2 { - color: #EEFFFF; -} - -.cm-s-material .cm-variable-3, -.cm-s-material .cm-type { - color: #f07178; -} - -.cm-s-material .cm-builtin { - color: #FFCB6B; -} - -.cm-s-material .cm-atom { - color: #F78C6C; -} - -.cm-s-material .cm-number { - color: #FF5370; -} - -.cm-s-material .cm-def { - color: #82AAFF; -} - -.cm-s-material .cm-string { - color: #C3E88D; -} - -.cm-s-material .cm-string-2 { - color: #f07178; -} - -.cm-s-material .cm-comment { - color: #546E7A; -} - -.cm-s-material .cm-variable { - color: #f07178; -} - -.cm-s-material .cm-tag { - color: #FF5370; -} - -.cm-s-material .cm-meta { - color: #FFCB6B; -} - -.cm-s-material .cm-attribute { - color: #C792EA; -} - -.cm-s-material .cm-property { - color: #C792EA; -} - -.cm-s-material .cm-qualifier { - color: #DECB6B; -} - -.cm-s-material .cm-variable-3, -.cm-s-material .cm-type { - color: #DECB6B; -} - - -.cm-s-material .cm-error { - color: rgba(255, 255, 255, 1.0); - background-color: #FF5370; -} - -.cm-s-material .CodeMirror-matchingbracket { - text-decoration: underline; - color: white !important; -} -/** - * " - * Using Zenburn color palette from the Emacs Zenburn Theme - * https://github.com/bbatsov/zenburn-emacs/blob/master/zenburn-theme.el - * - * Also using parts of https://github.com/xavi/coderay-lighttable-theme - * " - * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/master/zenburn.css - */ - -.cm-s-zenburn .CodeMirror-gutters { background: #3f3f3f !important; } -.cm-s-zenburn .CodeMirror-foldgutter-open, .CodeMirror-foldgutter-folded { color: #999; } -.cm-s-zenburn .CodeMirror-cursor { border-left: 1px solid white; } -.cm-s-zenburn { background-color: #3f3f3f; color: #dcdccc; } -.cm-s-zenburn span.cm-builtin { color: #dcdccc; font-weight: bold; } -.cm-s-zenburn span.cm-comment { color: #7f9f7f; } -.cm-s-zenburn span.cm-keyword { color: #f0dfaf; font-weight: bold; } -.cm-s-zenburn span.cm-atom { color: #bfebbf; } -.cm-s-zenburn span.cm-def { color: #dcdccc; } -.cm-s-zenburn span.cm-variable { color: #dfaf8f; } -.cm-s-zenburn span.cm-variable-2 { color: #dcdccc; } -.cm-s-zenburn span.cm-string { color: #cc9393; } -.cm-s-zenburn span.cm-string-2 { color: #cc9393; } -.cm-s-zenburn span.cm-number { color: #dcdccc; } -.cm-s-zenburn span.cm-tag { color: #93e0e3; } -.cm-s-zenburn span.cm-property { color: #dfaf8f; } -.cm-s-zenburn span.cm-attribute { color: #dfaf8f; } -.cm-s-zenburn span.cm-qualifier { color: #7cb8bb; } -.cm-s-zenburn span.cm-meta { color: #f0dfaf; } -.cm-s-zenburn span.cm-header { color: #f0efd0; } -.cm-s-zenburn span.cm-operator { color: #f0efd0; } -.cm-s-zenburn span.CodeMirror-matchingbracket { box-sizing: border-box; background: transparent; border-bottom: 1px solid; } -.cm-s-zenburn span.CodeMirror-nonmatchingbracket { border-bottom: 1px solid; background: none; } -.cm-s-zenburn .CodeMirror-activeline { background: #000000; } -.cm-s-zenburn .CodeMirror-activeline-background { background: #000000; } -.cm-s-zenburn div.CodeMirror-selected { background: #545454; } -.cm-s-zenburn .CodeMirror-focused div.CodeMirror-selected { background: #4f4f4f; } - -.cm-s-abcdef.CodeMirror { background: #0f0f0f; color: #defdef; } -.cm-s-abcdef div.CodeMirror-selected { background: #515151; } -.cm-s-abcdef .CodeMirror-line::selection, .cm-s-abcdef .CodeMirror-line > span::selection, .cm-s-abcdef .CodeMirror-line > span > span::selection { background: rgba(56, 56, 56, 0.99); } -.cm-s-abcdef .CodeMirror-line::-moz-selection, .cm-s-abcdef .CodeMirror-line > span::-moz-selection, .cm-s-abcdef .CodeMirror-line > span > span::-moz-selection { background: rgba(56, 56, 56, 0.99); } -.cm-s-abcdef .CodeMirror-gutters { background: #555; border-right: 2px solid #314151; } -.cm-s-abcdef .CodeMirror-guttermarker { color: #222; } -.cm-s-abcdef .CodeMirror-guttermarker-subtle { color: azure; } -.cm-s-abcdef .CodeMirror-linenumber { color: #FFFFFF; } -.cm-s-abcdef .CodeMirror-cursor { border-left: 1px solid #00FF00; } - -.cm-s-abcdef span.cm-keyword { color: darkgoldenrod; font-weight: bold; } -.cm-s-abcdef span.cm-atom { color: #77F; } -.cm-s-abcdef span.cm-number { color: violet; } -.cm-s-abcdef span.cm-def { color: #fffabc; } -.cm-s-abcdef span.cm-variable { color: #abcdef; } -.cm-s-abcdef span.cm-variable-2 { color: #cacbcc; } -.cm-s-abcdef span.cm-variable-3, .cm-s-abcdef span.cm-type { color: #def; } -.cm-s-abcdef span.cm-property { color: #fedcba; } -.cm-s-abcdef span.cm-operator { color: #ff0; } -.cm-s-abcdef span.cm-comment { color: #7a7b7c; font-style: italic;} -.cm-s-abcdef span.cm-string { color: #2b4; } -.cm-s-abcdef span.cm-meta { color: #C9F; } -.cm-s-abcdef span.cm-qualifier { color: #FFF700; } -.cm-s-abcdef span.cm-builtin { color: #30aabc; } -.cm-s-abcdef span.cm-bracket { color: #8a8a8a; } -.cm-s-abcdef span.cm-tag { color: #FFDD44; } -.cm-s-abcdef span.cm-attribute { color: #DDFF00; } -.cm-s-abcdef span.cm-error { color: #FF0000; } -.cm-s-abcdef span.cm-header { color: aquamarine; font-weight: bold; } -.cm-s-abcdef span.cm-link { color: blueviolet; } - -.cm-s-abcdef .CodeMirror-activeline-background { background: #314151; } - -/* - - Name: Base16 Default Light - Author: Chris Kempson (http://chriskempson.com) - - CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror) - Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) - -*/ - -.cm-s-base16-light.CodeMirror { background: #f5f5f5; color: #202020; } -.cm-s-base16-light div.CodeMirror-selected { background: #e0e0e0; } -.cm-s-base16-light .CodeMirror-line::selection, .cm-s-base16-light .CodeMirror-line > span::selection, .cm-s-base16-light .CodeMirror-line > span > span::selection { background: #e0e0e0; } -.cm-s-base16-light .CodeMirror-line::-moz-selection, .cm-s-base16-light .CodeMirror-line > span::-moz-selection, .cm-s-base16-light .CodeMirror-line > span > span::-moz-selection { background: #e0e0e0; } -.cm-s-base16-light .CodeMirror-gutters { background: #f5f5f5; border-right: 0px; } -.cm-s-base16-light .CodeMirror-guttermarker { color: #ac4142; } -.cm-s-base16-light .CodeMirror-guttermarker-subtle { color: #b0b0b0; } -.cm-s-base16-light .CodeMirror-linenumber { color: #b0b0b0; } -.cm-s-base16-light .CodeMirror-cursor { border-left: 1px solid #505050; } - -.cm-s-base16-light span.cm-comment { color: #8f5536; } -.cm-s-base16-light span.cm-atom { color: #aa759f; } -.cm-s-base16-light span.cm-number { color: #aa759f; } - -.cm-s-base16-light span.cm-property, .cm-s-base16-light span.cm-attribute { color: #90a959; } -.cm-s-base16-light span.cm-keyword { color: #ac4142; } -.cm-s-base16-light span.cm-string { color: #f4bf75; } - -.cm-s-base16-light span.cm-variable { color: #90a959; } -.cm-s-base16-light span.cm-variable-2 { color: #6a9fb5; } -.cm-s-base16-light span.cm-def { color: #d28445; } -.cm-s-base16-light span.cm-bracket { color: #202020; } -.cm-s-base16-light span.cm-tag { color: #ac4142; } -.cm-s-base16-light span.cm-link { color: #aa759f; } -.cm-s-base16-light span.cm-error { background: #ac4142; color: #505050; } - -.cm-s-base16-light .CodeMirror-activeline-background { background: #DDDCDC; } -.cm-s-base16-light .CodeMirror-matchingbracket { color: #f5f5f5 !important; background-color: #6A9FB5 !important} - -/* - - Name: Base16 Default Dark - Author: Chris Kempson (http://chriskempson.com) - - CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror) - Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) - -*/ - -.cm-s-base16-dark.CodeMirror { background: #151515; color: #e0e0e0; } -.cm-s-base16-dark div.CodeMirror-selected { background: #303030; } -.cm-s-base16-dark .CodeMirror-line::selection, .cm-s-base16-dark .CodeMirror-line > span::selection, .cm-s-base16-dark .CodeMirror-line > span > span::selection { background: rgba(48, 48, 48, .99); } -.cm-s-base16-dark .CodeMirror-line::-moz-selection, .cm-s-base16-dark .CodeMirror-line > span::-moz-selection, .cm-s-base16-dark .CodeMirror-line > span > span::-moz-selection { background: rgba(48, 48, 48, .99); } -.cm-s-base16-dark .CodeMirror-gutters { background: #151515; border-right: 0px; } -.cm-s-base16-dark .CodeMirror-guttermarker { color: #ac4142; } -.cm-s-base16-dark .CodeMirror-guttermarker-subtle { color: #505050; } -.cm-s-base16-dark .CodeMirror-linenumber { color: #505050; } -.cm-s-base16-dark .CodeMirror-cursor { border-left: 1px solid #b0b0b0; } - -.cm-s-base16-dark span.cm-comment { color: #8f5536; } -.cm-s-base16-dark span.cm-atom { color: #aa759f; } -.cm-s-base16-dark span.cm-number { color: #aa759f; } - -.cm-s-base16-dark span.cm-property, .cm-s-base16-dark span.cm-attribute { color: #90a959; } -.cm-s-base16-dark span.cm-keyword { color: #ac4142; } -.cm-s-base16-dark span.cm-string { color: #f4bf75; } - -.cm-s-base16-dark span.cm-variable { color: #90a959; } -.cm-s-base16-dark span.cm-variable-2 { color: #6a9fb5; } -.cm-s-base16-dark span.cm-def { color: #d28445; } -.cm-s-base16-dark span.cm-bracket { color: #e0e0e0; } -.cm-s-base16-dark span.cm-tag { color: #ac4142; } -.cm-s-base16-dark span.cm-link { color: #aa759f; } -.cm-s-base16-dark span.cm-error { background: #ac4142; color: #b0b0b0; } - -.cm-s-base16-dark .CodeMirror-activeline-background { background: #202020; } -.cm-s-base16-dark .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; } - -/* - - Name: dracula - Author: Michael Kaminsky (http://github.com/mkaminsky11) - - Original dracula color scheme by Zeno Rocha (https://github.com/zenorocha/dracula-theme) - -*/ - - -.cm-s-dracula.CodeMirror, .cm-s-dracula .CodeMirror-gutters { - background-color: #282a36 !important; - color: #f8f8f2 !important; - border: none; -} -.cm-s-dracula .CodeMirror-gutters { color: #282a36; } -.cm-s-dracula .CodeMirror-cursor { border-left: solid thin #f8f8f0; } -.cm-s-dracula .CodeMirror-linenumber { color: #6D8A88; } -.cm-s-dracula .CodeMirror-selected { background: rgba(255, 255, 255, 0.10); } -.cm-s-dracula .CodeMirror-line::selection, .cm-s-dracula .CodeMirror-line > span::selection, .cm-s-dracula .CodeMirror-line > span > span::selection { background: rgba(255, 255, 255, 0.10); } -.cm-s-dracula .CodeMirror-line::-moz-selection, .cm-s-dracula .CodeMirror-line > span::-moz-selection, .cm-s-dracula .CodeMirror-line > span > span::-moz-selection { background: rgba(255, 255, 255, 0.10); } -.cm-s-dracula span.cm-comment { color: #6272a4; } -.cm-s-dracula span.cm-string, .cm-s-dracula span.cm-string-2 { color: #f1fa8c; } -.cm-s-dracula span.cm-number { color: #bd93f9; } -.cm-s-dracula span.cm-variable { color: #50fa7b; } -.cm-s-dracula span.cm-variable-2 { color: white; } -.cm-s-dracula span.cm-def { color: #50fa7b; } -.cm-s-dracula span.cm-operator { color: #ff79c6; } -.cm-s-dracula span.cm-keyword { color: #ff79c6; } -.cm-s-dracula span.cm-atom { color: #bd93f9; } -.cm-s-dracula span.cm-meta { color: #f8f8f2; } -.cm-s-dracula span.cm-tag { color: #ff79c6; } -.cm-s-dracula span.cm-attribute { color: #50fa7b; } -.cm-s-dracula span.cm-qualifier { color: #50fa7b; } -.cm-s-dracula span.cm-property { color: #66d9ef; } -.cm-s-dracula span.cm-builtin { color: #50fa7b; } -.cm-s-dracula span.cm-variable-3, .cm-s-dracula span.cm-type { color: #ffb86c; } - -.cm-s-dracula .CodeMirror-activeline-background { background: rgba(255,255,255,0.1); } -.cm-s-dracula .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; } - -/* - - Name: Hopscotch - Author: Jan T. Sott - - CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror) - Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) - -*/ - -.cm-s-hopscotch.CodeMirror {background: #322931; color: #d5d3d5;} -.cm-s-hopscotch div.CodeMirror-selected {background: #433b42 !important;} -.cm-s-hopscotch .CodeMirror-gutters {background: #322931; border-right: 0px;} -.cm-s-hopscotch .CodeMirror-linenumber {color: #797379;} -.cm-s-hopscotch .CodeMirror-cursor {border-left: 1px solid #989498 !important;} - -.cm-s-hopscotch span.cm-comment {color: #b33508;} -.cm-s-hopscotch span.cm-atom {color: #c85e7c;} -.cm-s-hopscotch span.cm-number {color: #c85e7c;} - -.cm-s-hopscotch span.cm-property, .cm-s-hopscotch span.cm-attribute {color: #8fc13e;} -.cm-s-hopscotch span.cm-keyword {color: #dd464c;} -.cm-s-hopscotch span.cm-string {color: #fdcc59;} - -.cm-s-hopscotch span.cm-variable {color: #8fc13e;} -.cm-s-hopscotch span.cm-variable-2 {color: #1290bf;} -.cm-s-hopscotch span.cm-def {color: #fd8b19;} -.cm-s-hopscotch span.cm-error {background: #dd464c; color: #989498;} -.cm-s-hopscotch span.cm-bracket {color: #d5d3d5;} -.cm-s-hopscotch span.cm-tag {color: #dd464c;} -.cm-s-hopscotch span.cm-link {color: #c85e7c;} - -.cm-s-hopscotch .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;} -.cm-s-hopscotch .CodeMirror-activeline-background { background: #302020; } - -/****************************************************************/ -/* Based on mbonaci's Brackets mbo theme */ -/* https://github.com/mbonaci/global/blob/master/Mbo.tmTheme */ -/* Create your own: http://tmtheme-editor.herokuapp.com */ -/****************************************************************/ - -.cm-s-mbo.CodeMirror { background: #2c2c2c; color: #ffffec; } -.cm-s-mbo div.CodeMirror-selected { background: #716C62; } -.cm-s-mbo .CodeMirror-line::selection, .cm-s-mbo .CodeMirror-line > span::selection, .cm-s-mbo .CodeMirror-line > span > span::selection { background: rgba(113, 108, 98, .99); } -.cm-s-mbo .CodeMirror-line::-moz-selection, .cm-s-mbo .CodeMirror-line > span::-moz-selection, .cm-s-mbo .CodeMirror-line > span > span::-moz-selection { background: rgba(113, 108, 98, .99); } -.cm-s-mbo .CodeMirror-gutters { background: #4e4e4e; border-right: 0px; } -.cm-s-mbo .CodeMirror-guttermarker { color: white; } -.cm-s-mbo .CodeMirror-guttermarker-subtle { color: grey; } -.cm-s-mbo .CodeMirror-linenumber { color: #dadada; } -.cm-s-mbo .CodeMirror-cursor { border-left: 1px solid #ffffec; } - -.cm-s-mbo span.cm-comment { color: #95958a; } -.cm-s-mbo span.cm-atom { color: #00a8c6; } -.cm-s-mbo span.cm-number { color: #00a8c6; } - -.cm-s-mbo span.cm-property, .cm-s-mbo span.cm-attribute { color: #9ddfe9; } -.cm-s-mbo span.cm-keyword { color: #ffb928; } -.cm-s-mbo span.cm-string { color: #ffcf6c; } -.cm-s-mbo span.cm-string.cm-property { color: #ffffec; } - -.cm-s-mbo span.cm-variable { color: #ffffec; } -.cm-s-mbo span.cm-variable-2 { color: #00a8c6; } -.cm-s-mbo span.cm-def { color: #ffffec; } -.cm-s-mbo span.cm-bracket { color: #fffffc; font-weight: bold; } -.cm-s-mbo span.cm-tag { color: #9ddfe9; } -.cm-s-mbo span.cm-link { color: #f54b07; } -.cm-s-mbo span.cm-error { border-bottom: #636363; color: #ffffec; } -.cm-s-mbo span.cm-qualifier { color: #ffffec; } - -.cm-s-mbo .CodeMirror-activeline-background { background: #494b41; } -.cm-s-mbo .CodeMirror-matchingbracket { color: #ffb928 !important; } -.cm-s-mbo .CodeMirror-matchingtag { background: rgba(255, 255, 255, .37); } - -/* - MDN-LIKE Theme - Mozilla - Ported to CodeMirror by Peter Kroon - Report bugs/issues here: https://github.com/codemirror/CodeMirror/issues - GitHub: @peterkroon - - The mdn-like theme is inspired on the displayed code examples at: https://developer.mozilla.org/en-US/docs/Web/CSS/animation - -*/ -.cm-s-mdn-like.CodeMirror { color: #999; background-color: #fff; } -.cm-s-mdn-like div.CodeMirror-selected { background: #cfc; } -.cm-s-mdn-like .CodeMirror-line::selection, .cm-s-mdn-like .CodeMirror-line > span::selection, .cm-s-mdn-like .CodeMirror-line > span > span::selection { background: #cfc; } -.cm-s-mdn-like .CodeMirror-line::-moz-selection, .cm-s-mdn-like .CodeMirror-line > span::-moz-selection, .cm-s-mdn-like .CodeMirror-line > span > span::-moz-selection { background: #cfc; } - -.cm-s-mdn-like .CodeMirror-gutters { background: #f8f8f8; border-left: 6px solid rgba(0,83,159,0.65); color: #333; } -.cm-s-mdn-like .CodeMirror-linenumber { color: #aaa; padding-left: 8px; } -.cm-s-mdn-like .CodeMirror-cursor { border-left: 2px solid #222; } - -.cm-s-mdn-like .cm-keyword { color: #6262FF; } -.cm-s-mdn-like .cm-atom { color: #F90; } -.cm-s-mdn-like .cm-number { color: #ca7841; } -.cm-s-mdn-like .cm-def { color: #8DA6CE; } -.cm-s-mdn-like span.cm-variable-2, .cm-s-mdn-like span.cm-tag { color: #690; } -.cm-s-mdn-like span.cm-variable-3, .cm-s-mdn-like span.cm-def, .cm-s-mdn-like span.cm-type { color: #07a; } - -.cm-s-mdn-like .cm-variable { color: #07a; } -.cm-s-mdn-like .cm-property { color: #905; } -.cm-s-mdn-like .cm-qualifier { color: #690; } - -.cm-s-mdn-like .cm-operator { color: #cda869; } -.cm-s-mdn-like .cm-comment { color:#777; font-weight:normal; } -.cm-s-mdn-like .cm-string { color:#07a; font-style:italic; } -.cm-s-mdn-like .cm-string-2 { color:#bd6b18; } /*?*/ -.cm-s-mdn-like .cm-meta { color: #000; } /*?*/ -.cm-s-mdn-like .cm-builtin { color: #9B7536; } /*?*/ -.cm-s-mdn-like .cm-tag { color: #997643; } -.cm-s-mdn-like .cm-attribute { color: #d6bb6d; } /*?*/ -.cm-s-mdn-like .cm-header { color: #FF6400; } -.cm-s-mdn-like .cm-hr { color: #AEAEAE; } -.cm-s-mdn-like .cm-link { color:#ad9361; font-style:italic; text-decoration:none; } -.cm-s-mdn-like .cm-error { border-bottom: 1px solid red; } - -div.cm-s-mdn-like .CodeMirror-activeline-background { background: #efefff; } -div.cm-s-mdn-like span.CodeMirror-matchingbracket { outline:1px solid grey; color: inherit; } - -.cm-s-mdn-like.CodeMirror { background-image: url(data:image/png;base64,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); } - -/* - - Name: seti - Author: Michael Kaminsky (http://github.com/mkaminsky11) - - Original seti color scheme by Jesse Weed (https://github.com/jesseweed/seti-syntax) - -*/ - - -.cm-s-seti.CodeMirror { - background-color: #151718 !important; - color: #CFD2D1 !important; - border: none; -} -.cm-s-seti .CodeMirror-gutters { - color: #404b53; - background-color: #0E1112; - border: none; -} -.cm-s-seti .CodeMirror-cursor { border-left: solid thin #f8f8f0; } -.cm-s-seti .CodeMirror-linenumber { color: #6D8A88; } -.cm-s-seti.CodeMirror-focused div.CodeMirror-selected { background: rgba(255, 255, 255, 0.10); } -.cm-s-seti .CodeMirror-line::selection, .cm-s-seti .CodeMirror-line > span::selection, .cm-s-seti .CodeMirror-line > span > span::selection { background: rgba(255, 255, 255, 0.10); } -.cm-s-seti .CodeMirror-line::-moz-selection, .cm-s-seti .CodeMirror-line > span::-moz-selection, .cm-s-seti .CodeMirror-line > span > span::-moz-selection { background: rgba(255, 255, 255, 0.10); } -.cm-s-seti span.cm-comment { color: #41535b; } -.cm-s-seti span.cm-string, .cm-s-seti span.cm-string-2 { color: #55b5db; } -.cm-s-seti span.cm-number { color: #cd3f45; } -.cm-s-seti span.cm-variable { color: #55b5db; } -.cm-s-seti span.cm-variable-2 { color: #a074c4; } -.cm-s-seti span.cm-def { color: #55b5db; } -.cm-s-seti span.cm-keyword { color: #ff79c6; } -.cm-s-seti span.cm-operator { color: #9fca56; } -.cm-s-seti span.cm-keyword { color: #e6cd69; } -.cm-s-seti span.cm-atom { color: #cd3f45; } -.cm-s-seti span.cm-meta { color: #55b5db; } -.cm-s-seti span.cm-tag { color: #55b5db; } -.cm-s-seti span.cm-attribute { color: #9fca56; } -.cm-s-seti span.cm-qualifier { color: #9fca56; } -.cm-s-seti span.cm-property { color: #a074c4; } -.cm-s-seti span.cm-variable-3, .cm-s-seti span.cm-type { color: #9fca56; } -.cm-s-seti span.cm-builtin { color: #9fca56; } -.cm-s-seti .CodeMirror-activeline-background { background: #101213; } -.cm-s-seti .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; } - -/* -Solarized theme for code-mirror -http://ethanschoonover.com/solarized -*/ - -/* -Solarized color palette -http://ethanschoonover.com/solarized/img/solarized-palette.png -*/ - -.solarized.base03 { color: #002b36; } -.solarized.base02 { color: #073642; } -.solarized.base01 { color: #586e75; } -.solarized.base00 { color: #657b83; } -.solarized.base0 { color: #839496; } -.solarized.base1 { color: #93a1a1; } -.solarized.base2 { color: #eee8d5; } -.solarized.base3 { color: #fdf6e3; } -.solarized.solar-yellow { color: #b58900; } -.solarized.solar-orange { color: #cb4b16; } -.solarized.solar-red { color: #dc322f; } -.solarized.solar-magenta { color: #d33682; } -.solarized.solar-violet { color: #6c71c4; } -.solarized.solar-blue { color: #268bd2; } -.solarized.solar-cyan { color: #2aa198; } -.solarized.solar-green { color: #859900; } - -/* Color scheme for code-mirror */ - -.cm-s-solarized { - line-height: 1.45em; - color-profile: sRGB; - rendering-intent: auto; -} -.cm-s-solarized.cm-s-dark { - color: #839496; - background-color: #002b36; - text-shadow: #002b36 0 1px; -} -.cm-s-solarized.cm-s-light { - background-color: #fdf6e3; - color: #657b83; - text-shadow: #eee8d5 0 1px; -} - -.cm-s-solarized .CodeMirror-widget { - text-shadow: none; -} - -.cm-s-solarized .cm-header { color: #586e75; } -.cm-s-solarized .cm-quote { color: #93a1a1; } - -.cm-s-solarized .cm-keyword { color: #cb4b16; } -.cm-s-solarized .cm-atom { color: #d33682; } -.cm-s-solarized .cm-number { color: #d33682; } -.cm-s-solarized .cm-def { color: #2aa198; } - -.cm-s-solarized .cm-variable { color: #839496; } -.cm-s-solarized .cm-variable-2 { color: #b58900; } -.cm-s-solarized .cm-variable-3, .cm-s-solarized .cm-type { color: #6c71c4; } - -.cm-s-solarized .cm-property { color: #2aa198; } -.cm-s-solarized .cm-operator { color: #6c71c4; } - -.cm-s-solarized .cm-comment { color: #586e75; font-style:italic; } - -.cm-s-solarized .cm-string { color: #859900; } -.cm-s-solarized .cm-string-2 { color: #b58900; } - -.cm-s-solarized .cm-meta { color: #859900; } -.cm-s-solarized .cm-qualifier { color: #b58900; } -.cm-s-solarized .cm-builtin { color: #d33682; } -.cm-s-solarized .cm-bracket { color: #cb4b16; } -.cm-s-solarized .CodeMirror-matchingbracket { color: #859900; } -.cm-s-solarized .CodeMirror-nonmatchingbracket { color: #dc322f; } -.cm-s-solarized .cm-tag { color: #93a1a1; } -.cm-s-solarized .cm-attribute { color: #2aa198; } -.cm-s-solarized .cm-hr { - color: transparent; - border-top: 1px solid #586e75; - display: block; -} -.cm-s-solarized .cm-link { color: #93a1a1; cursor: pointer; } -.cm-s-solarized .cm-special { color: #6c71c4; } -.cm-s-solarized .cm-em { - color: #999; - text-decoration: underline; - text-decoration-style: dotted; -} -.cm-s-solarized .cm-error, -.cm-s-solarized .cm-invalidchar { - color: #586e75; - border-bottom: 1px dotted #dc322f; + pointer-events: none; } +.CodeMirror-measure pre { position: static; } -.cm-s-solarized.cm-s-dark div.CodeMirror-selected { background: #073642; } -.cm-s-solarized.cm-s-dark.CodeMirror ::selection { background: rgba(7, 54, 66, 0.99); } -.cm-s-solarized.cm-s-dark .CodeMirror-line::-moz-selection, .cm-s-dark .CodeMirror-line > span::-moz-selection, .cm-s-dark .CodeMirror-line > span > span::-moz-selection { background: rgba(7, 54, 66, 0.99); } +div.CodeMirror-cursors { + visibility: hidden; + position: relative; + z-index: 3; +} +div.CodeMirror-dragcursors { + visibility: visible; +} -.cm-s-solarized.cm-s-light div.CodeMirror-selected { background: #eee8d5; } -.cm-s-solarized.cm-s-light .CodeMirror-line::selection, .cm-s-light .CodeMirror-line > span::selection, .cm-s-light .CodeMirror-line > span > span::selection { background: #eee8d5; } -.cm-s-solarized.cm-s-light .CodeMirror-line::-moz-selection, .cm-s-ligh .CodeMirror-line > span::-moz-selection, .cm-s-ligh .CodeMirror-line > span > span::-moz-selection { background: #eee8d5; } +.CodeMirror-focused div.CodeMirror-cursors { + visibility: visible; +} -/* Editor styling */ +.CodeMirror-selected { background: #d9d9d9; } +.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; } +.CodeMirror-crosshair { cursor: crosshair; } +.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; } +.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; } +.cm-searching { + background-color: #ffa; + background-color: rgba(255, 255, 0, .4); +} +/* Used to force a border model for a node */ +.cm-force-border { padding-right: .1px; } -/* Little shadow on the view-port of the buffer view */ -.cm-s-solarized.CodeMirror { - -moz-box-shadow: inset 7px 0 12px -6px #000; - -webkit-box-shadow: inset 7px 0 12px -6px #000; - box-shadow: inset 7px 0 12px -6px #000; +@media print { + /* Hide the cursor when printing */ + .CodeMirror div.CodeMirror-cursors { + visibility: hidden; + } } -/* Remove gutter border */ -.cm-s-solarized .CodeMirror-gutters { - border-right: 0; -} +/* See issue #2901 */ +.cm-tab-wrap-hack:after { content: ''; } -/* Gutter colors and line number styling based of color scheme (dark / light) */ +/* Help users use markselection to safely style text background */ +span.CodeMirror-selectedtext { background: none; } -/* Dark */ -.cm-s-solarized.cm-s-dark .CodeMirror-gutters { - background-color: #073642; +.CodeMirror-dialog { + position: absolute; + left: 0; right: 0; + background: inherit; + z-index: 15; + padding: .1em .8em; + overflow: hidden; + color: inherit; } -.cm-s-solarized.cm-s-dark .CodeMirror-linenumber { - color: #586e75; - text-shadow: #021014 0 -1px; +.CodeMirror-dialog-top { + border-bottom: 1px solid #eee; + top: 0; } -/* Light */ -.cm-s-solarized.cm-s-light .CodeMirror-gutters { - background-color: #eee8d5; +.CodeMirror-dialog-bottom { + border-top: 1px solid #eee; + bottom: 0; } -.cm-s-solarized.cm-s-light .CodeMirror-linenumber { - color: #839496; +.CodeMirror-dialog input { + border: none; + outline: none; + background: transparent; + width: 20em; + color: inherit; + font-family: monospace; } -/* Common */ -.cm-s-solarized .CodeMirror-linenumber { - padding: 0 5px; +.CodeMirror-dialog button { + font-size: 70%; } -.cm-s-solarized .CodeMirror-guttermarker-subtle { color: #586e75; } -.cm-s-solarized.cm-s-dark .CodeMirror-guttermarker { color: #ddd; } -.cm-s-solarized.cm-s-light .CodeMirror-guttermarker { color: #cb4b16; } -.cm-s-solarized .CodeMirror-gutter .CodeMirror-gutter-text { - color: #586e75; +.CodeMirror-foldmarker { + color: blue; + text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px; + font-family: arial; + line-height: .3; + cursor: pointer; } - -/* Cursor */ -.cm-s-solarized .CodeMirror-cursor { border-left: 1px solid #819090; } - -/* Fat cursor */ -.cm-s-solarized.cm-s-light.cm-fat-cursor .CodeMirror-cursor { background: #77ee77; } -.cm-s-solarized.cm-s-light .cm-animate-fat-cursor { background-color: #77ee77; } -.cm-s-solarized.cm-s-dark.cm-fat-cursor .CodeMirror-cursor { background: #586e75; } -.cm-s-solarized.cm-s-dark .cm-animate-fat-cursor { background-color: #586e75; } - -/* Active line */ -.cm-s-solarized.cm-s-dark .CodeMirror-activeline-background { - background: rgba(255, 255, 255, 0.06); +.CodeMirror-foldgutter { + width: .7em; } -.cm-s-solarized.cm-s-light .CodeMirror-activeline-background { - background: rgba(0, 0, 0, 0.06); +.CodeMirror-foldgutter-open, +.CodeMirror-foldgutter-folded { + cursor: pointer; +} +.CodeMirror-foldgutter-open:after { + content: "\25BE"; +} +.CodeMirror-foldgutter-folded:after { + content: "\25B8"; } - -.cm-s-the-matrix.CodeMirror { background: #000000; color: #00FF00; } -.cm-s-the-matrix div.CodeMirror-selected { background: #2D2D2D; } -.cm-s-the-matrix .CodeMirror-line::selection, .cm-s-the-matrix .CodeMirror-line > span::selection, .cm-s-the-matrix .CodeMirror-line > span > span::selection { background: rgba(45, 45, 45, 0.99); } -.cm-s-the-matrix .CodeMirror-line::-moz-selection, .cm-s-the-matrix .CodeMirror-line > span::-moz-selection, .cm-s-the-matrix .CodeMirror-line > span > span::-moz-selection { background: rgba(45, 45, 45, 0.99); } -.cm-s-the-matrix .CodeMirror-gutters { background: #060; border-right: 2px solid #00FF00; } -.cm-s-the-matrix .CodeMirror-guttermarker { color: #0f0; } -.cm-s-the-matrix .CodeMirror-guttermarker-subtle { color: white; } -.cm-s-the-matrix .CodeMirror-linenumber { color: #FFFFFF; } -.cm-s-the-matrix .CodeMirror-cursor { border-left: 1px solid #00FF00; } - -.cm-s-the-matrix span.cm-keyword { color: #008803; font-weight: bold; } -.cm-s-the-matrix span.cm-atom { color: #3FF; } -.cm-s-the-matrix span.cm-number { color: #FFB94F; } -.cm-s-the-matrix span.cm-def { color: #99C; } -.cm-s-the-matrix span.cm-variable { color: #F6C; } -.cm-s-the-matrix span.cm-variable-2 { color: #C6F; } -.cm-s-the-matrix span.cm-variable-3, .cm-s-the-matrix span.cm-type { color: #96F; } -.cm-s-the-matrix span.cm-property { color: #62FFA0; } -.cm-s-the-matrix span.cm-operator { color: #999; } -.cm-s-the-matrix span.cm-comment { color: #CCCCCC; } -.cm-s-the-matrix span.cm-string { color: #39C; } -.cm-s-the-matrix span.cm-meta { color: #C9F; } -.cm-s-the-matrix span.cm-qualifier { color: #FFF700; } -.cm-s-the-matrix span.cm-builtin { color: #30a; } -.cm-s-the-matrix span.cm-bracket { color: #cc7; } -.cm-s-the-matrix span.cm-tag { color: #FFBD40; } -.cm-s-the-matrix span.cm-attribute { color: #FFF700; } -.cm-s-the-matrix span.cm-error { color: #FF0000; } - -.cm-s-the-matrix .CodeMirror-activeline-background { background: #040; } - -/* -Copyright (C) 2011 by MarkLogic Corporation -Author: Mike Brevoort - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. -*/ -.cm-s-xq-light span.cm-keyword { line-height: 1em; font-weight: bold; color: #5A5CAD; } -.cm-s-xq-light span.cm-atom { color: #6C8CD5; } -.cm-s-xq-light span.cm-number { color: #164; } -.cm-s-xq-light span.cm-def { text-decoration:underline; } -.cm-s-xq-light span.cm-variable { color: black; } -.cm-s-xq-light span.cm-variable-2 { color:black; } -.cm-s-xq-light span.cm-variable-3, .cm-s-xq-light span.cm-type { color: black; } -.cm-s-xq-light span.cm-property {} -.cm-s-xq-light span.cm-operator {} -.cm-s-xq-light span.cm-comment { color: #0080FF; font-style: italic; } -.cm-s-xq-light span.cm-string { color: red; } -.cm-s-xq-light span.cm-meta { color: yellow; } -.cm-s-xq-light span.cm-qualifier { color: grey; } -.cm-s-xq-light span.cm-builtin { color: #7EA656; } -.cm-s-xq-light span.cm-bracket { color: #cc7; } -.cm-s-xq-light span.cm-tag { color: #3F7F7F; } -.cm-s-xq-light span.cm-attribute { color: #7F007F; } -.cm-s-xq-light span.cm-error { color: #f00; } - -.cm-s-xq-light .CodeMirror-activeline-background { background: #e8f2ff; } -.cm-s-xq-light .CodeMirror-matchingbracket { outline:1px solid grey;color:black !important;background:yellow; } /*----------------------------------------------------------------------------- | Copyright (c) Jupyter Development Team. @@ -11974,12 +12004,7 @@ padding: 0 8px; } -.jp-CodeMirrorEditor-static { - margin: var(--jp-code-padding); -} - -.jp-CodeMirrorEditor, -.jp-CodeMirrorEditor-static { +.jp-CodeMirrorEditor { cursor: text; } @@ -12174,12 +12199,43 @@ background-color: var(--jp-layout-color2); } -/*----------------------------------------------------------------------------- -| Copyright (c) Jupyter Development Team. -| Distributed under the terms of the Modified BSD License. -|----------------------------------------------------------------------------*/ +/* Styles for shared cursors (remote cursor locations and selected ranges) */ +.jp-CodeMirrorEditor .remote-caret { + position: relative; + border-left: 2px solid black; + margin-left: -1px; + margin-right: -1px; + box-sizing: border-box; +} + +.jp-CodeMirrorEditor .remote-caret > div { + white-space: nowrap; + position: absolute; + top: -1.15em; + padding-bottom: 0.05em; + left: -2px; + font-size: 0.95em; + background-color: rgb(250, 129, 0); + font-family: var(--jp-ui-font-family); + font-weight: bold; + line-height: normal; + user-select: none; + color: white; + padding-left: 2px; + padding-right: 2px; + z-index: 3; + transition: opacity 0.3s ease-in-out; +} + +.jp-CodeMirrorEditor .remote-caret.hide-name > div { + transition-delay: 0.7s; + opacity: 0; +} -/* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */ +.jp-CodeMirrorEditor .remote-caret:hover > div { + opacity: 1; + transition-delay: 0s; +} /*----------------------------------------------------------------------------- | Copyright (c) Jupyter Development Team. @@ -12190,6 +12246,13 @@ | RenderedText |----------------------------------------------------------------------------*/ +:root { + /* This is the padding value to fill the gaps between lines containing spans with background color. */ + --jp-private-code-span-padding: calc( + (var(--jp-code-line-height) - 1) * var(--jp-code-font-size) / 2 + ); +} + .jp-RenderedText { text-align: left; padding-left: var(--jp-code-padding); @@ -12205,7 +12268,6 @@ border: none; margin: 0px; padding: 0px; - line-height: normal; } .jp-RenderedText pre a:link { @@ -12249,27 +12311,35 @@ .jp-RenderedText pre .ansi-black-bg { background-color: #3e424d; + padding: var(--jp-private-code-span-padding) 0; } .jp-RenderedText pre .ansi-red-bg { background-color: #e75c58; + padding: var(--jp-private-code-span-padding) 0; } .jp-RenderedText pre .ansi-green-bg { background-color: #00a250; + padding: var(--jp-private-code-span-padding) 0; } .jp-RenderedText pre .ansi-yellow-bg { background-color: #ddb62b; + padding: var(--jp-private-code-span-padding) 0; } .jp-RenderedText pre .ansi-blue-bg { background-color: #208ffb; + padding: var(--jp-private-code-span-padding) 0; } .jp-RenderedText pre .ansi-magenta-bg { background-color: #d160c4; + padding: var(--jp-private-code-span-padding) 0; } .jp-RenderedText pre .ansi-cyan-bg { background-color: #60c6c8; + padding: var(--jp-private-code-span-padding) 0; } .jp-RenderedText pre .ansi-white-bg { background-color: #c5c1b4; + padding: var(--jp-private-code-span-padding) 0; } .jp-RenderedText pre .ansi-black-intense-fg { @@ -12299,27 +12369,35 @@ .jp-RenderedText pre .ansi-black-intense-bg { background-color: #282c36; + padding: var(--jp-private-code-span-padding) 0; } .jp-RenderedText pre .ansi-red-intense-bg { background-color: #b22b31; + padding: var(--jp-private-code-span-padding) 0; } .jp-RenderedText pre .ansi-green-intense-bg { background-color: #007427; + padding: var(--jp-private-code-span-padding) 0; } .jp-RenderedText pre .ansi-yellow-intense-bg { background-color: #b27d12; + padding: var(--jp-private-code-span-padding) 0; } .jp-RenderedText pre .ansi-blue-intense-bg { background-color: #0065ca; + padding: var(--jp-private-code-span-padding) 0; } .jp-RenderedText pre .ansi-magenta-intense-bg { background-color: #a03196; + padding: var(--jp-private-code-span-padding) 0; } .jp-RenderedText pre .ansi-cyan-intense-bg { background-color: #258f8f; + padding: var(--jp-private-code-span-padding) 0; } .jp-RenderedText pre .ansi-white-intense-bg { background-color: #a1a6b2; + padding: var(--jp-private-code-span-padding) 0; } .jp-RenderedText pre .ansi-default-inverse-fg { @@ -12327,6 +12405,7 @@ } .jp-RenderedText pre .ansi-default-inverse-bg { background-color: var(--jp-inverse-layout-color0); + padding: var(--jp-private-code-span-padding) 0; } .jp-RenderedText pre .ansi-bold { @@ -12748,18 +12827,6 @@ | Distributed under the terms of the Modified BSD License. |----------------------------------------------------------------------------*/ -/* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */ - -/*----------------------------------------------------------------------------- -| Copyright (c) Jupyter Development Team. -| Distributed under the terms of the Modified BSD License. -|----------------------------------------------------------------------------*/ - -/*----------------------------------------------------------------------------- -| Copyright (c) Jupyter Development Team. -| Distributed under the terms of the Modified BSD License. -|----------------------------------------------------------------------------*/ - .jp-MimeDocument { outline: none; } @@ -12769,18 +12836,6 @@ | Distributed under the terms of the Modified BSD License. |----------------------------------------------------------------------------*/ -/* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */ - -/*----------------------------------------------------------------------------- -| Copyright (c) Jupyter Development Team. -| Distributed under the terms of the Modified BSD License. -|----------------------------------------------------------------------------*/ - -/*----------------------------------------------------------------------------- -| Copyright (c) Jupyter Development Team. -| Distributed under the terms of the Modified BSD License. -|----------------------------------------------------------------------------*/ - /*----------------------------------------------------------------------------- | Variables |----------------------------------------------------------------------------*/ @@ -12814,7 +12869,7 @@ .jp-BreadCrumbs { flex: 0 0 auto; - margin: 4px 12px; + margin: 8px 12px 8px 12px; } .jp-BreadCrumbs-item { @@ -12843,18 +12898,63 @@ .jp-FileBrowser-toolbar.jp-Toolbar { padding: 0px; + margin: 8px 12px 0px 12px; } .jp-FileBrowser-toolbar.jp-Toolbar { - justify-content: space-evenly; + justify-content: flex-start; } .jp-FileBrowser-toolbar.jp-Toolbar .jp-Toolbar-item { - flex: 1; + flex: 0 0 auto; + padding-left: 0px; + padding-right: 2px; } .jp-FileBrowser-toolbar.jp-Toolbar .jp-ToolbarButtonComponent { - width: 100%; + width: 40px; +} + +.jp-FileBrowser-toolbar.jp-Toolbar + .jp-Toolbar-item:first-child + .jp-ToolbarButtonComponent { + width: 72px; + background: var(--jp-brand-color1); +} + +.jp-FileBrowser-toolbar.jp-Toolbar + .jp-Toolbar-item:first-child + .jp-ToolbarButtonComponent:focus-visible { + background-color: var(--jp-brand-color0); +} + +.jp-FileBrowser-toolbar.jp-Toolbar + .jp-Toolbar-item:first-child + .jp-ToolbarButtonComponent + .jp-icon3 { + fill: white; +} + +/*----------------------------------------------------------------------------- +| Other styles +|----------------------------------------------------------------------------*/ + +.jp-FileDialog.jp-mod-conflict input { + color: var(--jp-error-color1); +} + +.jp-FileDialog .jp-new-name-title { + margin-top: 12px; +} + +.jp-LastModified-hidden { + display: none; +} + +.jp-FileBrowser-filterBox { + padding: 0px; + flex: 0 0 auto; + margin: 8px 12px 0px 12px; } /*----------------------------------------------------------------------------- @@ -12868,6 +12968,10 @@ outline: 0; } +.jp-DirListing:focus-visible { + border: 1px solid var(--jp-brand-color1); +} + .jp-DirListing-header { flex: 0 0 auto; display: flex; @@ -12898,6 +13002,19 @@ text-align: right; } +.jp-id-narrow { + display: none; + flex: 0 0 5px; + padding: 4px 4px; + border-left: var(--jp-border-width) solid var(--jp-border-color2); + text-align: right; + color: var(--jp-border-color2); +} + +.jp-DirListing-narrow .jp-id-narrow { + display: block; +} + .jp-DirListing-narrow .jp-id-modified, .jp-DirListing-narrow .jp-DirListing-itemModified { display: none; @@ -12917,6 +13034,16 @@ background-color: var(--jp-layout-color1); } +.jp-DirListing-content mark { + color: var(--jp-ui-font-color0); + background-color: transparent; + font-weight: bold; +} + +.jp-DirListing-content .jp-DirListing-item.jp-mod-selected mark { + color: var(--jp-ui-inverse-font-color0); +} + /* Style the directory listing content when a user drops a file to upload */ .jp-DirListing.jp-mod-native-drop .jp-DirListing-content { outline: 5px dashed rgba(128, 128, 128, 0.5); @@ -12934,8 +13061,12 @@ user-select: none; } +.jp-DirListing-item[data-is-dot] { + opacity: 75%; +} + .jp-DirListing-item.jp-mod-selected { - color: white; + color: var(--jp-ui-inverse-font-color1); background: var(--jp-brand-color1); } @@ -12972,13 +13103,18 @@ } .jp-DirListing-item.jp-mod-running .jp-DirListing-itemIcon:before { - color: limegreen; + color: var(--jp-success-color1); content: '\25CF'; font-size: 8px; position: absolute; left: -8px; } +.jp-DirListing-item.jp-mod-running.jp-mod-selected + .jp-DirListing-itemIcon:before { + color: var(--jp-ui-inverse-font-color1); +} + .jp-DirListing-item.lm-mod-drag-image, .jp-DirListing-item.jp-mod-selected.lm-mod-drag-image { font-size: var(--jp-ui-font-size1); @@ -13007,21 +13143,6 @@ outline: none; } -.jp-FileDialog.jp-mod-conflict input { - color: red; -} - -.jp-FileDialog .jp-new-name-title { - margin-top: 12px; -} - -/*----------------------------------------------------------------------------- -| Copyright (c) Jupyter Development Team. -| Distributed under the terms of the Modified BSD License. -|----------------------------------------------------------------------------*/ - -/* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */ - /*----------------------------------------------------------------------------- | Copyright (c) Jupyter Development Team. | Distributed under the terms of the Modified BSD License. @@ -13048,6 +13169,10 @@ flex-direction: row; } +body[data-format='mobile'] .jp-OutputArea-child { + flex-direction: column; +} + .jp-OutputPrompt { flex: 0 0 var(--jp-cell-prompt-width); color: var(--jp-cell-outprompt-font-color); @@ -13070,6 +13195,11 @@ user-select: none; } +body[data-format='mobile'] .jp-OutputPrompt { + flex: 0 0 auto; + text-align: left; +} + .jp-OutputArea-output { height: auto; overflow: auto; @@ -13084,6 +13214,10 @@ flex-shrink: 1; } +body[data-format='mobile'] .jp-OutputArea-child .jp-OutputArea-output { + margin-left: var(--jp-notebook-padding); +} + /** * Isolated output. */ @@ -13180,8 +13314,12 @@ flex: 1 1 auto; } -.jp-OutputArea-executeResult.jp-RenderedText { +/* Text output with the Out[] prompt needs a top padding to match the + * alignment of the Out[] prompt itself. + */ +.jp-OutputArea-executeResult .jp-RenderedText.jp-OutputArea-output { padding-top: var(--jp-code-padding); + border-top: var(--jp-border-width) solid transparent; } /*----------------------------------------------------------------------------- @@ -13238,13 +13376,6 @@ | Distributed under the terms of the Modified BSD License. |----------------------------------------------------------------------------*/ -/* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */ - -/*----------------------------------------------------------------------------- -| Copyright (c) Jupyter Development Team. -| Distributed under the terms of the Modified BSD License. -|----------------------------------------------------------------------------*/ - .jp-Collapser { flex: 0 0 var(--jp-cell-collapser-width); padding: 0px; @@ -13300,10 +13431,16 @@ .jp-InputArea { display: flex; flex-direction: row; + overflow: hidden; +} + +body[data-format='mobile'] .jp-InputArea { + flex-direction: column; } .jp-InputArea-editor { flex: 1 1 auto; + overflow: hidden; } .jp-InputArea-editor { @@ -13313,6 +13450,10 @@ background: var(--jp-cell-editor-background); } +body[data-format='mobile'] .jp-InputArea-editor { + margin-left: var(--jp-notebook-padding); +} + .jp-InputPrompt { flex: 0 0 var(--jp-cell-prompt-width); color: var(--jp-cell-inprompt-font-color); @@ -13336,6 +13477,11 @@ user-select: none; } +body[data-format='mobile'] .jp-InputPrompt { + flex: 0 0 auto; + text-align: left; +} + /*----------------------------------------------------------------------------- | Copyright (c) Jupyter Development Team. | Distributed under the terms of the Modified BSD License. @@ -13446,13 +13592,6 @@ margin-top: 5px; } -/* Text output with the Out[] prompt needs a top padding to match the - * alignment of the Out[] prompt itself. - */ -.jp-OutputArea-executeResult .jp-RenderedText.jp-OutputArea-output { - padding-top: var(--jp-code-padding); -} - .jp-CodeCell.jp-mod-outputsScrolled .jp-Cell-outputArea { overflow-y: auto; max-height: 200px; @@ -13487,18 +13626,36 @@ overflow: auto; } -/*----------------------------------------------------------------------------- -| Copyright (c) Jupyter Development Team. -| Distributed under the terms of the Modified BSD License. -|----------------------------------------------------------------------------*/ +.jp-showHiddenCellsButton { + margin-left: calc(var(--jp-cell-prompt-width) + 2 * var(--jp-code-padding)); + margin-top: var(--jp-code-padding); + border: 1px solid var(--jp-border-color2); + background-color: var(--jp-border-color3) !important; + color: var(--jp-content-font-color0) !important; +} + +.jp-showHiddenCellsButton:hover { + background-color: var(--jp-border-color2) !important; +} + +.jp-collapseHeadingButton { + display: none; +} + +.jp-MarkdownCell:hover .jp-collapseHeadingButton { + display: flex; + min-height: var(--jp-cell-collapser-min-height); + position: absolute; + right: 0; + top: 0; + bottom: 0; +} /*----------------------------------------------------------------------------- | Copyright (c) Jupyter Development Team. | Distributed under the terms of the Modified BSD License. |----------------------------------------------------------------------------*/ -/* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */ - /*----------------------------------------------------------------------------- | Copyright (c) Jupyter Development Team. | Distributed under the terms of the Modified BSD License. @@ -13582,12 +13739,21 @@ min-height: var(--jp-notebook-scroll-padding); } +.jp-MainAreaWidget-ContainStrict .jp-Notebook * { + contain: strict; +} + +.jp-Notebook-render * { + contain: none !important; +} + .jp-Notebook .jp-Cell { overflow: visible; } .jp-Notebook .jp-Cell .jp-InputPrompt { cursor: move; + float: left; } /*----------------------------------------------------------------------------- @@ -13623,6 +13789,19 @@ background: var(--jp-brand-color1); } +/* cell is dirty */ +.jp-Notebook .jp-Cell.jp-mod-dirty .jp-InputPrompt { + color: var(--jp-warn-color1); +} +.jp-Notebook .jp-Cell.jp-mod-dirty .jp-InputPrompt:before { + color: var(--jp-warn-color1); + content: '•'; +} + +.jp-Notebook .jp-Cell.jp-mod-active.jp-mod-dirty .jp-Collapser { + background: var(--jp-warn-color1); +} + /* collapser is hovered */ .jp-Notebook .jp-Cell .jp-Collapser:hover { box-shadow: var(--jp-elevation-z2); @@ -13672,7 +13851,7 @@ } .jp-dragImage { - display: flex; + display: block; flex-direction: row; width: var(--jp-private-notebook-dragImage-width); height: var(--jp-private-notebook-dragImage-height); @@ -13784,6 +13963,15 @@ line-height: 1.4; } +.jp-NotebookTools .jp-select-wrapper { + margin-top: 4px; + margin-bottom: 0px; +} + +.jp-NotebookTools .jp-Collapse { + margin-top: 16px; +} + /*----------------------------------------------------------------------------- | Presentation Mode (.jp-mod-presentationMode) |----------------------------------------------------------------------------*/ @@ -13799,16 +13987,87 @@ } /*----------------------------------------------------------------------------- -| Copyright (c) Jupyter Development Team. -| Distributed under the terms of the Modified BSD License. +| Placeholder |----------------------------------------------------------------------------*/ -/* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */ +.jp-Cell-Placeholder { + padding-left: 55px; +} -/*----------------------------------------------------------------------------- -| Copyright (c) Jupyter Development Team. -| Distributed under the terms of the Modified BSD License. -|----------------------------------------------------------------------------*/ +.jp-Cell-Placeholder-wrapper { + background: #fff; + border: 1px solid; + border-color: #e5e6e9 #dfe0e4 #d0d1d5; + border-radius: 4px; + -webkit-border-radius: 4px; + margin: 10px 15px; +} + +.jp-Cell-Placeholder-wrapper-inner { + padding: 15px; + position: relative; +} + +.jp-Cell-Placeholder-wrapper-body { + background-repeat: repeat; + background-size: 50% auto; +} + +.jp-Cell-Placeholder-wrapper-body div { + background: #f6f7f8; + background-image: -webkit-linear-gradient( + left, + #f6f7f8 0%, + #edeef1 20%, + #f6f7f8 40%, + #f6f7f8 100% + ); + background-repeat: no-repeat; + background-size: 800px 104px; + height: 104px; + position: relative; +} + +.jp-Cell-Placeholder-wrapper-body div { + position: absolute; + right: 15px; + left: 15px; + top: 15px; +} + +div.jp-Cell-Placeholder-h1 { + top: 20px; + height: 20px; + left: 15px; + width: 150px; +} + +div.jp-Cell-Placeholder-h2 { + left: 15px; + top: 50px; + height: 10px; + width: 100px; +} + +div.jp-Cell-Placeholder-content-1, +div.jp-Cell-Placeholder-content-2, +div.jp-Cell-Placeholder-content-3 { + left: 15px; + right: 15px; + height: 10px; +} + +div.jp-Cell-Placeholder-content-1 { + top: 100px; +} + +div.jp-Cell-Placeholder-content-2 { + top: 120px; +} + +div.jp-Cell-Placeholder-content-3 { + top: 140px; +} @@ -14032,36 +14291,36 @@ /* Brand/accent */ - --jp-brand-color0: var(--md-blue-700); - --jp-brand-color1: var(--md-blue-500); + --jp-brand-color0: var(--md-blue-900); + --jp-brand-color1: var(--md-blue-700); --jp-brand-color2: var(--md-blue-300); --jp-brand-color3: var(--md-blue-100); --jp-brand-color4: var(--md-blue-50); - --jp-accent-color0: var(--md-green-700); - --jp-accent-color1: var(--md-green-500); + --jp-accent-color0: var(--md-green-900); + --jp-accent-color1: var(--md-green-700); --jp-accent-color2: var(--md-green-300); --jp-accent-color3: var(--md-green-100); /* State colors (warn, error, success, info) */ - --jp-warn-color0: var(--md-orange-700); - --jp-warn-color1: var(--md-orange-500); + --jp-warn-color0: var(--md-orange-900); + --jp-warn-color1: var(--md-orange-700); --jp-warn-color2: var(--md-orange-300); --jp-warn-color3: var(--md-orange-100); - --jp-error-color0: var(--md-red-700); - --jp-error-color1: var(--md-red-500); + --jp-error-color0: var(--md-red-900); + --jp-error-color1: var(--md-red-700); --jp-error-color2: var(--md-red-300); --jp-error-color3: var(--md-red-100); - --jp-success-color0: var(--md-green-700); - --jp-success-color1: var(--md-green-500); + --jp-success-color0: var(--md-green-900); + --jp-success-color1: var(--md-green-700); --jp-success-color2: var(--md-green-300); --jp-success-color3: var(--md-green-100); - --jp-info-color0: var(--md-cyan-700); - --jp-info-color1: var(--md-cyan-500); + --jp-info-color0: var(--md-cyan-900); + --jp-info-color1: var(--md-cyan-700); --jp-info-color2: var(--md-cyan-300); --jp-info-color3: var(--md-cyan-100); @@ -14080,7 +14339,7 @@ --jp-cell-editor-active-border-color: var(--jp-brand-color1); --jp-cell-prompt-width: 64px; - --jp-cell-prompt-font-family: 'Source Code Pro', monospace; + --jp-cell-prompt-font-family: var(--jp-code-font-family-default); --jp-cell-prompt-letter-spacing: 0px; --jp-cell-prompt-opacity: 1; --jp-cell-prompt-not-active-opacity: 0.5; @@ -14132,6 +14391,10 @@ --jp-toolbar-header-margin: 4px 4px 0px 4px; --jp-toolbar-active-background: var(--md-grey-300); + /* Statusbar specific styles */ + + --jp-statusbar-height: 24px; + /* Input field styles */ --jp-input-box-shadow: inset 0 0 2px var(--md-blue-300); @@ -14181,7 +14444,7 @@ /* Sidebar-related styles */ - --jp-sidebar-min-width: 180px; + --jp-sidebar-min-width: 250px; /* Search-related styles */ @@ -14204,33 +14467,91 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Homeworks/Homework-V/Vinichenko_Yevhenii/hw5.ipynb b/Homeworks/Homework-V/Vinichenko_Yevhenii/hw5.ipynb new file mode 100644 index 0000000..5dfc5e0 --- /dev/null +++ b/Homeworks/Homework-V/Vinichenko_Yevhenii/hw5.ipynb @@ -0,0 +1,12454 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "4929b39c", + "metadata": {}, + "source": [ + "# Homework 5" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "619701f0", + "metadata": {}, + "outputs": [], + "source": [ + "import dalex as dx\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as plt\n", + "import warnings\n", + "warnings.filterwarnings('ignore')\n", + "\n", + "from sklearn.ensemble import RandomForestClassifier\n", + "from sklearn.model_selection import train_test_split\n", + "from sklearn.preprocessing import OneHotEncoder, StandardScaler\n", + "from sklearn.pipeline import Pipeline\n", + "from sklearn.metrics import roc_auc_score\n", + "from sklearn.compose import ColumnTransformer" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "e095c2f3", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
hotelis_canceledlead_timearrival_date_yeararrival_date_montharrival_date_week_numberarrival_date_day_of_monthstays_in_weekend_nightsstays_in_week_nightsadults...deposit_typeagentcompanydays_in_waiting_listcustomer_typeadrrequired_car_parking_spacestotal_of_special_requestsreservation_statusreservation_status_date
0Resort Hotel03422015July271002...No DepositNaNNaN0Transient0.000Check-Out2015-07-01
1Resort Hotel07372015July271002...No DepositNaNNaN0Transient0.000Check-Out2015-07-01
2Resort Hotel072015July271011...No DepositNaNNaN0Transient75.000Check-Out2015-07-02
3Resort Hotel0132015July271011...No Deposit304.0NaN0Transient75.000Check-Out2015-07-02
4Resort Hotel0142015July271022...No Deposit240.0NaN0Transient98.001Check-Out2015-07-03
\n", + "

5 rows × 32 columns

\n", + "
" + ], + "text/plain": [ + " hotel is_canceled lead_time arrival_date_year arrival_date_month \\\n", + "0 Resort Hotel 0 342 2015 July \n", + "1 Resort Hotel 0 737 2015 July \n", + "2 Resort Hotel 0 7 2015 July \n", + "3 Resort Hotel 0 13 2015 July \n", + "4 Resort Hotel 0 14 2015 July \n", + "\n", + " arrival_date_week_number arrival_date_day_of_month \\\n", + "0 27 1 \n", + "1 27 1 \n", + "2 27 1 \n", + "3 27 1 \n", + "4 27 1 \n", + "\n", + " stays_in_weekend_nights stays_in_week_nights adults ... deposit_type \\\n", + "0 0 0 2 ... No Deposit \n", + "1 0 0 2 ... No Deposit \n", + "2 0 1 1 ... No Deposit \n", + "3 0 1 1 ... No Deposit \n", + "4 0 2 2 ... No Deposit \n", + "\n", + " agent company days_in_waiting_list customer_type adr \\\n", + "0 NaN NaN 0 Transient 0.0 \n", + "1 NaN NaN 0 Transient 0.0 \n", + "2 NaN NaN 0 Transient 75.0 \n", + "3 304.0 NaN 0 Transient 75.0 \n", + "4 240.0 NaN 0 Transient 98.0 \n", + "\n", + " required_car_parking_spaces total_of_special_requests reservation_status \\\n", + "0 0 0 Check-Out \n", + "1 0 0 Check-Out \n", + "2 0 0 Check-Out \n", + "3 0 0 Check-Out \n", + "4 0 1 Check-Out \n", + "\n", + " reservation_status_date \n", + "0 2015-07-01 \n", + "1 2015-07-01 \n", + "2 2015-07-02 \n", + "3 2015-07-02 \n", + "4 2015-07-03 \n", + "\n", + "[5 rows x 32 columns]" + ] + }, + "execution_count": 3, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data = pd.read_csv('hotel_bookings.csv')\n", + "data.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "c6b556e0", + "metadata": {}, + "outputs": [], + "source": [ + "data = data[['is_canceled', 'lead_time', 'arrival_date_year', 'adults', 'children', 'babies', 'booking_changes',\n", + " 'previous_cancellations', 'is_repeated_guest', 'arrival_date_month', 'deposit_type', 'customer_type']]\n", + "categorical_features = ['arrival_date_month', 'deposit_type', 'customer_type']\n", + "numeric_features = ['lead_time', 'arrival_date_year', 'adults', 'children', 'babies', 'booking_changes',\n", + " 'previous_cancellations', 'is_repeated_guest']\n", + "data = data.dropna()\n", + "X, y = data.loc[:, data.columns != 'is_canceled'], data[['is_canceled']]\n", + "X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.1, random_state=42)" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "1dc07a9a", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "ROC score: 0.8403758492684325\n" + ] + } + ], + "source": [ + "categorical_transformer = OneHotEncoder()\n", + "numeric_transformer = StandardScaler()\n", + "preprocessor = ColumnTransformer(\n", + " transformers=[\n", + " ('categorical', categorical_transformer, categorical_features),\n", + " ('numeric', numeric_transformer, numeric_features)\n", + "])\n", + "forest = Pipeline(steps = [\n", + " ('preprocessor', preprocessor)\n", + " ,('regressor', RandomForestClassifier(random_state=123))\n", + " ])\n", + "\n", + "forest.fit(X_train, y_train)\n", + "print(f'ROC score: {roc_auc_score(y_test, forest.predict_proba(X_test)[:, 1])}')" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "03f96af5", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Preparation of a new explainer is initiated\n", + "\n", + " -> data : 107447 rows 11 cols\n", + " -> target variable : Parameter 'y' was a pandas.DataFrame. Converted to a numpy.ndarray.\n", + " -> target variable : 107447 values\n", + " -> model_class : sklearn.ensemble._forest.RandomForestClassifier (default)\n", + " -> label : random_forest\n", + " -> predict function : will be used (default)\n", + " -> predict function : Accepts only pandas.DataFrame, numpy.ndarray causes problems.\n", + " -> predicted values : min = 0.0, mean = 0.371, max = 1.0\n", + " -> model type : classification will be used (default)\n", + " -> residual function : difference between y and yhat (default)\n", + " -> residuals : min = -0.978, mean = -0.000466, max = 0.989\n", + " -> model_info : package sklearn\n", + "\n", + "A new explainer has been created!\n" + ] + } + ], + "source": [ + "exp_forest = dx.Explainer(forest, X_train, y_train, label='random_forest')" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "005e9a25", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Calculating ceteris paribus: 100%|███████████████████████████████████████████████████████| 4/4 [00:01<00:00, 2.10it/s]\n" + ] + }, + { + "data": { + "text/html": [ + " \n", + " " + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "application/vnd.plotly.v1+json": { + "config": { + "displaylogo": false, + "modeBarButtonsToRemove": [ + "sendDataToCloud", + "lasso2d", + "autoScale2d", + "select2d", + "zoom2d", + "pan2d", + "zoomIn2d", + "zoomOut2d", + "resetScale2d", + "toggleSpikelines", + "hoverCompareCartesian", + "hoverClosestCartesian" + ], + "plotlyServerURL": "https://plot.ly", + "staticPlot": false, + "toImageButtonOptions": { + "height": null, + "width": null + } + }, + "data": [ + { + "customdata": [ + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ], + [ + 0.38167696463869416, + "random_forest", + "lead_time" + ] + ], + "hovertemplate": "%{hovertext}

prediction=%{y:.3f}
mean_prediction=%{customdata[0]:.3f}", + "hovertext": [ + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest" + ], + "legendgroup": "random_forest", + "line": { + "color": "#46bac2", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "random_forest", + "opacity": 1, + "orientation": "v", + "showlegend": true, + "type": "scatter", + "x": [ + 0, + 7.37, + 14.74, + 22.11, + 29.48, + 36.85, + 44.22, + 51.59, + 58.96, + 66.33, + 73.7, + 81.07000000000001, + 88.44, + 95.81, + 103.18, + 110.55, + 117.92, + 125.29, + 132.66, + 140.03, + 147.4, + 154.77, + 162.14000000000001, + 169.51, + 176.88, + 184.25, + 191.62, + 198.99, + 206.36, + 213.73, + 221.1, + 228.47, + 235.84, + 243.21, + 250.58, + 257.95, + 265.32, + 272.69, + 280.06, + 287.43, + 294.8, + 302.17, + 309.54, + 316.91, + 324.28000000000003, + 331.65, + 339.02, + 346.39, + 353.76, + 361.13, + 368.5, + 375.87, + 383.24, + 390.61, + 397.98, + 405.35, + 412.72, + 420.09000000000003, + 427.46, + 434.83, + 442.2, + 449.57, + 456.94, + 464.31, + 471.68, + 479.05, + 486.42, + 493.79, + 501.16, + 508.53000000000003, + 515.9, + 523.27, + 530.64, + 538.01, + 545.38, + 552.75, + 560.12, + 567.49, + 574.86, + 582.23, + 589.6, + 596.97, + 604.34, + 611.71, + 619.08, + 626.45, + 633.82, + 641.19, + 648.5600000000001, + 655.9300000000001, + 663.3, + 670.67, + 678.04, + 685.41, + 692.78, + 700.15, + 707.52, + 714.89, + 722.26, + 729.63, + 737 + ], + "xaxis": "x3", + "y": [ + 0.20953895633485428, + 0.2546886906457793, + 0.3528501617154931, + 0.3543494723569985, + 0.4388672168885339, + 0.42148760263205387, + 0.4145802488174615, + 0.43112691036479617, + 0.40684340930006996, + 0.42250251816746365, + 0.446675676389949, + 0.40947489689592803, + 0.4356048105609171, + 0.3997932401273162, + 0.4166647713221709, + 0.4351077750633364, + 0.4431303883256868, + 0.46868544357826875, + 0.4308382323658301, + 0.38806571670855855, + 0.4146303125936485, + 0.40331801779829074, + 0.4425719975322203, + 0.4307557563684326, + 0.3921743329079394, + 0.45748825309029345, + 0.38864873354071217, + 0.4431116875391218, + 0.4185004715254879, + 0.4582886968269579, + 0.42857770070124096, + 0.47160610024496813, + 0.4359930005717542, + 0.5155615690496478, + 0.49674210861209833, + 0.47514150287639706, + 0.43722984770562223, + 0.5038929516055021, + 0.49588515537109873, + 0.5066237763329263, + 0.530245209680824, + 0.541989576596735, + 0.5077428310520414, + 0.4792080143829822, + 0.510486517041234, + 0.5387975636719734, + 0.4796878752590758, + 0.5526023662386879, + 0.5044819253687373, + 0.5601597929306814, + 0.5538663321832051, + 0.546897869336776, + 0.5444730503746886, + 0.5473090800161425, + 0.5471370917538675, + 0.547780006791165, + 0.5439368069850343, + 0.548370821765893, + 0.540336624050772, + 0.5394261137899243, + 0.5389390590000207, + 0.5385448832196608, + 0.5420206747120195, + 0.544800534381392, + 0.5522848057886524, + 0.5480001799766588, + 0.5478696998476259, + 0.5423281792174637, + 0.542285512550797, + 0.5419277932525514, + 0.543954455476479, + 0.5438211221431456, + 0.5434544554764789, + 0.5434544554764789, + 0.5434544554764789, + 0.5434544554764789, + 0.5434544554764789, + 0.5433211221431457, + 0.5433211221431457, + 0.5433211221431457, + 0.5433211221431457, + 0.5433211221431457, + 0.5433211221431457, + 0.5433211221431457, + 0.5433211221431457, + 0.5433211221431457, + 0.5433211221431457, + 0.5433211221431457, + 0.5433211221431457, + 0.5433211221431457, + 0.5433211221431457, + 0.5433211221431457, + 0.5433211221431457, + 0.5433211221431457, + 0.5433211221431457, + 0.5433211221431457, + 0.5433211221431457, + 0.5433211221431457, + 0.5433211221431457, + 0.5433211221431457, + 0.5433211221431457 + ], + "yaxis": "y3" + }, + { + "customdata": [ + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ], + [ + 0.38167696463869416, + "random_forest", + "booking_changes" + ] + ], + "hovertemplate": "%{hovertext}

prediction=%{y:.3f}
mean_prediction=%{customdata[0]:.3f}", + "hovertext": [ + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest" + ], + "legendgroup": "random_forest", + "line": { + "color": "#46bac2", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "random_forest", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 0, + 0.21, + 0.42, + 0.63, + 0.84, + 1.05, + 1.26, + 1.47, + 1.68, + 1.89, + 2.1, + 2.31, + 2.52, + 2.73, + 2.94, + 3.15, + 3.36, + 3.57, + 3.78, + 3.9899999999999998, + 4.2, + 4.41, + 4.62, + 4.83, + 5.04, + 5.25, + 5.46, + 5.67, + 5.88, + 6.09, + 6.3, + 6.51, + 6.72, + 6.93, + 7.14, + 7.35, + 7.56, + 7.77, + 7.9799999999999995, + 8.19, + 8.4, + 8.61, + 8.82, + 9.03, + 9.24, + 9.45, + 9.66, + 9.87, + 10.08, + 10.29, + 10.5, + 10.709999999999999, + 10.92, + 11.129999999999999, + 11.34, + 11.549999999999999, + 11.76, + 11.969999999999999, + 12.18, + 12.389999999999999, + 12.6, + 12.809999999999999, + 13.02, + 13.229999999999999, + 13.44, + 13.65, + 13.86, + 14.07, + 14.28, + 14.49, + 14.7, + 14.91, + 15.12, + 15.33, + 15.54, + 15.75, + 15.959999999999999, + 16.169999999999998, + 16.38, + 16.59, + 16.8, + 17.009999999999998, + 17.22, + 17.43, + 17.64, + 17.849999999999998, + 18.06, + 18.27, + 18.48, + 18.689999999999998, + 18.9, + 19.11, + 19.32, + 19.529999999999998, + 19.74, + 19.95, + 20.16, + 20.37, + 20.58, + 20.79, + 21 + ], + "xaxis": "x4", + "y": [ + 0.3897595184614232, + 0.3897595184614232, + 0.3897595184614232, + 0.29478255733633957, + 0.29478255733633957, + 0.2945234250447703, + 0.2945234250447703, + 0.2945234250447703, + 0.31940245026208136, + 0.31940245026208136, + 0.31818988780672264, + 0.31818988780672264, + 0.28527586109269604, + 0.28527586109269604, + 0.28527586109269604, + 0.28487530553714036, + 0.28487530553714036, + 0.3008947499815847, + 0.3008947499815847, + 0.3008947499815847, + 0.3023169722038069, + 0.3023169722038069, + 0.3175917870186218, + 0.3175917870186218, + 0.3238367870186216, + 0.3238367870186216, + 0.3238367870186216, + 0.33076345368528853, + 0.33076345368528853, + 0.3258301203519551, + 0.3258301203519551, + 0.2981523425741774, + 0.2981523425741774, + 0.2981523425741774, + 0.2961523425741775, + 0.2961523425741775, + 0.29930234257417754, + 0.29930234257417754, + 0.29930234257417754, + 0.2997690092408442, + 0.2997690092408442, + 0.3009690092408442, + 0.3009690092408442, + 0.301835675907511, + 0.301835675907511, + 0.301835675907511, + 0.30106900924084423, + 0.30106900924084423, + 0.3004356759075109, + 0.3004356759075109, + 0.3004356759075109, + 0.30053567590751085, + 0.30053567590751085, + 0.29976900924084426, + 0.29976900924084426, + 0.2982356759075109, + 0.2982356759075109, + 0.2982356759075109, + 0.29870234257417744, + 0.29870234257417744, + 0.2986023425741775, + 0.2986023425741775, + 0.29934817590751084, + 0.29934817590751084, + 0.29934817590751084, + 0.304281509240844, + 0.304281509240844, + 0.304281509240844, + 0.304281509240844, + 0.304281509240844, + 0.30541484257417734, + 0.30541484257417734, + 0.30541484257417734, + 0.30541484257417734, + 0.30541484257417734, + 0.30541484257417734, + 0.30541484257417734, + 0.30541484257417734, + 0.30541484257417734, + 0.30338150924084406, + 0.30338150924084406, + 0.30338150924084406, + 0.30338150924084406, + 0.30338150924084406, + 0.30338150924084406, + 0.30338150924084406, + 0.30338150924084406, + 0.30338150924084406, + 0.30338150924084406, + 0.30338150924084406, + 0.30338150924084406, + 0.30338150924084406, + 0.30338150924084406, + 0.30338150924084406, + 0.30338150924084406, + 0.30338150924084406, + 0.30338150924084406, + 0.30338150924084406, + 0.30338150924084406, + 0.30338150924084406, + 0.30338150924084406 + ], + "yaxis": "y4" + }, + { + "customdata": [ + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ], + [ + 0.38167696463869416, + "random_forest", + "children" + ] + ], + "hovertemplate": "%{hovertext}

prediction=%{y:.3f}
mean_prediction=%{customdata[0]:.3f}", + "hovertext": [ + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest" + ], + "legendgroup": "random_forest", + "line": { + "color": "#46bac2", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "random_forest", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 0, + 0.1, + 0.2, + 0.30000000000000004, + 0.4, + 0.5, + 0.6000000000000001, + 0.7000000000000001, + 0.8, + 0.9, + 1, + 1.1, + 1.2000000000000002, + 1.3, + 1.4000000000000001, + 1.5, + 1.6, + 1.7000000000000002, + 1.8, + 1.9000000000000001, + 2, + 2.1, + 2.2, + 2.3000000000000003, + 2.4000000000000004, + 2.5, + 2.6, + 2.7, + 2.8000000000000003, + 2.9000000000000004, + 3, + 3.1, + 3.2, + 3.3000000000000003, + 3.4000000000000004, + 3.5, + 3.6, + 3.7, + 3.8000000000000003, + 3.9000000000000004, + 4, + 4.1000000000000005, + 4.2, + 4.3, + 4.4, + 4.5, + 4.6000000000000005, + 4.7, + 4.800000000000001, + 4.9, + 5, + 5.1000000000000005, + 5.2, + 5.300000000000001, + 5.4, + 5.5, + 5.6000000000000005, + 5.7, + 5.800000000000001, + 5.9, + 6, + 6.1000000000000005, + 6.2, + 6.300000000000001, + 6.4, + 6.5, + 6.6000000000000005, + 6.7, + 6.800000000000001, + 6.9, + 7, + 7.1000000000000005, + 7.2, + 7.300000000000001, + 7.4, + 7.5, + 7.6000000000000005, + 7.7, + 7.800000000000001, + 7.9, + 8, + 8.1, + 8.200000000000001, + 8.3, + 8.4, + 8.5, + 8.6, + 8.700000000000001, + 8.8, + 8.9, + 9, + 9.1, + 9.200000000000001, + 9.3, + 9.4, + 9.5, + 9.600000000000001, + 9.700000000000001, + 9.8, + 9.9, + 10 + ], + "xaxis": "x", + "y": [ + 0.3791190334224213, + 0.3791190334224213, + 0.3791190334224213, + 0.3791190334224213, + 0.3791190334224213, + 0.3791190334224213, + 0.3750120244869429, + 0.3750120244869429, + 0.3750120244869429, + 0.3750120244869429, + 0.3747467771356734, + 0.3747467771356734, + 0.3747467771356734, + 0.3747467771356734, + 0.3747467771356734, + 0.3747467771356734, + 0.44730586871961153, + 0.44730586871961153, + 0.44730586871961153, + 0.44730586871961153, + 0.44730586871961153, + 0.44730586871961153, + 0.44730586871961153, + 0.44730586871961153, + 0.44730586871961153, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39615543479192294, + 0.39622210145858966, + 0.39622210145858966, + 0.39622210145858966, + 0.39622210145858966, + 0.39622210145858966, + 0.3984721014585898, + 0.3984721014585898, + 0.3984721014585898, + 0.3984721014585898, + 0.3984721014585898, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634, + 0.40296876812525634 + ], + "yaxis": "y" + }, + { + "customdata": [ + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ], + [ + 0.38167696463869416, + "random_forest", + "previous_cancellations" + ] + ], + "hovertemplate": "%{hovertext}

prediction=%{y:.3f}
mean_prediction=%{customdata[0]:.3f}", + "hovertext": [ + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest" + ], + "legendgroup": "random_forest", + "line": { + "color": "#46bac2", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "random_forest", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 0, + 0.26, + 0.52, + 0.78, + 1.04, + 1.3, + 1.56, + 1.82, + 2.08, + 2.34, + 2.6, + 2.8600000000000003, + 3.12, + 3.38, + 3.64, + 3.9000000000000004, + 4.16, + 4.42, + 4.68, + 4.94, + 5.2, + 5.46, + 5.720000000000001, + 5.98, + 6.24, + 6.5, + 6.76, + 7.0200000000000005, + 7.28, + 7.54, + 7.800000000000001, + 8.06, + 8.32, + 8.58, + 8.84, + 9.1, + 9.36, + 9.620000000000001, + 9.88, + 10.14, + 10.4, + 10.66, + 10.92, + 11.18, + 11.440000000000001, + 11.700000000000001, + 11.96, + 12.22, + 12.48, + 12.74, + 13, + 13.26, + 13.52, + 13.780000000000001, + 14.040000000000001, + 14.3, + 14.56, + 14.82, + 15.08, + 15.34, + 15.600000000000001, + 15.860000000000001, + 16.12, + 16.38, + 16.64, + 16.900000000000002, + 17.16, + 17.42, + 17.68, + 17.94, + 18.2, + 18.46, + 18.72, + 18.98, + 19.240000000000002, + 19.5, + 19.76, + 20.02, + 20.28, + 20.54, + 20.8, + 21.060000000000002, + 21.32, + 21.580000000000002, + 21.84, + 22.1, + 22.36, + 22.62, + 22.880000000000003, + 23.14, + 23.400000000000002, + 23.66, + 23.92, + 24.18, + 24.44, + 24.7, + 24.96, + 25.220000000000002, + 25.48, + 25.740000000000002, + 26 + ], + "xaxis": "x2", + "y": [ + 0.3672446377988673, + 0.3672446377988673, + 0.7361650983992392, + 0.7361650983992392, + 0.7367379413727779, + 0.7367379413727779, + 0.6988295048727003, + 0.6988295048727003, + 0.6987358383214258, + 0.6987358383214258, + 0.6999006215192577, + 0.6999006215192577, + 0.7010505684267563, + 0.7010505684267563, + 0.6884867047903921, + 0.6884867047903921, + 0.6844953305213867, + 0.6844953305213867, + 0.6798953305213863, + 0.6798953305213863, + 0.6785286638547198, + 0.6785286638547198, + 0.6786923002183561, + 0.6786923002183561, + 0.6781923002183563, + 0.6781923002183563, + 0.6798589668850229, + 0.6796589668850228, + 0.6796589668850228, + 0.6790589668850233, + 0.6790589668850233, + 0.67902563355169, + 0.67902563355169, + 0.6802923002183567, + 0.6802923002183567, + 0.6802923002183567, + 0.6802923002183567, + 0.6802923002183567, + 0.6802923002183567, + 0.6802923002183567, + 0.6802923002183567, + 0.6802923002183567, + 0.6802923002183567, + 0.6802923002183567, + 0.6802923002183567, + 0.6802923002183567, + 0.6802923002183567, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233, + 0.6803589668850233 + ], + "yaxis": "y2" + } + ], + "layout": { + "annotations": [ + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "children", + "x": 0.2375, + "xanchor": "center", + "xref": "paper", + "y": 0.425, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "previous_cancellations", + "x": 0.7625, + "xanchor": "center", + "xref": "paper", + "y": 0.425, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "lead_time", + "x": 0.2375, + "xanchor": "center", + "xref": "paper", + "y": 1, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "booking_changes", + "x": 0.7625, + "xanchor": "center", + "xref": "paper", + "y": 1, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "prediction", + "textangle": -90, + "x": -0.07, + "xref": "paper", + "y": 0.5, + "yref": "paper" + } + ], + "font": { + "color": "#371ea3" + }, + "height": 829, + "hovermode": "x unified", + "legend": { + "font": { + "size": 11 + }, + "itemsizing": "constant", + "orientation": "h", + "title": { + "font": { + "size": 12 + }, + "text": "label" + }, + "tracegroupgap": 0, + "x": 1, + "xanchor": "right", + "y": 1.0361881785283473, + "yanchor": "bottom" + }, + "margin": { + "b": 71, + "r": 30, + "t": 78 + }, + "template": { + "data": { + "scatter": [ + { + "type": "scatter" + } + ] + } + }, + "title": { + "font": { + "size": 16 + }, + "text": "Aggregated Profiles", + "x": 0.15 + }, + "xaxis": { + "anchor": "y", + "automargin": true, + "domain": [ + 0, + 0.475 + ], + "fixedrange": true, + "gridwidth": 2, + "showticklabels": true, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "xaxis2": { + "anchor": "y2", + "automargin": true, + "domain": [ + 0.525, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "showticklabels": true, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "xaxis3": { + "anchor": "y3", + "automargin": true, + "domain": [ + 0, + 0.475 + ], + "fixedrange": true, + "gridwidth": 2, + "showticklabels": true, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "xaxis4": { + "anchor": "y4", + "automargin": true, + "domain": [ + 0.525, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "showticklabels": true, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "yaxis": { + "anchor": "x", + "automargin": true, + "domain": [ + 0, + 0.425 + ], + "fixedrange": true, + "gridwidth": 2, + "range": [ + 0.15681905783106193, + 0.7894578398765703 + ], + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "yaxis2": { + "anchor": "x2", + "automargin": true, + "domain": [ + 0, + 0.425 + ], + "fixedrange": true, + "gridwidth": 2, + "matches": "y", + "range": [ + 0.15681905783106193, + 0.7894578398765703 + ], + "showticklabels": false, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "yaxis3": { + "anchor": "x3", + "automargin": true, + "domain": [ + 0.575, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "matches": "y", + "range": [ + 0.15681905783106193, + 0.7894578398765703 + ], + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "yaxis4": { + "anchor": "x4", + "automargin": true, + "domain": [ + 0.575, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "matches": "y", + "range": [ + 0.15681905783106193, + 0.7894578398765703 + ], + "showticklabels": false, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + } + } + }, + "text/html": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "forest_mprofile = exp_forest.model_profile(variables = [\"lead_time\", \"booking_changes\", \"children\", \n", + " \"previous_cancellations\"], \n", + " type = \"partial\")\n", + "forest_mprofile.plot()\n", + "# as usually higher lead_time leads to bigger canceletion probability\n", + "# booking changes do make probability smaller a bit if their number is > 0\n", + "# previous cancelations make cancelation more probable as expected\n", + "# number of children doesnt is not contibuting much to probability" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "43958b93", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Calculating ceteris paribus: 100%|███████████████████████████████████████████████████████| 4/4 [00:02<00:00, 1.91it/s]\n", + "Calculating accumulated dependency: 100%|████████████████████████████████████████████████| 4/4 [00:00<00:00, 5.16it/s]\n" + ] + }, + { + "data": { + "application/vnd.plotly.v1+json": { + "config": { + "displaylogo": false, + "modeBarButtonsToRemove": [ + "sendDataToCloud", + "lasso2d", + "autoScale2d", + "select2d", + "zoom2d", + "pan2d", + "zoomIn2d", + "zoomOut2d", + "resetScale2d", + "toggleSpikelines", + "hoverCompareCartesian", + "hoverClosestCartesian" + ], + "plotlyServerURL": "https://plot.ly", + "staticPlot": false, + "toImageButtonOptions": { + "height": null, + "width": null + } + }, + "data": [ + { + "customdata": [ + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ], + [ + 0.3623229848971229, + "random_forest", + "booking_changes" + ] + ], + "hovertemplate": "%{hovertext}

prediction=%{y:.3f}
mean_prediction=%{customdata[0]:.3f}", + "hovertext": [ + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest" + ], + "legendgroup": "random_forest", + "line": { + "color": "#46bac2", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "random_forest", + "opacity": 1, + "orientation": "v", + "showlegend": true, + "type": "scatter", + "x": [ + 0, + 0.21, + 0.42, + 0.63, + 0.84, + 1.05, + 1.26, + 1.47, + 1.68, + 1.89, + 2.1, + 2.31, + 2.52, + 2.73, + 2.94, + 3.15, + 3.36, + 3.57, + 3.78, + 3.9899999999999998, + 4.2, + 4.41, + 4.62, + 4.83, + 5.04, + 5.25, + 5.46, + 5.67, + 5.88, + 6.09, + 6.3, + 6.51, + 6.72, + 6.93, + 7.14, + 7.35, + 7.56, + 7.77, + 7.9799999999999995, + 8.19, + 8.4, + 8.61, + 8.82, + 9.03, + 9.24, + 9.45, + 9.66, + 9.87, + 10.08, + 10.29, + 10.5, + 10.709999999999999, + 10.92, + 11.129999999999999, + 11.34, + 11.549999999999999, + 11.76, + 11.969999999999999, + 12.18, + 12.389999999999999, + 12.6, + 12.809999999999999, + 13.02, + 13.229999999999999, + 13.44, + 13.65, + 13.86, + 14.07, + 14.28, + 14.49, + 14.7, + 14.91, + 15.12, + 15.33, + 15.54, + 15.75, + 15.959999999999999, + 16.169999999999998, + 16.38, + 16.59, + 16.8, + 17.009999999999998, + 17.22, + 17.43, + 17.64, + 17.849999999999998, + 18.06, + 18.27, + 18.48, + 18.689999999999998, + 18.9, + 19.11, + 19.32, + 19.529999999999998, + 19.74, + 19.95, + 20.16, + 20.37, + 20.58, + 20.79, + 21 + ], + "xaxis": "x3", + "y": [ + 0.22629284390776755, + 0.22629284390776755, + 0.22629284390776755, + 0.09664423381260395, + 0.09664423381260395, + 0.09642233911411258, + 0.09642233911411258, + 0.09642233911411258, + 0.14881906407361606, + 0.14881906407361606, + 0.14892522346519427, + 0.14892522346519427, + 0.10423281984568811, + 0.10423281984568811, + 0.10423281984568811, + 0.10378284124837767, + 0.10378284124837767, + 0.12028288883627841, + 0.12028288883627841, + 0.12028288883627841, + 0.12059500833762193, + 0.12059500833762193, + 0.12860577308484003, + 0.12860577308484003, + 0.13736512872748538, + 0.13736512872748538, + 0.13736512872748538, + 0.1442710999023478, + 0.1442710999023478, + 0.14033181042551496, + 0.14033181042551496, + 0.11403603576149227, + 0.11403603576149227, + 0.11403603576149227, + 0.11395254221562376, + 0.11395254221562376, + 0.11925917695119581, + 0.11925917695119581, + 0.11925917695119581, + 0.12115477201887354, + 0.12115477201887354, + 0.12205901038944328, + 0.12205901038944328, + 0.12338120614243725, + 0.12338120614243725, + 0.12338120614243725, + 0.12289540726880871, + 0.12289540726880871, + 0.12339237433283684, + 0.12339237433283684, + 0.12339237433283684, + 0.12379646730168137, + 0.12379646730168137, + 0.12305368957428811, + 0.12305368957428811, + 0.12052883352682553, + 0.12052883352682553, + 0.12052883352682553, + 0.12088944580497485, + 0.12088944580497485, + 0.12121123596261596, + 0.12121123596261596, + 0.12248726432651935, + 0.12248726432651935, + 0.12248726432651935, + 0.12927909426763048, + 0.12927909426763048, + 0.12927909426763048, + 0.12927909426763048, + 0.12927909426763048, + 0.12938085561656193, + 0.12938085561656193, + 0.12938085561656193, + 0.12938085561656193, + 0.12938085561656193, + 0.12938085561656193, + 0.12938085561656193, + 0.12938085561656193, + 0.12938085561656193, + 0.12697255223064624, + 0.12697255223064624, + 0.12697255223064624, + 0.12697255223064624, + 0.12697255223064624, + 0.12697255223064624, + 0.12697255223064624, + 0.12697255223064624, + 0.12697255223064624, + 0.12697255223064624, + 0.12697255223064624, + 0.12697255223064624, + 0.12697255223064624, + 0.12697255223064624, + 0.12697255223064624, + 0.12697255223064624, + 0.12697255223064624, + 0.12697255223064624, + 0.12697255223064624, + 0.12697255223064624, + 0.12697255223064624, + 0.12697255223064624 + ], + "yaxis": "y3" + }, + { + "customdata": [ + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ], + [ + 0.3623229848971229, + "random_forest", + "children" + ] + ], + "hovertemplate": "%{hovertext}

prediction=%{y:.3f}
mean_prediction=%{customdata[0]:.3f}", + "hovertext": [ + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest" + ], + "legendgroup": "random_forest", + "line": { + "color": "#46bac2", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "random_forest", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 0, + 0.1, + 0.2, + 0.30000000000000004, + 0.4, + 0.5, + 0.6000000000000001, + 0.7000000000000001, + 0.8, + 0.9, + 1, + 1.1, + 1.2000000000000002, + 1.3, + 1.4000000000000001, + 1.5, + 1.6, + 1.7000000000000002, + 1.8, + 1.9000000000000001, + 2, + 2.1, + 2.2, + 2.3000000000000003, + 2.4000000000000004, + 2.5, + 2.6, + 2.7, + 2.8000000000000003, + 2.9000000000000004, + 3, + 3.1, + 3.2, + 3.3000000000000003, + 3.4000000000000004, + 3.5, + 3.6, + 3.7, + 3.8000000000000003, + 3.9000000000000004, + 4, + 4.1000000000000005, + 4.2, + 4.3, + 4.4, + 4.5, + 4.6000000000000005, + 4.7, + 4.800000000000001, + 4.9, + 5, + 5.1000000000000005, + 5.2, + 5.300000000000001, + 5.4, + 5.5, + 5.6000000000000005, + 5.7, + 5.800000000000001, + 5.9, + 6, + 6.1000000000000005, + 6.2, + 6.300000000000001, + 6.4, + 6.5, + 6.6000000000000005, + 6.7, + 6.800000000000001, + 6.9, + 7, + 7.1000000000000005, + 7.2, + 7.300000000000001, + 7.4, + 7.5, + 7.6000000000000005, + 7.7, + 7.800000000000001, + 7.9, + 8, + 8.1, + 8.200000000000001, + 8.3, + 8.4, + 8.5, + 8.6, + 8.700000000000001, + 8.8, + 8.9, + 9, + 9.1, + 9.200000000000001, + 9.3, + 9.4, + 9.5, + 9.600000000000001, + 9.700000000000001, + 9.8, + 9.9, + 10 + ], + "xaxis": "x4", + "y": [ + 0.22629284390776755, + 0.22629284390776755, + 0.22629284390776755, + 0.22629284390776755, + 0.22629284390776755, + 0.22629284390776755, + 0.2212674658009952, + 0.2212674658009952, + 0.2212674658009952, + 0.2212674658009952, + 0.219326017153418, + 0.219326017153418, + 0.219326017153418, + 0.219326017153418, + 0.219326017153418, + 0.219326017153418, + 0.26666253776685245, + 0.26666253776685245, + 0.26666253776685245, + 0.26666253776685245, + 0.26666253776685245, + 0.26668103678787536, + 0.26668103678787536, + 0.26668103678787536, + 0.26668103678787536, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22664965864160458, + 0.22667933463725376, + 0.22667933463725376, + 0.22667933463725376, + 0.22667933463725376, + 0.22667933463725376, + 0.22821213187524986, + 0.22821213187524986, + 0.22821213187524986, + 0.22821213187524986, + 0.22821213187524986, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152, + 0.2325898800521152 + ], + "yaxis": "y4" + }, + { + "customdata": [ + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ], + [ + 0.3623229848971229, + "random_forest", + "lead_time" + ] + ], + "hovertemplate": "%{hovertext}

prediction=%{y:.3f}
mean_prediction=%{customdata[0]:.3f}", + "hovertext": [ + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest" + ], + "legendgroup": "random_forest", + "line": { + "color": "#46bac2", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "random_forest", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 0, + 7.37, + 14.74, + 22.11, + 29.48, + 36.85, + 44.22, + 51.59, + 58.96, + 66.33, + 73.7, + 81.07000000000001, + 88.44, + 95.81, + 103.18, + 110.55, + 117.92, + 125.29, + 132.66, + 140.03, + 147.4, + 154.77, + 162.14000000000001, + 169.51, + 176.88, + 184.25, + 191.62, + 198.99, + 206.36, + 213.73, + 221.1, + 228.47, + 235.84, + 243.21, + 250.58, + 257.95, + 265.32, + 272.69, + 280.06, + 287.43, + 294.8, + 302.17, + 309.54, + 316.91, + 324.28000000000003, + 331.65, + 339.02, + 346.39, + 353.76, + 361.13, + 368.5, + 375.87, + 383.24, + 390.61, + 397.98, + 405.35, + 412.72, + 420.09000000000003, + 427.46, + 434.83, + 442.2, + 449.57, + 456.94, + 464.31, + 471.68, + 479.05, + 486.42, + 493.79, + 501.16, + 508.53000000000003, + 515.9, + 523.27, + 530.64, + 538.01, + 545.38, + 552.75, + 560.12, + 567.49, + 574.86, + 582.23, + 589.6, + 596.97, + 604.34, + 611.71, + 619.08, + 626.45, + 633.82, + 641.19, + 648.5600000000001, + 655.9300000000001, + 663.3, + 670.67, + 678.04, + 685.41, + 692.78, + 700.15, + 707.52, + 714.89, + 722.26, + 729.63, + 737 + ], + "xaxis": "x", + "y": [ + 0.22629284390776755, + 0.2807007352941534, + 0.39742315995296296, + 0.395999213242606, + 0.44854493787377336, + 0.44321169401494054, + 0.43686070916771047, + 0.4525160764251087, + 0.4628687053652651, + 0.43657727470129054, + 0.49042945781468616, + 0.4393729904710759, + 0.4620516300253762, + 0.4448962047651782, + 0.47347053089921076, + 0.45670711024287447, + 0.46163634769572826, + 0.506385503000391, + 0.45654949239781095, + 0.44324696043787826, + 0.4481758620307946, + 0.44058209359682066, + 0.48210824639916444, + 0.4368663971944323, + 0.41108349152956014, + 0.5116259799210001, + 0.434982106706267, + 0.49065618868385513, + 0.4380230022342233, + 0.45316859637430884, + 0.4358785411840719, + 0.4780602906047628, + 0.4468432782344305, + 0.5155253240417557, + 0.4996860767534115, + 0.5226792502441868, + 0.46881267937897725, + 0.5286895912139624, + 0.5189604179491888, + 0.5056318159868253, + 0.5329200253375643, + 0.5752111008269967, + 0.542076401544239, + 0.5138818705776442, + 0.5383164183315559, + 0.5558959330547131, + 0.5079085963826999, + 0.5923049291077371, + 0.5542923979568521, + 0.5931109914694024, + 0.5864273617011319, + 0.5833654507798423, + 0.5876959720879604, + 0.5829672112307804, + 0.5821311558341967, + 0.5849820175165896, + 0.5908260998500977, + 0.6091515951798123, + 0.5833984868368652, + 0.5823633528248318, + 0.5809231809047168, + 0.5811281520093077, + 0.5849633111366805, + 0.5920111935199391, + 0.5997370629605521, + 0.5950177718814776, + 0.5933076146284894, + 0.5859892724449969, + 0.585880296176767, + 0.5841931849033081, + 0.5850878675611233, + 0.5850829053851758, + 0.5848233881766942, + 0.5848233881766942, + 0.5848233881766942, + 0.5848233881766942, + 0.5848233881766942, + 0.5846585262995412, + 0.5846585262995412, + 0.5846585262995412, + 0.5846585262995412, + 0.5846585262995412, + 0.5846585262995412, + 0.5846585262995412, + 0.5846585262995412, + 0.5846585262995412, + 0.5846585262995412, + 0.5846585262995412, + 0.5846585262995412, + 0.5846585262995412, + 0.5846585262995412, + 0.5846585262995412, + 0.5846585262995412, + 0.5846585262995412, + 0.5846585262995412, + 0.5846585262995412, + 0.5846585262995412, + 0.5846585262995412, + 0.5846585262995412, + 0.5846585262995412, + 0.5846585262995412 + ], + "yaxis": "y" + }, + { + "customdata": [ + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ], + [ + 0.3623229848971229, + "random_forest", + "previous_cancellations" + ] + ], + "hovertemplate": "%{hovertext}

prediction=%{y:.3f}
mean_prediction=%{customdata[0]:.3f}", + "hovertext": [ + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest", + "random_forest" + ], + "legendgroup": "random_forest", + "line": { + "color": "#46bac2", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "random_forest", + "opacity": 1, + "orientation": "v", + "showlegend": false, + "type": "scatter", + "x": [ + 0, + 0.26, + 0.52, + 0.78, + 1.04, + 1.3, + 1.56, + 1.82, + 2.08, + 2.34, + 2.6, + 2.8600000000000003, + 3.12, + 3.38, + 3.64, + 3.9000000000000004, + 4.16, + 4.42, + 4.68, + 4.94, + 5.2, + 5.46, + 5.720000000000001, + 5.98, + 6.24, + 6.5, + 6.76, + 7.0200000000000005, + 7.28, + 7.54, + 7.800000000000001, + 8.06, + 8.32, + 8.58, + 8.84, + 9.1, + 9.36, + 9.620000000000001, + 9.88, + 10.14, + 10.4, + 10.66, + 10.92, + 11.18, + 11.440000000000001, + 11.700000000000001, + 11.96, + 12.22, + 12.48, + 12.74, + 13, + 13.26, + 13.52, + 13.780000000000001, + 14.040000000000001, + 14.3, + 14.56, + 14.82, + 15.08, + 15.34, + 15.600000000000001, + 15.860000000000001, + 16.12, + 16.38, + 16.64, + 16.900000000000002, + 17.16, + 17.42, + 17.68, + 17.94, + 18.2, + 18.46, + 18.72, + 18.98, + 19.240000000000002, + 19.5, + 19.76, + 20.02, + 20.28, + 20.54, + 20.8, + 21.060000000000002, + 21.32, + 21.580000000000002, + 21.84, + 22.1, + 22.36, + 22.62, + 22.880000000000003, + 23.14, + 23.400000000000002, + 23.66, + 23.92, + 24.18, + 24.44, + 24.7, + 24.96, + 25.220000000000002, + 25.48, + 25.740000000000002, + 26 + ], + "xaxis": "x2", + "y": [ + 0.22629284390776755, + 0.22629284390776755, + 0.616653923413598, + 0.616653923413598, + 0.6178580436819294, + 0.6178580436819294, + 0.5849853369506304, + 0.5849853369506304, + 0.5855768177002514, + 0.5855768177002514, + 0.585030795852314, + 0.585030795852314, + 0.585964729522864, + 0.585964729522864, + 0.573705935612834, + 0.573705935612834, + 0.5694664560452449, + 0.5694664560452449, + 0.5649459289425196, + 0.5649459289425196, + 0.5630745051040332, + 0.5630745051040332, + 0.5631827298190061, + 0.5631827298190061, + 0.5626529938675442, + 0.5626529938675442, + 0.5636919175389657, + 0.5632619324869026, + 0.5632619324869026, + 0.5628322349580899, + 0.5628322349580899, + 0.5627661723678776, + 0.5627661723678776, + 0.5637234243208942, + 0.5637234243208942, + 0.5637234243208942, + 0.5637234243208942, + 0.5637234243208942, + 0.5637234243208942, + 0.5637234243208942, + 0.5637234243208942, + 0.5637234243208942, + 0.5637234243208942, + 0.5637234243208942, + 0.5637234243208942, + 0.5637234243208942, + 0.5637234243208942, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448, + 0.5637891110181448 + ], + "yaxis": "y2" + } + ], + "layout": { + "annotations": [ + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "lead_time", + "x": 0.2375, + "xanchor": "center", + "xref": "paper", + "y": 0.425, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "previous_cancellations", + "x": 0.7625, + "xanchor": "center", + "xref": "paper", + "y": 0.425, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "booking_changes", + "x": 0.2375, + "xanchor": "center", + "xref": "paper", + "y": 1, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "children", + "x": 0.7625, + "xanchor": "center", + "xref": "paper", + "y": 1, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "prediction", + "textangle": -90, + "x": -0.07, + "xref": "paper", + "y": 0.5, + "yref": "paper" + } + ], + "font": { + "color": "#371ea3" + }, + "height": 829, + "hovermode": "x unified", + "legend": { + "font": { + "size": 11 + }, + "itemsizing": "constant", + "orientation": "h", + "title": { + "font": { + "size": 12 + }, + "text": "label" + }, + "tracegroupgap": 0, + "x": 1, + "xanchor": "right", + "y": 1.0361881785283473, + "yanchor": "bottom" + }, + "margin": { + "b": 71, + "r": 30, + "t": 78 + }, + "template": { + "data": { + "scatter": [ + { + "type": "scatter" + } + ] + } + }, + "title": { + "font": { + "size": 16 + }, + "text": "Aggregated Profiles", + "x": 0.15 + }, + "xaxis": { + "anchor": "y", + "automargin": true, + "domain": [ + 0, + 0.475 + ], + "fixedrange": true, + "gridwidth": 2, + "showticklabels": true, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "xaxis2": { + "anchor": "y2", + "automargin": true, + "domain": [ + 0.525, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "showticklabels": true, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "xaxis3": { + "anchor": "y3", + "automargin": true, + "domain": [ + 0, + 0.475 + ], + "fixedrange": true, + "gridwidth": 2, + "showticklabels": true, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "xaxis4": { + "anchor": "y4", + "automargin": true, + "domain": [ + 0.525, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "showticklabels": true, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "yaxis": { + "anchor": "x", + "automargin": true, + "domain": [ + 0, + 0.425 + ], + "fixedrange": true, + "gridwidth": 2, + "range": [ + 0.04427876865733089, + 0.6700016141387111 + ], + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "yaxis2": { + "anchor": "x2", + "automargin": true, + "domain": [ + 0, + 0.425 + ], + "fixedrange": true, + "gridwidth": 2, + "matches": "y", + "range": [ + 0.04427876865733089, + 0.6700016141387111 + ], + "showticklabels": false, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "yaxis3": { + "anchor": "x3", + "automargin": true, + "domain": [ + 0.575, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "matches": "y", + "range": [ + 0.04427876865733089, + 0.6700016141387111 + ], + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "yaxis4": { + "anchor": "x4", + "automargin": true, + "domain": [ + 0.575, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "matches": "y", + "range": [ + 0.04427876865733089, + 0.6700016141387111 + ], + "showticklabels": false, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + } + } + }, + "text/html": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "forest_mprofile = exp_forest.model_profile(variables = [\"lead_time\", \"booking_changes\", \"children\", \n", + " \"previous_cancellations\"], \n", + " type = \"ale\")\n", + "forest_mprofile.plot()\n", + "# ale profiles look same as partial dependence profiles" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "id": "c8496119", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Calculating ceteris paribus: 100%|███████████████████████████████████████████████████████| 1/1 [00:00<00:00, 1.57it/s]\n" + ] + }, + { + "data": { + "application/vnd.plotly.v1+json": { + "config": { + "displaylogo": false, + "modeBarButtonsToRemove": [ + "sendDataToCloud", + "lasso2d", + "autoScale2d", + "select2d", + "zoom2d", + "pan2d", + "zoomIn2d", + "zoomOut2d", + "resetScale2d", + "toggleSpikelines", + "hoverCompareCartesian", + "hoverClosestCartesian" + ], + "plotlyServerURL": "https://plot.ly", + "staticPlot": false, + "toImageButtonOptions": { + "height": null, + "width": null + } + }, + "data": [ + { + "customdata": [ + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_2.0", + "lead_time" + ] + ], + "hovertemplate": "%{hovertext}

prediction=%{y:.3f}
mean_prediction=%{customdata[0]:.3f}", + "hovertext": [ + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0", + "random_forest_2.0" + ], + "legendgroup": "random_forest_2.0", + "line": { + "color": "#8bdcbe", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "random_forest_2.0", + "opacity": 1, + "orientation": "v", + "showlegend": true, + "type": "scatter", + "x": [ + 0, + 7.37, + 14.74, + 22.11, + 29.48, + 36.85, + 44.22, + 51.59, + 58.96, + 66.33, + 73.7, + 81.07000000000001, + 88.44, + 95.81, + 103.18, + 110.55, + 117.92, + 125.29, + 132.66, + 140.03, + 147.4, + 154.77, + 162.14000000000001, + 169.51, + 176.88, + 184.25, + 191.62, + 198.99, + 206.36, + 213.73, + 221.1, + 228.47, + 235.84, + 243.21, + 250.58, + 257.95, + 265.32, + 272.69, + 280.06, + 287.43, + 294.8, + 302.17, + 309.54, + 316.91, + 324.28000000000003, + 331.65, + 339.02, + 346.39, + 353.76, + 361.13, + 368.5, + 375.87, + 383.24, + 390.61, + 397.98, + 405.35, + 412.72, + 420.09000000000003, + 427.46, + 434.83, + 442.2, + 449.57, + 456.94, + 464.31, + 471.68, + 479.05, + 486.42, + 493.79, + 501.16, + 508.53000000000003, + 515.9, + 523.27, + 530.64, + 538.01, + 545.38, + 552.75, + 560.12, + 567.49, + 574.86, + 582.23, + 589.6, + 596.97, + 604.34, + 611.71, + 619.08, + 626.45, + 633.82, + 641.19, + 648.5600000000001, + 655.9300000000001, + 663.3, + 670.67, + 678.04, + 685.41, + 692.78, + 700.15, + 707.52, + 714.89, + 722.26, + 729.63, + 737 + ], + "xaxis": "x", + "y": [ + 0.0726028384193784, + 0.3448344439150436, + 0.2675267857142857, + 0.5658267507002802, + 0.5881136363636363, + 0.5498654761904762, + 0.45880238095238085, + 0.5921202380952381, + 0.6015428571428572, + 0.5968190476190477, + 0.6386666666666666, + 0.5161666666666667, + 0.5521666666666667, + 0.6575, + 0.6333333333333333, + 0.6276666666666666, + 0.6179666666666666, + 0.5602285714285713, + 0.5738333333333333, + 0.46400476190476203, + 0.49164642857142854, + 0.5002480519480519, + 0.4755000000000001, + 0.4511166666666668, + 0.5804833333333332, + 0.5718166666666666, + 0.6110404761904762, + 0.5946988095238096, + 0.69675, + 0.5261730158730159, + 0.6382527777777779, + 0.6390738095238094, + 0.5781666666666667, + 0.5960880952380953, + 0.6123318181818183, + 0.6881642857142858, + 0.6680976190476191, + 0.6679, + 0.6039, + 0.6283833333333333, + 0.7513833333333333, + 0.792, + 0.843402380952381, + 0.8240690476190476, + 0.8223071428571428, + 0.8074785714285715, + 0.8330333333333334, + 0.8036999999999999, + 0.77015, + 0.7908999999999999, + 0.7858999999999999, + 0.7858999999999999, + 0.7797035379369139, + 0.7819601449275363, + 0.78236966873706, + 0.7814601449275362, + 0.7705860504201679, + 0.765586050420168, + 0.7616596615312792, + 0.7605136111111112, + 0.7622815441868074, + 0.7622815441868074, + 0.7636099067599068, + 0.7636675990675992, + 0.7605622877122877, + 0.7585560606060605, + 0.7585560606060605, + 0.75954789067142, + 0.75954789067142, + 0.75954789067142, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415, + 0.7598584415584415 + ], + "yaxis": "y" + }, + { + "customdata": [ + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_0.0", + "lead_time" + ] + ], + "hovertemplate": "%{hovertext}

prediction=%{y:.3f}
mean_prediction=%{customdata[0]:.3f}", + "hovertext": [ + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0", + "random_forest_0.0" + ], + "legendgroup": "random_forest_0.0", + "line": { + "color": "#f05a71", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "random_forest_0.0", + "opacity": 1, + "orientation": "v", + "showlegend": true, + "type": "scatter", + "x": [ + 0, + 7.37, + 14.74, + 22.11, + 29.48, + 36.85, + 44.22, + 51.59, + 58.96, + 66.33, + 73.7, + 81.07000000000001, + 88.44, + 95.81, + 103.18, + 110.55, + 117.92, + 125.29, + 132.66, + 140.03, + 147.4, + 154.77, + 162.14000000000001, + 169.51, + 176.88, + 184.25, + 191.62, + 198.99, + 206.36, + 213.73, + 221.1, + 228.47, + 235.84, + 243.21, + 250.58, + 257.95, + 265.32, + 272.69, + 280.06, + 287.43, + 294.8, + 302.17, + 309.54, + 316.91, + 324.28000000000003, + 331.65, + 339.02, + 346.39, + 353.76, + 361.13, + 368.5, + 375.87, + 383.24, + 390.61, + 397.98, + 405.35, + 412.72, + 420.09000000000003, + 427.46, + 434.83, + 442.2, + 449.57, + 456.94, + 464.31, + 471.68, + 479.05, + 486.42, + 493.79, + 501.16, + 508.53000000000003, + 515.9, + 523.27, + 530.64, + 538.01, + 545.38, + 552.75, + 560.12, + 567.49, + 574.86, + 582.23, + 589.6, + 596.97, + 604.34, + 611.71, + 619.08, + 626.45, + 633.82, + 641.19, + 648.5600000000001, + 655.9300000000001, + 663.3, + 670.67, + 678.04, + 685.41, + 692.78, + 700.15, + 707.52, + 714.89, + 722.26, + 729.63, + 737 + ], + "xaxis": "x", + "y": [ + 0.2237271062709769, + 0.26089728721045985, + 0.36956757053929784, + 0.37987153895782466, + 0.40184374164071757, + 0.4049359294606467, + 0.40069173219776916, + 0.4197417238659564, + 0.42079449872238256, + 0.4216298741440368, + 0.45357274924819807, + 0.4070906308733323, + 0.43344810408537443, + 0.41729984450086016, + 0.4340060493417278, + 0.43325068609975875, + 0.4275819332831712, + 0.4873044612921854, + 0.4289573132137839, + 0.4069459745623495, + 0.42059557835906436, + 0.4146946265658246, + 0.44861698572145625, + 0.40393001258118943, + 0.3887445996185905, + 0.45473602648626626, + 0.39881148408064226, + 0.4596261491519147, + 0.4253031826179735, + 0.44134657287364576, + 0.4167388771311786, + 0.46528338913545203, + 0.43788220590802823, + 0.4699175748973209, + 0.48091248934202324, + 0.4718301656586944, + 0.43309492819552153, + 0.4858392799450423, + 0.46998082502250643, + 0.5099196309573196, + 0.4934394923542499, + 0.5379432728690606, + 0.5073063150503042, + 0.49102904968684796, + 0.5070111529235217, + 0.5124851816365629, + 0.4756677911724211, + 0.5385099341579554, + 0.490022313422015, + 0.5495016026137584, + 0.5515511703415868, + 0.5463773954442317, + 0.5519081179050817, + 0.5457124101307104, + 0.5461141982583385, + 0.5481566472568022, + 0.5479187451621537, + 0.5576205942486175, + 0.542038505710765, + 0.5413278387608486, + 0.5404832325387132, + 0.5403184781201993, + 0.5437634861575104, + 0.547190515179361, + 0.5523134127649932, + 0.5482960910066369, + 0.547958957612149, + 0.5421236718191393, + 0.5420608146762823, + 0.5415914537740267, + 0.5437357340130476, + 0.5436285911559047, + 0.5433428768701903, + 0.5433428768701903, + 0.5433428768701903, + 0.5433428768701903, + 0.5433428768701903, + 0.5432000197273332, + 0.5432000197273332, + 0.5432000197273332, + 0.5432000197273332, + 0.5432000197273332, + 0.5432000197273332, + 0.5432000197273332, + 0.5432000197273332, + 0.5432000197273332, + 0.5432000197273332, + 0.5432000197273332, + 0.5432000197273332, + 0.5432000197273332, + 0.5432000197273332, + 0.5432000197273332, + 0.5432000197273332, + 0.5432000197273332, + 0.5432000197273332, + 0.5432000197273332, + 0.5432000197273332, + 0.5432000197273332, + 0.5432000197273332, + 0.5432000197273332, + 0.5432000197273332 + ], + "yaxis": "y" + }, + { + "customdata": [ + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ], + [ + 0.3898893311315705, + "random_forest_1.0", + "lead_time" + ] + ], + "hovertemplate": "%{hovertext}

prediction=%{y:.3f}
mean_prediction=%{customdata[0]:.3f}", + "hovertext": [ + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0", + "random_forest_1.0" + ], + "legendgroup": "random_forest_1.0", + "line": { + "color": "#4378bf", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "random_forest_1.0", + "opacity": 1, + "orientation": "v", + "showlegend": true, + "type": "scatter", + "x": [ + 0, + 7.37, + 14.74, + 22.11, + 29.48, + 36.85, + 44.22, + 51.59, + 58.96, + 66.33, + 73.7, + 81.07000000000001, + 88.44, + 95.81, + 103.18, + 110.55, + 117.92, + 125.29, + 132.66, + 140.03, + 147.4, + 154.77, + 162.14000000000001, + 169.51, + 176.88, + 184.25, + 191.62, + 198.99, + 206.36, + 213.73, + 221.1, + 228.47, + 235.84, + 243.21, + 250.58, + 257.95, + 265.32, + 272.69, + 280.06, + 287.43, + 294.8, + 302.17, + 309.54, + 316.91, + 324.28000000000003, + 331.65, + 339.02, + 346.39, + 353.76, + 361.13, + 368.5, + 375.87, + 383.24, + 390.61, + 397.98, + 405.35, + 412.72, + 420.09000000000003, + 427.46, + 434.83, + 442.2, + 449.57, + 456.94, + 464.31, + 471.68, + 479.05, + 486.42, + 493.79, + 501.16, + 508.53000000000003, + 515.9, + 523.27, + 530.64, + 538.01, + 545.38, + 552.75, + 560.12, + 567.49, + 574.86, + 582.23, + 589.6, + 596.97, + 604.34, + 611.71, + 619.08, + 626.45, + 633.82, + 641.19, + 648.5600000000001, + 655.9300000000001, + 663.3, + 670.67, + 678.04, + 685.41, + 692.78, + 700.15, + 707.52, + 714.89, + 722.26, + 729.63, + 737 + ], + "xaxis": "x", + "y": [ + 0.04475929111963993, + 0.08207222449250245, + 0.17658453213453212, + 0.13640439005439006, + 0.21276674603174603, + 0.13349475524475524, + 0.25472316017316016, + 0.3307214285714286, + 0.29659761904761905, + 0.26754285714285714, + 0.262552380952381, + 0.3808751082251082, + 0.38266263736263745, + 0.30650000000000005, + 0.10983333333333334, + 0.31648863636363633, + 0.3515844155844156, + 0.417, + 0.3290196078431373, + 0.34986666666666666, + 0.407631746031746, + 0.19086666666666668, + 0.3543571428571428, + 0.44126746031746034, + 0.2596595238095238, + 0.37656190476190476, + 0.28000238095238095, + 0.32248333333333334, + 0.2786849761349761, + 0.31329999999999997, + 0.2883333333333333, + 0.3904833333333333, + 0.48075, + 0.4425809523809524, + 0.3697142857142858, + 0.3482, + 0.3201833333333334, + 0.3737666666666667, + 0.3882595238095238, + 0.38489999999999996, + 0.4001916666666667, + 0.46856666666666663, + 0.4742333333333334, + 0.4638999999999999, + 0.4164, + 0.4787333333333333, + 0.3976142857142857, + 0.4276142857142857, + 0.48111428571428566, + 0.5276142857142856, + 0.5307319327731091, + 0.5286142857142856, + 0.5295695530386066, + 0.541647619047619, + 0.5378380952380952, + 0.5340453463203463, + 0.528889113827349, + 0.5251521008403361, + 0.5292026058908412, + 0.5299638383838384, + 0.5368503455608719, + 0.535850345560872, + 0.5385681818181818, + 0.5469895104895104, + 0.5489462481962482, + 0.5438883116883116, + 0.5408883116883116, + 0.5319105466428996, + 0.5319105466428996, + 0.5319105466428996, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689, + 0.5328811688311689 + ], + "yaxis": "y" + } + ], + "layout": { + "annotations": [ + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "lead_time", + "x": 0.5, + "xanchor": "center", + "xref": "paper", + "y": 1, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "prediction", + "textangle": -90, + "x": -0.07, + "xref": "paper", + "y": 0.5, + "yref": "paper" + } + ], + "font": { + "color": "#371ea3" + }, + "height": 489, + "hovermode": "x unified", + "legend": { + "font": { + "size": 11 + }, + "itemsizing": "constant", + "orientation": "h", + "title": { + "font": { + "size": 12 + }, + "text": "label" + }, + "tracegroupgap": 0, + "x": 1, + "xanchor": "right", + "y": 1.0613496932515338, + "yanchor": "bottom" + }, + "margin": { + "b": 71, + "r": 30, + "t": 78 + }, + "template": { + "data": { + "scatter": [ + { + "type": "scatter" + } + ] + } + }, + "title": { + "font": { + "size": 16 + }, + "text": "Aggregated Profiles", + "x": 0.15 + }, + "xaxis": { + "anchor": "y", + "automargin": true, + "domain": [ + 0, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "showticklabels": true, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "yaxis": { + "anchor": "x", + "automargin": true, + "domain": [ + 0, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "range": [ + -0.03510501786363418, + 0.9232666899356551 + ], + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + } + } + }, + "text/html": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "forest_mprofile = exp_forest.model_profile(variables = [\"lead_time\"],\n", + " groups = \"children\",\n", + " type = \"partial\")\n", + "forest_mprofile.plot()\n", + "# number of children alone may not be decisive for model, \n", + "# but they may create groups of obsrervations, that may behave differently \n", + "\n", + "# for instance we may take a closer look at pdp curves for lead_time divided into groups by number of children\n", + "# when lead_time is high enough(> 300 days) customers with 2 children tend to cancel more often than those with 1 or 0,\n", + "# by smaller(< 300) lead_times however behavior of all groups looks similar" + ] + }, + { + "cell_type": "code", + "execution_count": 46, + "id": "b1ac0ef8", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Calculating ceteris paribus: 100%|███████████████████████████████████████████████████████| 1/1 [00:00<00:00, 1.29it/s]\n" + ] + }, + { + "data": { + "application/vnd.plotly.v1+json": { + "config": { + "displaylogo": false, + "modeBarButtonsToRemove": [ + "sendDataToCloud", + "lasso2d", + "autoScale2d", + "select2d", + "zoom2d", + "pan2d", + "zoomIn2d", + "zoomOut2d", + "resetScale2d", + "toggleSpikelines", + "hoverCompareCartesian", + "hoverClosestCartesian" + ], + "plotlyServerURL": "https://plot.ly", + "staticPlot": false, + "toImageButtonOptions": { + "height": null, + "width": null + } + }, + "data": [ + { + "customdata": [ + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_0", + "lead_time" + ] + ], + "hovertemplate": "%{hovertext}

prediction=%{y:.3f}
mean_prediction=%{customdata[0]:.3f}", + "hovertext": [ + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0", + "random_forest_0" + ], + "legendgroup": "random_forest_0", + "line": { + "color": "#8bdcbe", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "random_forest_0", + "opacity": 1, + "orientation": "v", + "showlegend": true, + "type": "scatter", + "x": [ + 0, + 7.37, + 14.74, + 22.11, + 29.48, + 36.85, + 44.22, + 51.59, + 58.96, + 66.33, + 73.7, + 81.07000000000001, + 88.44, + 95.81, + 103.18, + 110.55, + 117.92, + 125.29, + 132.66, + 140.03, + 147.4, + 154.77, + 162.14000000000001, + 169.51, + 176.88, + 184.25, + 191.62, + 198.99, + 206.36, + 213.73, + 221.1, + 228.47, + 235.84, + 243.21, + 250.58, + 257.95, + 265.32, + 272.69, + 280.06, + 287.43, + 294.8, + 302.17, + 309.54, + 316.91, + 324.28000000000003, + 331.65, + 339.02, + 346.39, + 353.76, + 361.13, + 368.5, + 375.87, + 383.24, + 390.61, + 397.98, + 405.35, + 412.72, + 420.09000000000003, + 427.46, + 434.83, + 442.2, + 449.57, + 456.94, + 464.31, + 471.68, + 479.05, + 486.42, + 493.79, + 501.16, + 508.53000000000003, + 515.9, + 523.27, + 530.64, + 538.01, + 545.38, + 552.75, + 560.12, + 567.49, + 574.86, + 582.23, + 589.6, + 596.97, + 604.34, + 611.71, + 619.08, + 626.45, + 633.82, + 641.19, + 648.5600000000001, + 655.9300000000001, + 663.3, + 670.67, + 678.04, + 685.41, + 692.78, + 700.15, + 707.52, + 714.89, + 722.26, + 729.63, + 737 + ], + "xaxis": "x", + "y": [ + 0.18746330667879266, + 0.24254755536190312, + 0.3566626265901049, + 0.36011300533080054, + 0.40876426705048946, + 0.40072728321690154, + 0.3749543805652877, + 0.3964540750871829, + 0.3989065550126079, + 0.3919783104877378, + 0.41763923337384423, + 0.41196191769122265, + 0.4071993375860357, + 0.4016881807644742, + 0.4004233836241423, + 0.40517406201515066, + 0.41130485340771145, + 0.4382480586197238, + 0.42180349701784403, + 0.3967506951665864, + 0.3716929595904571, + 0.4022057992817887, + 0.38268401986152173, + 0.412420081411347, + 0.36992165730422555, + 0.44471445733530857, + 0.39005528098924297, + 0.43310686204449067, + 0.40493655059351313, + 0.4222430952849102, + 0.39384132818397405, + 0.4389922722792484, + 0.41979789952776336, + 0.48981361177348026, + 0.48061806152012987, + 0.4778845723274641, + 0.4561931916731118, + 0.511144416232441, + 0.4948900318004745, + 0.4935370589193611, + 0.534079660585771, + 0.5239330355881457, + 0.527228329232583, + 0.5049007630479015, + 0.5130902017493993, + 0.5303455756185242, + 0.461028198103509, + 0.5552163490467514, + 0.5138545969005044, + 0.5784020199833088, + 0.5780126954412848, + 0.56690982442025, + 0.5726572887636552, + 0.5640404615294968, + 0.5637227091945891, + 0.5640421990465575, + 0.5607558730836055, + 0.5665431886296987, + 0.5545192766160504, + 0.5534600004132821, + 0.5531907716046324, + 0.5530090749896965, + 0.5577637314791001, + 0.5597173186598148, + 0.5627780821365013, + 0.5573304946741939, + 0.5568729968730233, + 0.5530519435374792, + 0.5529875140072779, + 0.5527141123824103, + 0.5548006839523386, + 0.5547000128113988, + 0.5543308852946204, + 0.5543308852946204, + 0.5543308852946204, + 0.5543308852946204, + 0.5543308852946204, + 0.5539953148248218, + 0.5539953148248218, + 0.5539953148248218, + 0.5539953148248218, + 0.5539953148248218, + 0.5539953148248218, + 0.5539953148248218, + 0.5539953148248218, + 0.5539953148248218, + 0.5539953148248218, + 0.5539953148248218, + 0.5539953148248218, + 0.5539953148248218, + 0.5539953148248218, + 0.5539953148248218, + 0.5539953148248218, + 0.5539953148248218, + 0.5539953148248218, + 0.5539953148248218, + 0.5539953148248218, + 0.5539953148248218, + 0.5539953148248218, + 0.5539953148248218, + 0.5539953148248218 + ], + "yaxis": "y" + }, + { + "customdata": [ + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ], + [ + 0.3660058620804916, + "random_forest_1", + "lead_time" + ] + ], + "hovertemplate": "%{hovertext}

prediction=%{y:.3f}
mean_prediction=%{customdata[0]:.3f}", + "hovertext": [ + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1", + "random_forest_1" + ], + "legendgroup": "random_forest_1", + "line": { + "color": "#4378bf", + "dash": "solid", + "width": 2 + }, + "marker": { + "symbol": "circle" + }, + "mode": "lines", + "name": "random_forest_1", + "opacity": 1, + "orientation": "v", + "showlegend": true, + "type": "scatter", + "x": [ + 0, + 7.37, + 14.74, + 22.11, + 29.48, + 36.85, + 44.22, + 51.59, + 58.96, + 66.33, + 73.7, + 81.07000000000001, + 88.44, + 95.81, + 103.18, + 110.55, + 117.92, + 125.29, + 132.66, + 140.03, + 147.4, + 154.77, + 162.14000000000001, + 169.51, + 176.88, + 184.25, + 191.62, + 198.99, + 206.36, + 213.73, + 221.1, + 228.47, + 235.84, + 243.21, + 250.58, + 257.95, + 265.32, + 272.69, + 280.06, + 287.43, + 294.8, + 302.17, + 309.54, + 316.91, + 324.28000000000003, + 331.65, + 339.02, + 346.39, + 353.76, + 361.13, + 368.5, + 375.87, + 383.24, + 390.61, + 397.98, + 405.35, + 412.72, + 420.09000000000003, + 427.46, + 434.83, + 442.2, + 449.57, + 456.94, + 464.31, + 471.68, + 479.05, + 486.42, + 493.79, + 501.16, + 508.53000000000003, + 515.9, + 523.27, + 530.64, + 538.01, + 545.38, + 552.75, + 560.12, + 567.49, + 574.86, + 582.23, + 589.6, + 596.97, + 604.34, + 611.71, + 619.08, + 626.45, + 633.82, + 641.19, + 648.5600000000001, + 655.9300000000001, + 663.3, + 670.67, + 678.04, + 685.41, + 692.78, + 700.15, + 707.52, + 714.89, + 722.26, + 729.63, + 737 + ], + "xaxis": "x", + "y": [ + 0.06513839258247794, + 0.044326441102756894, + 0.3222428000920648, + 0.3875025876900877, + 0.4744608585858586, + 0.5821785714285714, + 0.659375, + 0.738112332112332, + 0.7260500610500611, + 0.6373333333333333, + 0.642263888888889, + 0.6065238095238095, + 0.6350833333333332, + 0.5720833333333333, + 0.5877002164502165, + 0.5539693223443224, + 0.5296269841269843, + 0.4801784147869674, + 0.48166666666666663, + 0.4586681929181929, + 0.3096004273504273, + 0.2827272727272727, + 0.16427884615384614, + 0.09629040404040404, + 0.09892892156862745, + 0.21541269841269842, + 0.3942142857142857, + 0.3718181818181818, + 0.37966666666666665, + 0.3633333333333333, + 0.39499999999999996, + 0.3358333333333334, + 0.31, + 0.39, + 0.25, + 0.245, + 0.325, + 0.435, + 0.47500000000000003, + 0.255, + 0.23625000000000002, + 0.27675, + 0.3695833333333334, + 0.24083333333333334, + 0.38949999999999996, + 0.5549999999999999, + 0.53, + 0.5549999999999999, + 0.55, + 0.545, + 0.545, + 0.545, + 0.5229761904761905, + 0.5162727272727272, + 0.5109498553519769, + 0.5124739195230998, + 0.5021670190274841, + 0.5008464849354376, + 0.4938170731707317, + 0.4938170731707317, + 0.4930625, + 0.4930625, + 0.49274999999999997, + 0.4921666666666667, + 0.49553846153846154, + 0.49200000000000005, + 0.49200000000000005, + 0.49200000000000005, + 0.49200000000000005, + 0.49200000000000005, + 0.49200000000000005, + 0.49200000000000005, + 0.49200000000000005, + 0.49200000000000005, + 0.49200000000000005, + 0.49200000000000005, + 0.49200000000000005, + 0.48700000000000004, + 0.48700000000000004, + 0.48700000000000004, + 0.48700000000000004, + 0.48700000000000004, + 0.48700000000000004, + 0.48700000000000004, + 0.48700000000000004, + 0.48700000000000004, + 0.48700000000000004, + 0.48700000000000004, + 0.48700000000000004, + 0.48700000000000004, + 0.48700000000000004, + 0.48700000000000004, + 0.48700000000000004, + 0.48700000000000004, + 0.48700000000000004, + 0.48700000000000004, + 0.48700000000000004, + 0.48700000000000004, + 0.48700000000000004, + 0.48700000000000004, + 0.48700000000000004 + ], + "yaxis": "y" + } + ], + "layout": { + "annotations": [ + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "lead_time", + "x": 0.5, + "xanchor": "center", + "xref": "paper", + "y": 1, + "yanchor": "bottom", + "yref": "paper" + }, + { + "font": { + "size": 13 + }, + "showarrow": false, + "text": "prediction", + "textangle": -90, + "x": -0.07, + "xref": "paper", + "y": 0.5, + "yref": "paper" + } + ], + "font": { + "color": "#371ea3" + }, + "height": 489, + "hovermode": "x unified", + "legend": { + "font": { + "size": 11 + }, + "itemsizing": "constant", + "orientation": "h", + "title": { + "font": { + "size": 12 + }, + "text": "label" + }, + "tracegroupgap": 0, + "x": 1, + "xanchor": "right", + "y": 1.0613496932515338, + "yanchor": "bottom" + }, + "margin": { + "b": 71, + "r": 30, + "t": 78 + }, + "template": { + "data": { + "scatter": [ + { + "type": "scatter" + } + ] + } + }, + "title": { + "font": { + "size": 16 + }, + "text": "Aggregated Profiles", + "x": 0.15 + }, + "xaxis": { + "anchor": "y", + "automargin": true, + "domain": [ + 0, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "showticklabels": true, + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + }, + "yaxis": { + "anchor": "x", + "automargin": true, + "domain": [ + 0, + 1 + ], + "fixedrange": true, + "gridwidth": 2, + "range": [ + -0.025052147998200616, + 0.8074909212132895 + ], + "tickcolor": "white", + "ticklen": 3, + "ticks": "outside", + "title": { + "text": "" + }, + "type": "linear", + "zeroline": false + } + } + }, + "text/html": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "forest_mprofile = exp_forest.model_profile(variables = [\"lead_time\"],\n", + " groups = \"babies\",\n", + " type = \"partial\")\n", + "forest_mprofile.plot()\n", + "# same situation but now grouped by number of babies\n", + "# here one can observe that probability of cancelation is higher by families\n", + "# that have baby when lead_time is small enough(< 100 days)\n", + "# after that it is even more probable that family with no children will cancel its reservation\n", + "# it can happen so because families with babies plan their holidays better than families without\n", + "# but if lead_time is not big enough it can that having baby can break their plans " + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.13" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}