\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.9585471153259277, 0.9045854583470075)
(0.846107006072998, 0.9057373127555411)
(0.8544511795043945, 0.9483167417813455)
(0.7870094776153564, 0.9519692110084844)
(1.2946557998657227, 6.3944692459684065)
(1.0824894905090332, 6.489846950099343)
};
\addlegendentry{ bruteforce-solver-blas };
\end{axis}
\end{tikzpicture}