\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 {
(94.67777395248413, 1.898489950611261e-13)
(94.75367188453674, 1.7840138586030637e-09)
(44.74925518035889, 0.006530409900668542)
};
\addlegendentry{ bruteforce-solver-blas };
\end{axis}
\end{tikzpicture}