\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 {
(88.67198014259338, 0.9846056280709469)
(83.29732918739319, 0.9846114709633371)
(42.659013986587524, 0.9928069851840168)
(38.779881954193115, 0.9928873957800474)
(52.242207288742065, 4.333148576198596)
(54.91470289230347, 4.612646156252318)
};
\addlegendentry{ bruteforce-solver-blas };
\end{axis}
\end{tikzpicture}