\begin{tikzpicture}
\begin{axis}[
xlabel={ Build+Query time (s) },
ylabel={ RMSE },
xmode = log,
ymode = log,
grid=major,
yticklabel style={/pgf/number format/fixed,
/pgf/number format/precision=3},
legend style = { anchor=west},
cycle list name = black white
]
\addplot [only marks] coordinates {
(1.1591722965240479, 1.09724515272335e-13)
(1.0609667301177979, 1.1158796880833725e-11)
(0.98103928565979, 0.0028707636151963185)
(0.944596529006958, 0.005727928277342663)
(1.379702091217041, 0.84972897720415)
};
\addlegendentry{ bruteforce-solver-blas };
\end{axis}
\end{tikzpicture}