\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 {
(0.3494889736175537, 1.444398719251451e-13)
(0.32675886154174805, 1.7097582920564277e-11)
(0.3037281036376953, 0.0009666306626935375)
(0.285891056060791, 0.011221181618091948)
(0.4020209312438965, 0.17647874733474744)
};
\addlegendentry{ bruteforce-solver-blas };
\end{axis}
\end{tikzpicture}