<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Building Quantile Regression Models for Predicting Traffic Flow</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Kirill</forename><surname>Smelyakov</surname></persName>
							<email>kyrylo.smelyakov@nure.ua</email>
							<affiliation key="aff0">
								<orgName type="institution">Kharkiv National University of Radio Electronics</orgName>
								<address>
									<addrLine>14 Nauky Ave</addrLine>
									<postCode>61166</postCode>
									<settlement>Kharkiv</settlement>
									<country key="UA">Ukraine</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Olha</forename><surname>Klochko</surname></persName>
							<email>olha.klochko.cpe@nure.ua</email>
							<affiliation key="aff0">
								<orgName type="institution">Kharkiv National University of Radio Electronics</orgName>
								<address>
									<addrLine>14 Nauky Ave</addrLine>
									<postCode>61166</postCode>
									<settlement>Kharkiv</settlement>
									<country key="UA">Ukraine</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Zoia</forename><surname>Dudar</surname></persName>
							<email>zoia.dudar@nure.ua</email>
							<affiliation key="aff0">
								<orgName type="institution">Kharkiv National University of Radio Electronics</orgName>
								<address>
									<addrLine>14 Nauky Ave</addrLine>
									<postCode>61166</postCode>
									<settlement>Kharkiv</settlement>
									<country key="UA">Ukraine</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Building Quantile Regression Models for Predicting Traffic Flow</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">CF529C18DC99B120F35A4435816FD6DE</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-06-19T15:03+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Traffic flow</term>
					<term>quantile regression</term>
					<term>speed prediction</term>
					<term>machine learning</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Traffic is one of the most important aspects of managing cities and transportation infrastructure. Fast and accurate traffic forecasting can help solve various transportationrelated problems, such as congestion, increased air pollution, and improved road safety. In this paper, we investigate the use of quantile regression and its modifications such as KNN Quantile Regression, Random Forest Quantile Regression, Gradient Boosting Quantile Regression, and XGBoost Quantile Regression for traffic intervals prediction using Uber data on traffic in Kyiv in January 2020. Results showed the Gradient Boosting Quantile Regression model appeared to perform the best. But others KNN and Random Forest algorithms work well for lower quantiles and XGBoost work the best for the median. The findings of this paper is that it can be used to improve traffic forecasting, which is an important task for traffic management authorities, logistics and transportation companies, and other stakeholders.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>Almost all cities in the world face serious congestion problems. Excessive traffic flow leads to the paralysis of the urban transportation system on a daily basis, which creates great inconvenience and a negative impact on people's travel. Different countries are actively taking appropriate measures, i.e. redirecting traffic, limiting the number or expanding the scale of the road network, but these measures may have little effect <ref type="bibr" target="#b0">[1]</ref>.</p><p>Intelligent transport systems are used to manage traffic flows, allowing real-time data collection and processing of information about the road network, including traffic speed, number of vehicles for a certain period, traffic density, road network occupancy, and public transport schedules.</p><p>There are several reasons for the need to regulate urban traffic flows in Ukrainian cities [2]: increasing urbanization, growing congestion on the road network, poor quality of public transport services, inconvenient routes, long travel times, etc. These problems are especially acute in the largest cities and encourage citizens to increasingly choose a car for daily correspondence, which in turn increases delays, travel time, and leads to environmental pollution <ref type="bibr" target="#b1">[3]</ref>.</p><p>The relevance of this work is to find tools for managing and monitoring these processes in cities. According to the developing but still insufficient scientific literature, which focuses on how the dynamism of intelligent transport systems affects urban innovation and how traffic management tools can be activated to obtain optimal results, it is important to analyze urban transport systems as a dynamic whole.</p><p>The aim of the paper is to research the efficiency using quantile regression models for predicting traffic flow based on historical data on example of average speed of cars per hour on a particular road segment, to evaluate the accuracy of the prediction and describe the applicability to improve the road traffic system</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Related works</head><p>Traffic forecasting is an important task in the field of transportation logistics and road traffic management. Research in the field of traffic prediction uses machine learning methods, in particular quantile regression methods.</p><p>The authors of work <ref type="bibr" target="#b2">[4]</ref>   Most studies on estimating the traffic flow of an entire road network are based on one or more road network properties, and the results may not be promising <ref type="bibr" target="#b3">[5]</ref><ref type="bibr" target="#b4">[6]</ref><ref type="bibr" target="#b5">[7]</ref>, and evaluating the efficiency of network transfer or tuning parameters of an intelligent system were seen in recent researchers <ref type="bibr" target="#b6">[8,</ref><ref type="bibr" target="#b7">9]</ref>. There is a way to combine five topological indicators and road length to estimate traffic flow based on a multiple regression approach <ref type="bibr" target="#b8">[10]</ref>. Six measures are used to estimate traffic flow: road length, proximity, intermediate, degree, page rank, and clustering coefficient <ref type="bibr" target="#b3">[5]</ref>. It is worth noting that each measure requires a different correlation for different types of traffic data.</p><p>Big data methods are used in a wide range of fields and industries, including: e-commerce, healthcare, transportation, energy, government, education <ref type="bibr" target="#b9">[11,</ref><ref type="bibr" target="#b10">12]</ref>. It drives innovation and improve efficiency in many different industries, leading to significant advancements in technology and business practices.</p><p>The application of the KNN algorithm in short-term urban traffic forecasting. The KNN algorithm has good performance in dealing with sudden changes and non-linearity of urban traffic flow due to its non-parametric regression characteristics <ref type="bibr" target="#b11">[13,</ref><ref type="bibr" target="#b12">14]</ref>. However, the long execution time of the KNN forecasting system leads to a decrease in forecasting efficiency. To solve this problem, the two-stage search algorithm proposed in this paper finds and identifies the best decision input set from historical data using two similarity measures. Experimental results show that this method effectively improves the prediction performance of the system under the condition of guaranteeing the accuracy of the original prediction. The ideas presented here can be further explored with additional data, such as weather conditions or emergencies, more complex urban topologies, and different types of forecasting methods <ref type="bibr" target="#b13">[15]</ref>.</p><p>Work <ref type="bibr" target="#b14">[16]</ref><ref type="bibr" target="#b15">[17]</ref><ref type="bibr" target="#b16">[18]</ref> show quantile regression to predict traffic based on smartphone data. They compared different quantile regression methods, including nearest neighbors, random forests, and gradient boosting, and found that the gradient boosting method gave the best results. As well as a number of statistical methods to predict the 5th, 10th, 25th, 50th, 75th, and 90th percentile of traffic speeds. As a result of comparing the models, the authors concluded that the nearest neighbor method and random forests showed the best performance for traffic prediction using quantile regression.</p><p>Also several quantile regression methods were compared to predict traffic speed on a highway <ref type="bibr" target="#b17">[19,</ref><ref type="bibr" target="#b18">20]</ref>. The authors compared different methods, such as the nearest neighbor method, random forests, gradient boosting, and XGBoost. They compared the results with several other congestion prediction methods and concluded that the random forest method is effective in predicting quantile values of road congestion. According to the results of the study, the XGBoost method showed the best performance for predicting speed quantiles on the highway.</p><p>The quantile regression method can be combined or combined with other methods to improve forecast accuracy, so this article <ref type="bibr" target="#b19">[21]</ref> describes an algorithm for short-term nonparametric probabilistic quantile regression forecasting that incorporates the advantages of a hybrid neural network and quantile regression.</p><p>Approaching the quantile regression problem <ref type="bibr" target="#b20">[22,</ref><ref type="bibr" target="#b21">23]</ref> from a multitasking perspective solves the unpleasant problem of overlapping quantiles, while greatly outperforming current quantile regression methods. Work say that jointly modeling the mean and several conditional quantiles leads to improved predictions of conditional expectation due to the additional information and regularization effects caused by the added quantiles.</p><p>Also in the literature there are studies using artificial neural networks <ref type="bibr" target="#b22">[24]</ref>, like long short term memory. Describes the state of the lack of traffic speed data and proposes a method for predicting traffic speed based on measuring traffic flow in the previous and later moment states. The performance of five prediction models was compared: KNN, support vector regression (SVR), classification trees, exactly long short term memory (LSTM) and back propagation (BP) <ref type="bibr" target="#b23">[25]</ref>. The method works on the basis of the LSTM model and achieves the best result.</p><p>In general, many studies use quantile regression methods to predict traffic speeds and traffic congestion. Different methods are used, such as the nearest neighbor method, random forests, gradient boosting, and XGBoost. Each of these methods has its own advantages and disadvantages, so the choice of method depends on the specific task and the amount of data, i.e. searching in Big Data Warehouses <ref type="bibr" target="#b24">[26]</ref>.</p><p>The effect of the dataset on evaluating urban traffic prediction was analyzed as well and experimental results show that the predictive effect of the multiscale model is much better than that of the single-scale prediction and fully reflects the data set, adding more information is of greater research value <ref type="bibr" target="#b25">[27]</ref>. These resources may provide further insights and perspectives on the use of data science and machine learning techniques for predicting and analyzing transportation patterns and trends.</p><p>Consequently, research in quantile regression for traffic prediction is ongoing, and allows for the development of increasingly accurate and efficient methods to solve this important problem.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Method and materials</head><p>Consider the dataset, machine learning methods and metrics that was used in further experiments.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Dataset Description</head><p>As mentioned earlier, traffic data is collected by many organizations involved in transportation, logistics, and mapping services. However, due to certain restrictions, such data is usually not publicly available. Most of the traffic data is provided by taxi services. Also, up-to-date data was needed, as most open datasets store information on traffic speeds up to 2012. Since it was decided to use Kyiv data to build the model, it was decided to search for the necessary information on the resources of wellknown taxi services.</p><p>There are several large taxi services in Kyiv, one of the largest is Uber <ref type="bibr" target="#b26">[28]</ref>. An important fact is that in 2018, the company launched the Uber Movement resource, which provides access to data on the speed of taxi movement of this service over time. It contains data from January 2018 to March 2020. The data is divided into sets, each of which contains information about the average taxi speed on a segment of the region's road for each hour of each day of a particular month. The data includes only those observations for which there is data on at least 5 unique trips on the segment in question at the time point in question (Figure <ref type="figure" target="#fig_2">3</ref>).  osm_start_node_id -the corresponding OpenStreetMap node identifier for the start of the segment;  osm_end_node_id -the corresponding OpenStreetMap node ID for the end of the segment;  speed_kph_mean -the average speed of Uber vehicles on the corresponding road segment in km/h;  speed_kph_stddev -standard deviation of the speed on the corresponding road segment in km/h. The road segment is fully defined by the OpenStreetMap road identifier, as well as the start and end node identifiers in OpenStreetMap. This data can be used to get information about the name of the street where the segment is located, as well as its location. Uber Movement also provides this data, but as a separate set.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Machine learning methods</head><p>There are various regression types. Regression models aim to fit a target variable that is expressed as a numerical vector. Nevertheless, statisticians have increasingly developed sophisticated regression techniques. Quantile regression (QR) is a procedure for estimating the parameters of a linear relationship between explanatory variables and a given level of the quantile of the variable being explained <ref type="bibr" target="#b27">[29,</ref><ref type="bibr" target="#b28">30]</ref>.</p><p>Unlike ordinary least squares, quantile regression is a non-parametric method. This allows you to get more information: regression parameters for any quantiles of the distribution of the dependent variable. In addition, such a model is much less sensitive to outliers in the data and to violations of the assumptions about the nature of the distributions.</p><p>Quantile regression is a regression that intentionally introduces a bias into the result. Instead of looking for the mean of the predicted variable, quantile regression aims to find the median and any other quantiles (which are sometimes called percentiles). The classic and most straightforward prediction is that based on mean values: the respective over-and under-prediction weights must be equal, otherwise the prediction becomes biased (more accurately, biased relative to the mean value).</p><p>The first refinement of this approach is the median prediction: the corresponding over-and underprediction frequencies must be equal, otherwise the prediction becomes biased relative to the median. At this point, we shifted the notion of unbiased predictions from equal weights to equal probability. This shift is not obvious, but it can make a huge numerical difference in some situations. The median value represents the threshold value where the distribution breaks down with a 50/50 probability. However, it is possible to consider other frequency ratios as well. For example, we can consider ratios of 80/20, 90/10, and any other, as long as their total value is 100%.</p><p>Quantiles are a generalization of the median value to any percentage expression. For τ, whose value is between 0 and 1, the quantile regression Q(τ) represents the threshold value at which the probability of a value below the threshold is equal to τ <ref type="bibr" target="#b29">[31]</ref>.</p><p>Strict mathematical definition of quantile according to the following: if Y is a random variable with a distribution function F(y) or a distribution density f(y), then the quantile qτ of order τ∈[1,0] of a onedimensional distribution is the value yτ of the random variable Y for which the distribution function takes the value τ or there is a "jump" with a value less than τ to a value greater than τ. For continuous distributed, the quantile of order τ, where the number τ∈ <ref type="bibr" target="#b0">[1,</ref><ref type="bibr">0]</ref>, is defined as the solution of the equation:</p><formula xml:id="formula_0">𝐹(𝑞) = ∫ 𝑓(𝑦) 𝑑𝑦 = 𝜏, 𝑞 −∞</formula><p>(1) K-nearest neighbors (KNN) is a nonparametric regression tool that attempts to estimate the conditional mean for a new observation, x0, by identifying the k points of observed data that are closest to the new observation for which a prediction is needed. The response values for these nearest observations are then averaged together <ref type="bibr" target="#b12">[14]</ref><ref type="bibr" target="#b13">[15]</ref><ref type="bibr" target="#b14">[16]</ref>. The k-nearest neighbor predictions are more formally computed by using the following equation:</p><formula xml:id="formula_1">𝑌 ̂= 1 𝑘 ∑ 𝑦 𝑖 𝑥 𝑖 ∈𝑁 𝑘 (𝑥 0 ) ,<label>(2)</label></formula><p>where Nk(x0) is the neighborhood of x0 defined by the k closest points xi in the training data. Since most observed data will likely have just one or no observations at a candidate x0, the observed response values for the closest neighbors serve as an approximate for the conditional distribution Y|x = x0. Thus, averaging across these observed values is an estimate of the conditional mean at x0.</p><p>A regression tree, like KNN, is a nonparametric prediction method that approximates the conditional mean by using available data close in proximity to the point one wishes to predict. For continuous predictors, regression trees split the predictor space into high dimensional rectangles rather than using neighbors.</p><p>The random forest (RF) model is a highly valuable and applied nonparametric form of regression. The trees provide a natural way to automatically approximate f(X) without doing a lot of thinking about what the true from of f(X) looks like. Its bagging nature lends itself to better prediction accuracies than a regression tree and also allows for categorical predictors to be incorporated where other nonparametric tools, like KNN, do not.</p><p>XGBoost is a machine learning algorithm based on a decision search tree and using a gradient binning framework. In prediction tasks that use unstructured data (such as images or text), the artificial neural network outperforms all other algorithms or frameworks. But when it comes to structured or tabular data of small size, algorithms based on a decision tree take precedence <ref type="bibr" target="#b30">[32,</ref><ref type="bibr" target="#b31">33]</ref>.</p><p>XGBoost and Gradient Boosting Machines (GBM) are ensembles of tree methods that use the principle of boosting weak learners (most commonly, the binary decision tree algorithm) using a gradient descent architecture <ref type="bibr" target="#b31">[33]</ref>. In turn, XGBoost is an improvement of the GBM framework through system optimization and algorithm refinement.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3.">Machine learning metrics</head><p>To assess the prediction accuracy of the chosen models, in this paper, we use four statistical scores: Mean Absolute Percent Error (MAPE), Mean Absolute Error (MAE), Mean Square Error(MSE), Root Mean Square error (RMSE) <ref type="bibr" target="#b32">[34]</ref>. They are calculated as follows</p><formula xml:id="formula_2">𝑀𝐴𝐸 = 1 𝑁 ∑ |𝑦 𝑖 − 𝑦 ̂𝑖| 𝑁 𝑖=1 ,<label>(3)</label></formula><formula xml:id="formula_3">𝑀𝐴𝑃𝐸 = 1 𝑁 ∑ |𝑦 𝑖 −𝑦 ̂𝑖| 𝑦 𝑖 𝑁 𝑖=1 ,<label>(4)</label></formula><formula xml:id="formula_4">𝑀𝑆𝐸 = 1 𝑁 ∑ (𝑦 𝑖 − 𝑦 ̂𝑖) 2 𝑁 𝑖=1 ,<label>(5)</label></formula><formula xml:id="formula_5">𝑅𝑀𝑆𝐸 = √ 1 𝑁 ∑ (𝑦 𝑖 − 𝑦 ̂𝑖) 2 𝑁 𝑖=1 ,<label>(6)</label></formula><p>where Nnumber of data points, 𝑦iobserved value, 𝑦 ̂ipredicted value.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Experiment</head><p>In general, the first step is to collect data. This can be data on some traffic characteristics. This can be done with the help of special devices that can be installed either outside the vehicle, such as radars, or inside, such as GPS trackers.</p><p>Recognition systems are often used to add data from surveillance cameras to determine traffic on the roads using computer vision technology. The data can be collected at a single point or part of the road, or at a set of observation points or road sections.</p><p>For performing experiment was used service Uber Movement that provide data in the public domain, in particular for academic purposes <ref type="bibr" target="#b26">[28]</ref>.</p><p>However, there is one non-obvious aspect in this case. On the one hand, the speed of a taxi generally reflects the speed of the traffic in which the vehicle is moving. However, sometimes this is not the case, in particular, there is a study that shows that taxis move somewhat slower than the traffic, which logically implies that taxis slow down traffic.</p><p>For performing experiment was downloaded dataset the Uber Movement Speed Data from Kyiv in January 2020 and appropriate .geojson file with the OpenStreetMap data.</p><p>The data of the main streets of the central part of Kyiv were selected for the study. In a set with segment meta-information, the importance of a street is determined by the osmhighway parameter.</p><p>In particular, the values trunk, primary, and secondary denote the main roads, and trunk_link, primary_link, and secondary_link denote the main connections between streets that do not have their own name, such as exits from overpasses or overpasses.</p><p>Roads that fit this description are shown in Figure <ref type="figure" target="#fig_3">4</ref>. These are arterial streets bounded on one side by the so-called "small ring road" and on the other side by the Dnipro River. The main programming tool in this work is the Python language for several reasons. Firstly, it is quite easy to use because it has an intuitive syntax. Thus, it is widely used by professionals at every level of their science/engineering career. Secondly, it has a large selection of libraries and frameworks for ML models. And the last reason is that it is a modern programming language that can be easily integrated with other languages if necessary. Python 3.10 and the Jupyter Notebook were used to simulate the prediction algorithm. Libraries for data analysis and visualization -NumPy, Pandas, Sklearn, matplotlib, seaborn.</p><p>This can be due to sensor failures or, for example, the absence of cars on a given road segment at a given time in the case of data from taxi services. For correct operation, it is necessary to pre-process the data under study, in particular, to restore the missing values in some way. Secondly, it is also important for researchers to pay attention to how the traffic data on the road network is organized. Given their origin, they usually contain temporal and spatial dependencies of varying complexity. In particular, they are characterized by seasonality in time, for example, both daily and weekly seasonality. Neighboring road segments also affect the traffic of the target segment, which indicates obvious spatial dependencies in this kind of data. If these aspects are ignored, it is difficult to build an adequate forecasting system. So, it was removed unnecessary fields such as the year and month, as the dataset contains data for only one year and month, as well as the id of the road segments, start and end segments, since they were duplicated.</p><p>The collected data is often not perfect and cannot be immediately used. They may contain gaps or unnecessary information that will overburden the algorithm, and as a result, the algorithm will not give an accurate prediction. Various reasons cause gaps in the collected telecommunications data: system problems, packet loss, interference, etc. Other data-related issues include sensor measurement errors, emissions, and gaps. For the experiment, data were taken from one Umanskaya street, which contains 412 examples, where from 10 to 14 measurements were made for each day. The chosen target variable is the traffic in one particular cell. Characteristics are selected for work -time (hour), day (day). As quantiles was chosen 0.1, 0.25, 0.5, 0.75, and 0.9.</p><p>We started by preprocessing the data and splitting it into training 70% and testing 30% sets. We then implemented the KNN Quantile Regression algorithm, Random Forest Quantile Regression algorithm, Gradient Boosting Quantile Regression, and XGBoost Quantile Regression algorithm using sklearn library and xgb. In the experiment, the parameter settings of all models are shown in Table <ref type="table" target="#tab_0">1</ref>. We also defined a function to compute the quantile losses and plot the predicted versus actual values. The quality of forecasting can be assessed by the indicator included MAE, MSE, MAPE and RMSE from library sklearn.metrics.</p><p>Machine learning requires a lot of RAM. To speed up access to it, you need a processor that supports four channels, not two as in conventional custom solutions. To perform machine learning efficiently, it is important to consider the number of cores and the memory size of the graphics card. Since deep learning is a lot of linear functions, a lot of simple operations occurring at the same time, graphics processors are better suited for it. The fact is that they are designed for a lot of parallel calculations, while CPUs are designed for sequential ones. The wall training time of the model is highly dependent on processing power, was taken with an Intel Core i7 processor and 8 GB of RAM, which was used to test the wall training time with the given parameters.</p><p>Overall, the comparison provided insights into the strengths and weaknesses of each algorithm, and the results could be used to select the most appropriate algorithm.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Results</head><p>As a result of the experiment, we got the following plot of actual and predicted data with KNN Quantile Regression in Figure <ref type="figure" target="#fig_3">4</ref>.    Then, we got the following plot of actual and predicted data with Random Forest Quantile Regression in Figure <ref type="figure" target="#fig_5">5</ref>.   Then, we got the following plot of actual and predicted data with Gradient Boosting Quantile Regression in Figure <ref type="figure" target="#fig_6">6</ref>. Table <ref type="table" target="#tab_6">6</ref> shows more detailed information about predicted values with Gradient Boosting Quantile Regression for all quantiles. Then, we got the following plot of actual and predicted data with XGBoost Quantile Regression in Figure <ref type="figure" target="#fig_7">7</ref>.   The training time for all algorithm of regressions can be seen at the Table <ref type="table" target="#tab_9">10</ref>. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Discussions</head><p>Before discussion of results, it is worth mentioning some of the assumptions and limitations of this work. Assumptions for this study may include the following:</p><p></p><p>The study was conducted on data taken from the Uber Movement service, which contains data on the average speed of taxi traffic on a certain road segment for each hour of each day of a particular month.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head></head><p>The study was conducted using machine learning methods, in particular quantile regression methods such as KNN, Random Forest, Gradient Boosting, XGBoost, and others.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head></head><p>The study used qualitative metrics such as MSE, RMSE, MAE, MAPE to clearly assess the effectiveness of the regression methods under consideration.</p><p>Limitations include the following points: </p><p>The study was conducted on a limited data set, which may affect the overall representativeness of the study.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head></head><p>For the regression methods under consideration, additional parameters and hyperparameters may be required and need to be optimized to obtain better forecasting results.  Some factors affecting traffic may be difficult to measure or unavailable for data collection (unpredictable changes in traffic, e.g. due to accidents or weather conditions), which may result in insufficient accuracy of regression models.</p><p>The training time of the model is an important parameter, as it was established by the results of experiments that the fastest algorithms for this task are XGBoost and KNN.</p><p>We observed that KNN and Random Forest algorithm performed relatively well for lower quantiles, but its performance degraded for higher quantiles (Figure <ref type="figure" target="#fig_8">8</ref>). The table 2 provides actual values and predicted values for 5 quantiles for the KNN model. It appears that the predicted values are generally higher than the actual values, and the difference between the predicted and actual values increases as the quantile level increases.</p><p>They work well for lower quantiles, then they are able to model complex nonlinear data and fill large amounts of training data. However, for higher quantiles, when the data are smaller and the values for the data cut-offs, these methods may be less efficient. For such tradeoffs, there may be better methods that require more complex models and make fewer assumptions about the distribution of the data, such as gradient boosting.</p><p>Gradient Boosting and XGBoost perfomed bad enough for lower quantiles and the smallest loss near the median -0.5 quantile. The MAE, MSE, and RMSE decrease as the quantile increases, indicating that the model is performing better at higher quantiles. However, the MAPE increases as the quantile increases, indicating that the relative error of the model is higher at higher quantiles. Because methods are based on sequentially adding weak models to the ensemble in order to improve predictive abilities. They are commonly used to reduce MSE of the prediction, which is a standard metric in many regression problems. However, in quantile regression, where the target variables are quantiles, MSE may not be a suitable predictor. Gradient Boosting and XGBoost methods usually show good results for the median, as this metric is quite close to the MSE. However, for lower quantiles where predictions should be more conservative, these methods may be less effective. This may be due to the fact that gradient boosting and XGBoost methods use tree models, which usually tend to overfitting, that is, they can remove significant interactions between variables that are absent in the training data set. This may lead to less accurate predictions for lower quantiles, where the distribution of the data may be more complex and interactions between variables may be more important.</p><p>As we can see from the results, KNN and Random Forest show not bad results in accuracy but have narrow predicted interval and don't cover all possible values.</p><p>KNN method shows a narrow interval in the quantile regression because it uses the most similar values from the training data set to predict the target variable. If the training data set is representative of the target variable, then the nearest neighbor method can provide reasonably accurate results for quantile regression. However, it may show less accurate results if the training data set is not representative of the target variable, as may be the case when the speed of cars depends on many other factors, such as weather conditions, traffic, day of the week, etc.</p><p>Random Forest method can also show a narrow interval in the quantile regression because this method is based on an ensemble of decision trees, which can be very flexible in modeling non-linear relationships between the dependent and independent variables. In addition, with the use of many trees in the ensemble, high prediction accuracy can be achieved. However, if the decision trees are too deep or the number of trees is too large, overtraining of the model may occur and its overall generalization ability may deteriorate. Therefore, it is important to carefully tune model hyperparameters such as tree depth and number of trees in the ensemble.</p><p>In quantile regression, a larger value of MSE indicates that the model has a higher dispersion of errors around the predicted quantile values. In other words, the model may be overestimating or underestimating the actual quantile values by a larger margin.</p><p>Since quantile regression is concerned with predicting specific quantiles of the target variable, a model with a larger MSE may be more appropriate if the goal is to identify extreme or outlier values of the target variable. This is because a larger MSE implies that the model is better able to capture the variability in the tails of the target variable's distribution. This is because quantile regression is concerned with modeling the entire conditional distribution of the response variable, rather than just its mean.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7.">Conclusions</head><p>In this work, we explored the use of different quantile regression models for predicting speed based on Uber data in Kyiv, Ukraine during January 2020. We compared the performance of KNN quantile regression, Random Forest quantile regression, Gradient Boosting quantile regression, and XGBoost quantile regression, measuring errors and draw plots for each model.</p><p>Our results show that all four models performed well in predicting speed. We got knowledge that KNN and Random Forest algorithms work relatively well for lower quantiles but their effectiveness declines for higher quantiles. Gradient Boosting and XGBoost methods showed poor results for lower quantiles and the smallest losses near the median. KNN and Random Forest methods have a narrow prediction interval and do not cover all possible values. However, the Gradient Boosting quantile regression model appeared to perform the best, with the lowest overall mean absolute error and mean squared error.</p><p>Traditionally, mean regression models have been used for this purpose, but quantile regression provides a more comprehensive approach as it allows for the prediction of multiple quantiles, providing a fuller picture of the traffic flow distribution.</p><p>The results of this work can help to identify the most effective methods of traffic forecasting, which can reduce the time spent on forecasting and increase the accuracy of forecasts. In addition, the conclusions of this work can be used to develop new traffic forecasting algorithms that will be more efficient and accurate. The study shows that the proposed quantile regression models (KNN, random forest, gradient boosting, and XGBoost) outperform the traditional linear regression model in traffic flow prediction.</p><p>In the future, we plan to conduct research and compare the effectiveness of other machine learning methods that can be applied to traffic forecasting, such as neural networks. We need to consider the possibility of using different factors. For example, we can add data on weather, events in the city, road works and accidents, which will help identify key stress points in cities. We also want to expand our model to include last year or even previous years, hoping to identify seasonal patterns in urban mobility. In addition, it will be important to test the effectiveness of the developed models on real data and compare them with existing traffic forecasting systems to assess their potential usefulness and practical relevance.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head></head><label></label><figDesc>describe internal and external, static and dynamic factors affecting traffic conditions. Internal factors:  Driving behavior (dynamic);  Vehicle information (static);  Vehicle condition (dynamic). External factors:  Traffic flow condition (dynamic);  Weather conditions (dynamic);  Traffic rules and regulations (static);  Traffic signals and events (dynamic). Dynamic factors are known to change over time, so they are more difficult to model than static factors. Thus, in forecasting, historical and current information on dynamic factors should usually be considered together. Finally, this section analyzes the main factors affecting various forecasts. The first is classified in terms of the vehicle, which represents the internal factors of the vehicle and the external factors of the environment, as shown in Figure 1 and Figure 2.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 1 :Figure 2 :</head><label>12</label><figDesc>Figure 1: Vehicle speed prediction<ref type="bibr" target="#b2">[4]</ref> </figDesc><graphic coords="2,158.64,348.96,277.68,189.96" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 3 :</head><label>3</label><figDesc>Figure3: Uber Movement Speeds Web Exploration Tool for Kyiv<ref type="bibr" target="#b26">[28]</ref> </figDesc><graphic coords="4,72.00,415.20,450.96,221.28" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 4 :</head><label>4</label><figDesc>Figure 4: Segments of main streets in the central part of Kyiv<ref type="bibr" target="#b33">[35]</ref> </figDesc><graphic coords="7,93.48,147.84,407.40,202.80" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Figure 4 :</head><label>4</label><figDesc>Figure 4: KNN Quantile Regression plot with predicted values</figDesc><graphic coords="8,78.24,459.72,438.48,223.68" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head>Figure 5 :</head><label>5</label><figDesc>Figure 5: Random Forest Quantile Regression plot with predicted values</figDesc><graphic coords="9,72.00,400.80,450.96,250.08" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_6"><head>Figure 6 :</head><label>6</label><figDesc>Figure 6: Gradient Boosting Quantile Regression plot with predicted values</figDesc><graphic coords="10,72.00,384.36,450.96,241.44" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_7"><head>Figure 7 :</head><label>7</label><figDesc>Figure 7: XGBoost Quantile Regression plot with predicted values</figDesc><graphic coords="11,72.00,343.32,450.96,249.72" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_8"><head>Figure 8 :</head><label>8</label><figDesc>Figure 8: Comparison Quantile Regression Loss MAE</figDesc><graphic coords="13,170.04,223.80,255.00,203.04" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1</head><label>1</label><figDesc></figDesc><table><row><cell>Algorithms' parameter description</cell><cell></cell></row><row><cell>Algorithm</cell><cell>Parameter description</cell></row><row><cell>K-nearest neighbors</cell><cell>neighbors = 5</cell></row><row><cell>Random Forest</cell><cell>n_estimartors = 100, max_depth = 10, random_state = 42</cell></row><row><cell>Gradient Boosting</cell><cell>n_estimartors = 100, max_depth = 10, random_state = 42,</cell></row><row><cell></cell><cell>loss='quantile', alpha=q, min_samples_leaf=9,</cell></row><row><cell></cell><cell>learning_rate=0.01</cell></row><row><cell>XGBoost</cell><cell>n_estimartors = 100, max_depth = 10, random_state = 42,</cell></row><row><cell></cell><cell>alpha=q, learning_rate=0.01</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2</head><label>2</label><figDesc></figDesc><table /><note>shows more detailed information about predicted values with KNN Quantile Regression for all quantiles.</note></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 2 KNN</head><label>2</label><figDesc>Table3shows error metrics for predicted values with KNN Quantile Regression for all quantiles.</figDesc><table><row><cell cols="3">Quantile Regression predicted values</cell><cell></cell><cell></cell><cell></cell></row><row><cell>Actual Value</cell><cell>Quantile 0.1</cell><cell cols="3">Quantile 0.25 Quantile 0.5 Quantile 0.75</cell><cell>Quantile 0.9</cell></row><row><cell>17.273</cell><cell>18.111</cell><cell>19.1784</cell><cell>20.9654</cell><cell>23.0662</cell><cell>24.8344</cell></row><row><cell>35.127</cell><cell>25.1621</cell><cell>24.3558</cell><cell>22.7592</cell><cell>24.8254</cell><cell>26.5936</cell></row><row><cell>21.543</cell><cell>15.9387</cell><cell>16.8786</cell><cell>18.4326</cell><cell>20.6951</cell><cell>22.1128</cell></row><row><cell>14.589</cell><cell>10.6245</cell><cell>11.5644</cell><cell>13.1184</cell><cell>15.3809</cell><cell>16.7986</cell></row><row><cell>21.638</cell><cell>19.6254</cell><cell>20.6928</cell><cell>22.4798</cell><cell>24.5806</cell><cell>26.3488</cell></row><row><cell>12.496</cell><cell>21.739</cell><cell>22.8064</cell><cell>24.5934</cell><cell>26.6942</cell><cell>28.4624</cell></row><row><cell>21.107</cell><cell>17.4632</cell><cell>18.5306</cell><cell>20.3176</cell><cell>22.4184</cell><cell>24.1866</cell></row><row><cell>21.700</cell><cell>19.609</cell><cell>20.6764</cell><cell>22.4634</cell><cell>24.5642</cell><cell>26.3324</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 3 KNN</head><label>3</label><figDesc></figDesc><table><row><cell cols="3">Quantile Regression error metrics</cell><cell></cell><cell></cell><cell></cell></row><row><cell>Error Metric</cell><cell>Quantile 0.1</cell><cell cols="3">Quantile 0.25 Quantile 0.5 Quantile 0.75</cell><cell>Quantile 0.9</cell></row><row><cell>MAE</cell><cell>4.0871</cell><cell>3.882</cell><cell>3.996</cell><cell>4.8788</cell><cell>6.032</cell></row><row><cell>MSE</cell><cell>25.1621</cell><cell>24.3558</cell><cell>27.592</cell><cell>39.4032</cell><cell>55.0289</cell></row><row><cell>MAPE</cell><cell>0.2573</cell><cell>0.2672</cell><cell>0.2817</cell><cell>0.3524</cell><cell>0.4285</cell></row><row><cell>RMSE</cell><cell>5.0162</cell><cell>4.9352</cell><cell>5.2528</cell><cell>6.2772</cell><cell>7.4181</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head>Table 4</head><label>4</label><figDesc>shows more detailed information about predicted values with Random Forest Quantile Regression for all quantiles.</figDesc><table /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_5"><head>Table 4</head><label>4</label><figDesc>Random Forest Quantile Regression predicted valuesTable5shows error metrics for predicted values with Random Forest Quantile Regression for all quantiles.</figDesc><table><row><cell>Actual Value</cell><cell>Quantile 0.1</cell><cell>Quantile 0.25 Quantile 0.5 Quantile 0.75</cell><cell>Quantile 0.9</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_6"><head>Table 6</head><label>6</label><figDesc>Gradient Boosting Quantile Regression predicted values Table7shows error metrics for predicted values with Gradient Boosting Quantile Regression for all quantiles.</figDesc><table><row><cell>Actual Value</cell><cell>Quantile 0.1</cell><cell cols="3">Quantile 0.25 Quantile 0.5 Quantile 0.75</cell><cell>Quantile 0.9</cell></row><row><cell>17.273</cell><cell>10.359</cell><cell>12.585</cell><cell>18.5325</cell><cell>22.0517</cell><cell>24.2792</cell></row><row><cell>35.127</cell><cell>15.3296</cell><cell>14.631</cell><cell>18.6229</cell><cell>22.2287</cell><cell>26.6235</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_7"><head>Table 8</head><label>8</label><figDesc>shows more detailed information about predicted values with XGBoost Quantile Regression for all quantiles.</figDesc><table /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_8"><head>Table 8 XGBoost</head><label>8</label><figDesc>Table9shows error metrics for predicted values with XGBoost Quantile Regression for all quantiles.</figDesc><table><row><cell cols="3">Quantile Regression predicted values</cell><cell></cell><cell></cell><cell></cell></row><row><cell>Actual Value</cell><cell>Quantile 0.1</cell><cell cols="3">Quantile 0.25 Quantile 0.5 Quantile 0.75</cell><cell>Quantile 0.9</cell></row><row><cell>17.273</cell><cell>14.308</cell><cell>16.4747</cell><cell>19.3855</cell><cell>22.0762</cell><cell>25.2414</cell></row><row><cell>35.127</cell><cell>13.489</cell><cell>15.6672</cell><cell>18.6009</cell><cell>21.3046</cell><cell>24.4588</cell></row><row><cell>21.543</cell><cell>13.641</cell><cell>15.8255</cell><cell>18.8474</cell><cell>21.5444</cell><cell>24.7337</cell></row><row><cell>14.589</cell><cell>10.3246</cell><cell>11.0647</cell><cell>12.4532</cell><cell>14.6278</cell><cell>16.404</cell></row><row><cell>21.638</cell><cell>13.4552</cell><cell>15.6713</cell><cell>18.6286</cell><cell>21.3149</cell><cell>24.5216</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_9"><head>Table 10</head><label>10</label><figDesc></figDesc><table><row><cell>Algorithms' training time</cell><cell></cell></row><row><cell>Algorithm</cell><cell>Time, s</cell></row><row><cell>K-nearest neighbors</cell><cell>12.5098</cell></row><row><cell>Random Forest</cell><cell>43.4547</cell></row><row><cell>Gradient Boosting</cell><cell>13.4066</cell></row><row><cell>XGBoost</cell><cell>11.4844</cell></row></table></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Intelligent Transportation Systems in a Developing Country: Benefits and Challenges of Implementation</title>
		<author>
			<persName><forename type="first">Khaled</forename><surname>Shaaban</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mazen</forename><surname>Elamin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mohammed</forename><surname>Alsoub</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.trpro.2021.07.122</idno>
	</analytic>
	<monogr>
		<title level="j">Transportation Research Procedia</title>
		<imprint>
			<biblScope unit="volume">55</biblScope>
			<biblScope unit="page" from="1373" to="1380" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">City transport monitoring and routes optimal management system</title>
		<author>
			<persName><forename type="first">J</forename><surname>Daunoras</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Bagdonas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Gargasas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Transport</title>
		<imprint>
			<biblScope unit="volume">23</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="144" to="149" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">A comprehensive study of speed prediction in transportation system: From vehicle to traffic</title>
		<author>
			<persName><forename type="first">Zewei</forename><surname>Zhou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ziru</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yuanjian</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yanjun</forename><surname>Huang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hong</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zhuoping</forename><surname>Yu</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.isci.2022.103909</idno>
	</analytic>
	<monogr>
		<title level="j">iScience</title>
		<imprint>
			<biblScope unit="volume">25</biblScope>
			<biblScope unit="issue">3</biblScope>
			<date type="published" when="2022-03-18">18 March 2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">A Multiple Regression Approach for Traffic Flow Estimation</title>
		<author>
			<persName><forename type="first">L</forename><surname>Pun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Zhao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Liu</surname></persName>
		</author>
		<idno type="DOI">10.1109/ACCESS.2019.2904645</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="page" from="35998" to="36009" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Short-Term Traffic Flow Prediction Method for Urban Road Sections Based on Space-Time Analysis and GRU</title>
		<author>
			<persName><forename type="first">G</forename><surname>Dai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Ma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Xu</surname></persName>
		</author>
		<idno type="DOI">10.1109/ACCESS.2019.2941280</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="page" from="143025" to="143035" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Traffic Flow Forecasting for Urban Work Zones</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Hou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Edara</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Sun</surname></persName>
		</author>
		<idno type="DOI">10.1109/TITS.2014.2371993</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Intelligent Transportation Systems</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="1761" to="1770" />
			<date type="published" when="2015-08">Aug. 2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Network technology for transmission of visual information</title>
		<author>
			<persName><forename type="first">S</forename><surname>Bielievtsov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Ruban</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Smelyakov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Sumtsov</surname></persName>
		</author>
		<ptr target="https://ceur-ws.org/Vol-2318/" />
	</analytic>
	<monogr>
		<title level="m">Selected Papers of the XVIII International Scientific and Practical Conference &quot;Information Technologies and Security&quot; (ITS 2018)</title>
				<meeting><address><addrLine>Kyiv, Ukraine</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2018-11-27">November 27, 2018. 2018</date>
			<biblScope unit="volume">2318</biblScope>
			<biblScope unit="page" from="160" to="175" />
		</imprint>
	</monogr>
	<note>CEUR Workshop Proceedings</note>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Investigation of network infrastructure control parameters for effective intellectual analysis</title>
		<author>
			<persName><forename type="first">K</forename><surname>Smelyakov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Dmitry</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Vitalii</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Anastasiya</surname></persName>
		</author>
		<idno type="DOI">10.1109/TCSET.2018.8336359</idno>
	</analytic>
	<monogr>
		<title level="m">14th International Conference on Advanced Trends in Radioelecrtronics, Telecommunications and Computer Engineering (TCSET)</title>
				<meeting><address><addrLine>Lviv-Slavske, Ukraine</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2018">2018. 2018</date>
			<biblScope unit="page" from="983" to="986" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Design of the Fast ReRoute QoS Protection Scheme for Bandwidth and Probability of Packet Loss in Software-Defined WAN</title>
		<author>
			<persName><forename type="first">O</forename><surname>Lemeshko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Yevdokymenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Yeremenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">M</forename><surname>Hailan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Segeč</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Papán</surname></persName>
		</author>
		<idno type="DOI">10.1109/CADSM.2019.8779321</idno>
	</analytic>
	<monogr>
		<title level="m">IEEE 15th International Conference on the Experience of Designing and Application of CAD Systems (CADSM)</title>
				<meeting><address><addrLine>Polyana, Ukraine</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019">2019. 2019</date>
			<biblScope unit="page" from="1" to="5" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Application of big data methods in Elearning systems</title>
		<author>
			<persName><forename type="first">N</forename><surname>Sharonova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Kyrychenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Tereshchenko</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">5th International Conference on Computational Linguistics and Intelligent Systems (COLINS-2021)</title>
				<imprint>
			<publisher>CEUR-WS</publisher>
			<date type="published" when="2021">2021. 2021. 2021</date>
			<biblScope unit="volume">2870</biblScope>
			<biblScope unit="page" from="1302" to="1311" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Metrics applicable for evaluating software at the design stage</title>
		<author>
			<persName><forename type="first">I</forename><surname>Gruzdo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Kyrychenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Tereshchenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Shanidze</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">5th International Conference on Computational Linguistics and Intelligent Systems (COLINS-2021)</title>
				<imprint>
			<publisher>CEUR-WS</publisher>
			<date type="published" when="2021">2021. 2021. 2021</date>
			<biblScope unit="volume">2870</biblScope>
			<biblScope unit="page" from="916" to="936" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Short-term Traffic Flow Prediction based on Data-Driven Knearest neighbour Nonparametric Regression</title>
		<author>
			<persName><forename type="first">Ken</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Shasha</forename><surname>Zhao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dengyin</forename><surname>Zhang</surname></persName>
		</author>
		<idno type="DOI">10.1088/1742-6596/1213/5/052070</idno>
	</analytic>
	<monogr>
		<title level="j">Journal of Physics: Conference Series</title>
		<imprint>
			<biblScope unit="volume">1213</biblScope>
			<biblScope unit="issue">5</biblScope>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">An Improved K-nearest Neighbor Model for Short-term Traffic Flow Prediction</title>
		<author>
			<persName><forename type="first">Lun</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Qiuchen</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Wenchen</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nai</forename><surname>Wei</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Decun</forename><surname>Dong</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.sbspro.2013.08.076</idno>
	</analytic>
	<monogr>
		<title level="j">Procedia -Social and Behavioral Sciences</title>
		<imprint>
			<biblScope unit="volume">96</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="653" to="662" />
			<date type="published" when="2013-11">November 2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Time-Aware Multivariate Nearest Neighbor Regression Methods for Traffic Flow Prediction</title>
		<author>
			<persName><forename type="first">P</forename><surname>Dell'acqua</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Bellotti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Berta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">De</forename><surname>Gloria</surname></persName>
		</author>
		<idno type="DOI">10.1109/TITS.2015.2453116</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Intelligent Transportation Systems</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="3393" to="3402" />
			<date type="published" when="2015-12">Dec. 2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Traffic Prediction Using Machine Learning</title>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">R</forename><surname>Deekshetha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename><surname>Shreyas Madhav</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">K</forename><surname>Tyagi</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-981-16-9605-3_68</idno>
	</analytic>
	<monogr>
		<title level="m">Evolutionary Computing and Mobile Sustainable Networks</title>
		<title level="s">Lecture Notes on Data Engineering and Communications Technologies</title>
		<editor>
			<persName><forename type="first">V</forename><surname>Suma</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">X</forename><surname>Fernando</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><forename type="middle">L</forename><surname>Du</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><surname>Wang</surname></persName>
		</editor>
		<meeting><address><addrLine>Singapore</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="volume">116</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Long-Term Vehicle Speed Prediction via Historical Traffic Data Analysis for Improved Energy Efficiency of Connected Electric Vehicles</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">R</forename><surname>Amini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Feng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Kolmanovsky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Sun</surname></persName>
		</author>
		<idno type="DOI">10.1177/0361198120941508</idno>
	</analytic>
	<monogr>
		<title level="j">Transportation Research Record</title>
		<imprint>
			<biblScope unit="volume">2674</biblScope>
			<biblScope unit="issue">11</biblScope>
			<biblScope unit="page" from="17" to="29" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Freeway Short-Term Travel Speed Prediction Based on Data Collection Time-Horizons: A Fast Forest Quantile Regression Approach</title>
		<author>
			<persName><forename type="first">M</forename><surname>Zahid</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Jamal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">Z</forename><surname>Mamadou</surname></persName>
		</author>
		<idno type="DOI">10.3390/su12020646</idno>
	</analytic>
	<monogr>
		<title level="j">Sustainability</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page">646</biblScope>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Prediction Intervals: The Effects and Identification of Sparse Regions for Nonparametric Regression Methods</title>
		<author>
			<persName><forename type="first">Jackson</forename><surname>Faires</surname></persName>
		</author>
		<ptr target="https://scholarworks.sfasu.edu/cgi/viewcontent.cgi?article=1431&amp;context=etds" />
	</analytic>
	<monogr>
		<title level="m">Electronic Theses and Dissertations</title>
				<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="volume">406</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Intelligent Traffic Flow Prediction and Analysis Based on Internet of Things and Big Data</title>
		<author>
			<persName><forename type="first">B</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Hu</surname></persName>
		</author>
		<idno type="DOI">10.1155/2022/6420799</idno>
	</analytic>
	<monogr>
		<title level="j">Comput Intell Neurosci</title>
		<imprint>
			<date type="published" when="2022-06">2022 Jun</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Probabilistic Prediction of Regional Wind Power Based on Spatiotemporal Quantile Regression</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Han</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Yang</surname></persName>
		</author>
		<idno type="DOI">10.1109/TIA.2020.2992945</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Industry Applications</title>
		<imprint>
			<biblScope unit="volume">56</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="6117" to="6127" />
			<date type="published" when="2020-12">Nov.-Dec. 2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Beyond Expectation: Deep Joint Mean and Quantile Regression for Spatiotemporal Problems</title>
		<author>
			<persName><forename type="first">F</forename><surname>Rodrigues</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">C</forename><surname>Pereira</surname></persName>
		</author>
		<idno type="DOI">10.1109/TNNLS.2020.2966745</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Neural Networks and Learning Systems</title>
		<imprint>
			<biblScope unit="volume">31</biblScope>
			<biblScope unit="issue">12</biblScope>
			<biblScope unit="page" from="5377" to="5389" />
			<date type="published" when="2020-12">Dec. 2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Going Beyond the Mean: Distributional Degree-Day Base Temperatures for Building Energy Analytics Using Change Point Quantile Regression</title>
		<author>
			<persName><forename type="first">Q</forename><surname>Meng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mourshed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Wei</surname></persName>
		</author>
		<idno type="DOI">10.1109/ACCESS.2018.2852478</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="page" from="39532" to="39540" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Search by Image Engine for Big Data Warehouse</title>
		<author>
			<persName><forename type="first">K</forename><surname>Smelyakov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Chupryna</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Sandrkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kolisnyk</surname></persName>
		</author>
		<idno type="DOI">10.1109/eStream50540.2020.9108782</idno>
	</analytic>
	<monogr>
		<title level="m">IEEE Open Conference of Electrical, Electronic and Information Sciences (eStream)</title>
				<meeting><address><addrLine>Vilnius, Lithuania</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2020">2020. 2020</date>
			<biblScope unit="page" from="1" to="4" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Expressway Exit Station Short-Term Traffic Flow Prediction With Split Traffic Flows According Originating Entry Stations</title>
		<author>
			<persName><forename type="first">H</forename><surname>Ruan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Yun</surname></persName>
		</author>
		<idno type="DOI">10.1109/ACCESS.2021.3087658</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="page" from="86285" to="86299" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Short-Term Traffic Speed Forecasting Using a Deep Learning Method Based on Multitemporal Traffic Flow Volume</title>
		<author>
			<persName><forename type="first">C</forename><surname>Gao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zhou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Rong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><surname>Liu</surname></persName>
		</author>
		<idno type="DOI">10.1109/ACCESS.2022.3195353</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="page" from="82384" to="82395" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">The effect of the dataset on evaluating urban traffic prediction</title>
		<author>
			<persName><forename type="first">Yue</forename><surname>Hou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jiaxing</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sheng</forename><surname>Wen</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.aej.2020.09.038</idno>
	</analytic>
	<monogr>
		<title level="j">Alexandria Engineering Journal</title>
		<imprint>
			<biblScope unit="volume">60</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="597" to="613" />
			<date type="published" when="2021-02">February 2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<monogr>
		<ptr target="https://movement.uber.com/?lang=en-US" />
		<title level="m">Uber Movement</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<monogr>
		<title level="m" type="main">Quantile Regression (Econometric Society Monographs</title>
		<author>
			<persName><forename type="first">R</forename><surname>Koenker</surname></persName>
		</author>
		<idno type="DOI">10.1017/CBO9780511754098</idno>
		<imprint>
			<date type="published" when="2005">2005</date>
			<publisher>Cambridge University Press</publisher>
			<pubPlace>Cambridge</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">Comparison of traffic forecasting methods in urban and suburban context</title>
		<author>
			<persName><forename type="first">Julien</forename><surname>Salotti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Serge</forename><surname>Fenet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Romain</forename><surname>Billot</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nour-Eddin</forename><surname>El Faouzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christine</forename><surname>Solnon</surname></persName>
		</author>
		<idno type="DOI">10.1109/IC-TAI.2018.00132</idno>
	</analytic>
	<monogr>
		<title level="m">IEEE 30th International Conference on Tools with Artificial Intelligence</title>
				<meeting><address><addrLine>Volos, Greece</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2018-11">Nov 2018</date>
			<biblScope unit="page" from="846" to="853" />
		</imprint>
	</monogr>
	<note>ICTAI 2018</note>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">Short-Term Traffic Speed Prediction of Urban Road With Multi-Source Data</title>
		<author>
			<persName><forename type="first">X</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Yuan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Liu</surname></persName>
		</author>
		<idno type="DOI">10.1109/ACCESS.2020.2992507</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="page" from="87541" to="87551" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">A Survey of Traffic Prediction: from Spatio-Temporal Data to Intelligent Transportation</title>
		<author>
			<persName><forename type="first">H</forename><surname>Yuan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Li</surname></persName>
		</author>
		<idno type="DOI">10.1007/s41019-020-00151-z</idno>
	</analytic>
	<monogr>
		<title level="j">Data Sci. Eng</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="page" from="63" to="85" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<analytic>
		<title level="a" type="main">Predicting Student Employability Through the Internship Context Using Gradient Boosting Models</title>
		<author>
			<persName><forename type="first">O</forename><surname>Saidani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">J</forename><surname>Menzli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ksibi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Alturki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">S</forename><surname>Alluhaidan</surname></persName>
		</author>
		<idno type="DOI">10.1109/ACCESS.2022.3170421</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="page" from="46472" to="46489" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<analytic>
		<title level="a" type="main">Batteries State of Health Estimation via Efficient Neural Networks With Multiple Channel Charging Profiles</title>
		<author>
			<persName><forename type="first">N</forename><surname>Khan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">U M</forename><surname>Ullah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Afnan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">Y</forename><surname>Ullah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">W</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><surname>Baik</surname></persName>
		</author>
		<idno type="DOI">10.1109/ACCESS.2020.3047732</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="page" from="7797" to="7813" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b33">
	<monogr>
		<title/>
		<author>
			<persName><surname>Kegler</surname></persName>
		</author>
		<ptr target="https://kepler.gl/demo" />
		<imprint/>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
