================ DataDependence ================ The class :class:`autonlu.data_dependence.DataDependence` can be used to visualize the relationship between the amount of training data and the accuracy of the resulting model. This information can be used to determine whether labeling additional data is probably going to be useful or not. Here an example for a case where additional training data is likely not going to improve the resulting model (note that the x axis has a logarithmic scale): .. image:: ../../media/data_dependence_hotels_plot.png :width: 400px :align: center :alt: Example for a plot generated by DataDependence that indicates that additional training data is not very useful Here an example plot for a case where additional training data is probably going to improve the resulting model: .. image:: ../../media/data_dependence_laptops_plot.png :width: 400px :align: center :alt: Example for a plot generated by DataDependence that indicates that additional training data is probably going to be useful .. toctree:: :maxdepth: 2 :caption: Contents: .. autoclass:: autonlu.data_dependence.DataDependence :members: train_smaller_models