\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.448235750198364, 0.9770343757502745)
(8.91208529472351, 0.9770646990792047)
(6.271233320236206, 0.9946454345596988)
(5.267257928848267, 0.9951359120023668)
(7.305555820465088, 4.7913713801556765)
(8.487454891204834, 4.906777819946213)
};
\addlegendentry{ bruteforce-solver-blas };
\end{axis}
\end{tikzpicture}