\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.2795443534851074, 0.8454457078911936)
(0.2836487293243408, 0.847509540848536)
(0.28832101821899414, 0.9574327537056325)
(0.24969053268432617, 1.086943838463225)
(0.3663969039916992, 7.871489477959232)
(0.3133256435394287, 11.130990765012655)
};
\addlegendentry{ bruteforce-solver-blas };
\end{axis}
\end{tikzpicture}