\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 {
(1.392167568206787, 0.0)
(0.45629334449768066, 1.0915267415122553e-14)
(0.24588775634765625, 8.533596276924762e-06)
(1.0822858810424805, 8.570932087516712e-06)
(3.221731662750244, 0.011888711240802916)
(1.9175255298614502, 0.013989434341306166)
};
\addlegendentry{ bruteforce-product-blas };
\addplot [only marks] coordinates {
(0.06483006477355957, 3.246613517663035e-14)
(0.06059408187866211, 1.4595363716989783e-05)
(0.032677650451660156, 6.077779087800864e-05)
(0.04539227485656738, 6.271467487885373e-05)
(0.04678487777709961, 0.009706902897911922)
(0.030798912048339844, 0.009712679032806785)
};
\addlegendentry{ htool-product };
\end{axis}
\end{tikzpicture}