\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 {
(11.056422710418701, 9.277161698810512e-13)
(11.208125591278076, 1.8904625947420158e-08)
(6.586743354797363, 0.00790957102692192)
(5.805927276611328, 0.08257869214666812)
(9.149000644683838, 1.0374184374533555)
};
\addlegendentry{ bruteforce-solver-blas };
\end{axis}
\end{tikzpicture}